Vulnerabilities > CVE-2020-2512 - Unspecified vulnerability in Oracle Database Server

047910
CVSS 5.9 - MEDIUM
Attack vector
NETWORK
Attack complexity
HIGH
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
HIGH
network
high complexity
oracle
nessus

Summary

Vulnerability in the Database Gateway for ODBC component of Oracle Database Server. Supported versions that are affected are 11.2.0.4, 12.1.0.2, 12.2.0.1, 18c and 19c. Difficult to exploit vulnerability allows unauthenticated attacker with network access via OracleNet to compromise Database Gateway for ODBC. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of Database Gateway for ODBC. CVSS 3.0 Base Score 5.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).

Nessus

NASL familyDatabases
NASL idORACLE_RDBMS_CPU_JAN_2020.NASL
descriptionThe remote Oracle Database Server is missing the January 2020 Critical Patch Update (CPU). It is, therefore, affected by multiple vulnerabilities: - A denial of service (DoS) vulnerability exists in the Core RDBMS component of Oracle Database Server. An authenticated, remote attacker can exploit this issue, to cause the application to stop responding. (CVE-2020-2511) - A remote code execution vulnerability exists in the Core RDBMS component of Oracle Database Server. An unauthenticated, remote attacker can exploit this to bypass authentication and execute arbitrary commands. (CVE-2020-2510) - An unspecified vulnerability exists in the JavaVM component of Oracle Database Server. An authenicated, remote attacker can exploit this issue, to affect the confidentiality, integrity and availability of the application. It is also affected by additional vulnerabilities; see the vendor advisory for more information. Note that Nessus has not tested for this issue but has instead relied only on the application
last seen2020-06-02
modified2020-01-17
plugin id133047
published2020-01-17
reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
sourcehttps://www.tenable.com/plugins/nessus/133047
titleOracle Database Server Multiple Vulnerabilities (Jan 2020 CPU)
code
#
# (C) Tenable Network Security, Inc.
#

include('compat.inc');

