| 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 Database Server Multiple Unspecified Vulnerabilities | 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:application_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.102112");
script_version("2026-01-27T05:49:07+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:"2026-01-27 05:49:07 +0000 (Tue, 27 Jan 2026)");
# nb: This was initially a single VT but got split later into multiple due to different affected /
# fixed versions. Thus the original creation_date of the first VT has been kept.
script_tag(name:"creation_date", value:"2011-12-07 12:32:19 +0530 (Wed, 07 Dec 2011)");
script_name("Oracle Application Server Unspecified Vulnerability (cpuapr2006)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web Servers");
script_dependencies("gb_oracle_application_server_http_detect.nasl");
script_mandatory_keys("oracle/application_server/detected");
script_xref(name:"URL", value:"https://web.archive.org/web/20120417200645/http://www.oracle.com/technetwork/topics/security/cpuapr2006-090826.html");
script_xref(name:"URL", value:"https://www.kb.cert.org/vuls/id/169164");
script_xref(name:"URL", value:"https://web.archive.org/web/20210121165317/http://www.securityfocus.com/bid/16384");
script_xref(name:"URL", value:"https://web.archive.org/web/20201207185434/http://securitytracker.com/id?1015961");
script_xref(name:"URL", value:"https://exchange.xforce.ibmcloud.com/vulnerabilities/24363");
script_tag(name:"summary", value:"Oracle Application Server (AS) is prone to an uspecified
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
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:"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 AS versions prior to 1.0.2.2, 9.0.x through 9.0.4.2 and
10.1.2.0.x through 10.1.3.0.0.");
script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");
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(!port = get_app_port(cpe:CPE))
exit(0);
if(!vers = get_app_version(cpe:CPE, port:port))
exit(0);
if(version_is_less(version:vers, test_version:"1.0.2.2") ||
version_in_range(version:vers, test_version:"9.0", test_version2:"9.0.4.2") ||
version_in_range(version:vers, test_version:"10.1.2.0", test_version2:"10.1.3.0")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"See references");
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