| Reporter | Title | Published | Views | Family All 40 |
|---|---|---|---|---|
| CVE-2006-0282 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0283 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0285 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0286 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0287 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0290 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0291 | 18 Jan 200611:00 | – | cve | |
| CVE-2006-0282 | 18 Jan 200611:00 | – | cvelist | |
| CVE-2006-0283 | 18 Jan 200611:00 | – | cvelist | |
| CVE-2006-0285 | 18 Jan 200611:00 | – | cvelist |
# 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.102111");
script_version("2026-01-27T05:49:07+0000");
script_cve_id("CVE-2006-0282", "CVE-2006-0283", "CVE-2006-0285", "CVE-2006-0286",
"CVE-2006-0287", "CVE-2006-0290", "CVE-2006-0291");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
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:33:26 +0530 (Wed, 07 Dec 2011)");
script_name("Oracle Application Server < 1.0.2.2, 9.0.x - 9.0.4.2, 10.1.2.0.x - 10.1.3.0.0 Multiple Unspecified Vulnerabilities (cpujan2006)");
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/20160325001339/https://www.oracle.com/technetwork/topics/security/cpujan2006-082403.html");
script_xref(name:"URL", value:"https://www.kb.cert.org/vuls/id/545804");
script_xref(name:"URL", value:"https://web.archive.org/web/20210123125854/http://www.securityfocus.com/bid/16287");
script_xref(name:"URL", value:"https://web.archive.org/web/20201207144921/http://securitytracker.com/id?1015499");
script_xref(name:"URL", value:"https://exchange.xforce.ibmcloud.com/vulnerabilities/24321");
script_tag(name:"summary", value:"Oracle Application Server (AS) is prone to multiple unspecified
vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaws are due to unspecified errors in the multiple
components.");
script_tag(name:"impact", value:"An unspecified impact and attack vectors.");
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