if (description)
{
  script_id(133047);
  script_version("1.11");
  script_set_attribute(attribute:"plugin_modification_date", value: "2020/03/30");

  script_cve_id(
    "CVE-2019-10072",
    "CVE-2020-2510",
    "CVE-2020-2511",
    "CVE-2020-2512",
    "CVE-2020-2515",
    "CVE-2020-2516",
    "CVE-2020-2517",
    "CVE-2020-2518",
    "CVE-2020-2527",
    "CVE-2020-2568",
    "CVE-2020-2569",
    "CVE-2020-2731"
  );
  script_bugtraq_id(108874);

  script_name(english:"Oracle Database Server Multiple Vulnerabilities (Jan 2020 CPU)");

  script_set_attribute(attribute:"synopsis", value:
  "The remote database server is affected by multiple vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The remote Oracle Database Server is missing the January 2020 Critical Patch Update (CPU). It is, therefore, affected
by multiple vulnerabilities:

  - A denial of service (DoS) vulnerability exists in the Core RDBMS component of Oracle Database Server. An 
    authenticated, remote attacker can exploit this issue, to cause the application to stop responding.
    (CVE-2020-2511)

  - A remote code execution vulnerability exists in the Core RDBMS component of Oracle Database Server. An 
    unauthenticated, remote attacker can exploit this to bypass authentication and execute arbitrary commands. 
    (CVE-2020-2510)

  - An unspecified vulnerability exists in the JavaVM component of Oracle Database Server. An authenicated,
    remote attacker can exploit this issue, to affect the confidentiality, integrity and availability of the
    application.

It is also affected by additional vulnerabilities; see the vendor advisory for more information.

Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.
");
  # https://www.oracle.com/security-alerts/cpujan2020.html#AppendixDB
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?58180da1");
  script_set_attribute(attribute:"solution", value:
"Apply the appropriate patch according to the January 2020 Oracle Critical Patch Update advisory.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2020-2510");

  script_set_attribute(attribute:"vuln_publication_date",value:"2020/01/14");
  script_set_attribute(attribute:"patch_publication_date",value:"2020/01/14");
  script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/17");

  script_set_attribute(attribute:"plugin_type",value:"combined");
  script_set_attribute(attribute:"cpe",value:"cpe:/a:oracle:database_server");
  script_set_attribute(attribute:"agent", value:"all");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Databases");

  script_copyright(english:"This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("oracle_rdbms_query_patch_info.nbin", "oracle_rdbms_patch_info.nbin");

  exit(0);
}

include('oracle_rdbms_cpu_func.inc');

patches = make_nested_array();

# RDBMS 19.6.0.0
patches['19.6.0.0']['db']['nix'] = make_array('patch_level', '19.6.0.0.200114', 'CPU', '30557433');
patches['19.6.0.0']['db']['win'] = make_array('patch_level', '19.6.0.0.200114', 'CPU', '30445947');
# RDBMS 19.5.1.0
patches['19.5.1.0']['db']['nix'] = make_array('patch_level', '19.5.1.0.200114', 'CPU', '30446054');
# RDBMS 19.4.2.0
patches['19.4.2.0']['db']['nix'] = make_array('patch_level', '19.4.2.0.200114', 'CPU', '30446228');
# RDBMS 18.9.0.0
patches['18.9.0.0']['db']['nix'] = make_array('patch_level', '18.9.0.0.200114', 'CPU', '30480385');
patches['18.9.0.0']['db']['win'] = make_array('patch_level', '18.9.0.0.200114', 'CPU', '30445951');
# RDVMS 18.8.1.0
patches['18.8.1.0']['db']['nix'] = make_array('patch_level', '18.8.1.0.200114', 'CPU', '30445895');
# RDVMS 18.7.2.0
patches['18.7.2.0']['db']['nix'] = make_array('patch_level', '18.7.2.0.200114', 'CPU', '30446239');
# RDBMS 12.2.0.1
patches['12.2.0.1']['db']['nix'] = make_array('patch_level', '12.2.0.1.200114', 'CPU', '30445968, 30446254, 30593149');
patches['12.2.0.1']['db']['win'] = make_array('patch_level', '12.2.0.1.200114', 'CPU', '30446296');
# RDBMS 12.1.0.2
patches['12.1.0.2']['db']['nix'] = make_array('patch_level', '12.1.0.2.200114', 'CPU', '30340202, 30364137');
patches['12.1.0.2']['db']['win'] = make_array('patch_level', '12.1.0.2.200114', 'CPU', '30455401');
# RDBMS 11.2.0.4
patches['11.2.0.4']['db']['nix'] = make_array('patch_level', '11.2.0.4.200114', 'CPU', '30298532, 30310975, 30559616');
patches['11.2.0.4']['db']['win'] = make_array('patch_level', '11.2.0.4.200114', 'CPU', '30502376');

# OJVM 19.6.0.0 
patches['19.6.0.0']['ojvm']['nix'] = make_array('patch_level', '19.6.0.0.200114', 'CPU', '30484981');
patches['19.6.0.0']['ojvm']['win'] = make_array('patch_level', '19.6.0.0.200114', 'CPU', '30484981');
# OJVM 18.9.0.0
patches['18.9.0.0']['ojvm']['nix'] = make_array('patch_level', '18.9.0.0.200114', 'CPU', '30501926');
patches['18.9.0.0']['ojvm']['win'] = make_array('patch_level', '18.9.0.0.200114', 'CPU', '30501926');
# OJVM 12.2.0.1
patches['12.2.0.1']['ojvm']['nix'] = make_array('patch_level', '12.2.0.1.200114', 'CPU', '30502018');
patches['12.2.0.1']['ojvm']['win'] = make_array('patch_level', '12.2.0.1.200114', 'CPU', '30525838');
# OJVM 12.1.0.2
patches['12.1.0.2']['ojvm']['nix'] = make_array('patch_level', '12.1.0.2.200114', 'CPU', '30502041');
patches['12.1.0.2']['ojvm']['win'] = make_array('patch_level', '12.1.0.2.200114', 'CPU', '30671054');
# OJVM 11.2.0.4
patches['11.2.0.4']['ojvm']['nix'] = make_array('patch_level', '11.2.0.4.200114', 'CPU', '30503372');
patches['11.2.0.4']['ojvm']['win'] = make_array('patch_level', '11.2.0.4.200114', 'CPU', '30671044');

check_oracle_database(patches:patches, high_risk:TRUE);