Oracle Database Server Multiple Unspecified Vulnerabilities
🗓️ 07 Dec 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 48 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2006-0435 | 26 Jan 200611:00 | – | cve | |
| CVE-2006-0435 | 26 Jan 200611:00 | – | cvelist | |
| EUVD-2006-0442 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-0435 | 26 Jan 200611:07 | – | nvd | |
| Oracle Application Server Unspecified Vulnerability (cpuapr2006) | 7 Dec 201100:00 | – | openvas | |
| Oracle Application Server Multiple Vulnerabilities | 24 Jan 201200:00 | – | nessus | |
| Oracle Database Multiple Vulnerabilities (January 2006 CPU) | 16 Nov 201100:00 | – | nessus | |
| Design/Logic Flaw | 26 Jan 200611:07 | – | prion | |
| Oracle PL/SQL Gateway fails to properly validate HTTP requests | 27 Jan 200600:00 | – | cert |
# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:oracle:database_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.802525");
script_version("2024-10-29T05:05:45+0000");
script_cve_id("CVE-2006-0435");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2024-10-29 05:05:45 +0000 (Tue, 29 Oct 2024)");
script_tag(name:"creation_date", value:"2011-12-07 12:32:19 +0530 (Wed, 07 Dec 2011)");
script_name("Oracle Database Server Multiple Unspecified Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Databases");
script_dependencies("gb_oracle_database_consolidation.nasl");
script_mandatory_keys("oracle/database/detected");
script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/169164");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/16384");
script_xref(name:"URL", value:"http://securitytracker.com/id?1015961");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/24363");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/423822/100/0/threaded");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/423819/100/0/threaded");
script_xref(name:"URL", value:"http://www.oracle.com/technetwork/topics/security/cpuapr2006-090826.html");
script_tag(name:"impact", value:"Successful exploitation allows an attacker to send a specially-crafted HTTP
request to bypass the PLSQLExclusion list and execute SQL commands on the back-end database with DBA privileges.");
script_tag(name:"affected", value:"Oracle Database server versions 9.2.0.7 and 10.1.0.5");
script_tag(name:"insight", value:"The flaw is due to error in Oracle PL/SQL Gateway, which fails to
properly validate user-supplied HTTP requests.");
script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");
script_tag(name:"summary", value:"Oracle database server is prone to SQL command execution vulnerability.");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(isnull(port = get_app_port(cpe:CPE)))
exit(0);
if(!infos = get_app_version_and_location(cpe:CPE, port:port, exit_no_version:TRUE))
exit(0);
version = infos["version"];
path = infos["location"];
if(version_in_range(version:version, test_version:"9.2.0", test_version2:"9.2.0.7") ||
version_in_range(version:version, test_version:"10.1.0", test_version2:"10.1.0.5")) {
report = report_fixed_ver(installed_version:version, fixed_version:"See references", install_path:path);
security_message(port:port, data:report);
exit(0);
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
29 Oct 2024 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 27.5
EPSS0.06844