Oracle Java Access Manager And OpenSSO Unspecified Vulnerability
🗓️ 01 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| CVE-2010-4444 | 21 Apr 201708:15 | – | circl | |
| CVE-2010-4444 | 19 Jan 201116:00 | – | cve | |
| CVE-2010-4444 | 19 Jan 201116:00 | – | cvelist | |
| EUVD-2010-4413 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-4444 | 19 Jan 201117:00 | – | nvd | |
| Oracle Java Access Manager And OpenSSO Unspecified Vulnerability | 1 Feb 201100:00 | – | openvas | |
| Oracle Critical Patch Update - January 2011 | 18 Jan 201100:00 | – | oracle | |
| Oracle Critical Patch Update - January 2011 | 18 Jan 201100:00 | – | oracle | |
| Integer overflow | 19 Jan 201117:00 | – | prion | |
| Oracle / Sun / Peoplesoft / Open Office applications multiple security vulnerabilities | 26 Feb 201100:00 | – | securityvulns |
10
| Source | Link |
|---|---|
| oracle | www.oracle.com/security-alerts/cpujan2011.html |
| securityfocus | www.securityfocus.com/bid/45884 |
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902282");
script_version("2025-03-05T05:38:53+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:53 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2011-02-01 16:46:08 +0100 (Tue, 01 Feb 2011)");
script_cve_id("CVE-2010-4444");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_name("Oracle Java Access Manager And OpenSSO Unspecified Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web application abuses");
script_dependencies("secpod_sun_opensso_detect.nasl", "secpod_sjs_access_manager_detect.nasl");
script_mandatory_keys("JavaSysAccessManger_or_OracleOpenSSO/detected");
script_xref(name:"URL", value:"https://www.oracle.com/security-alerts/cpujan2011.html");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/45884");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to affect
confidentiality and integrity via unknown vectors.");
script_tag(name:"affected", value:"Sun OpenSSO Enterprise version 8.0,
Java System Access Manager version 7.0 and 7.1");
script_tag(name:"insight", value:"The flaw is due to unspecified errors in the application, which allows
remote attackers to affect confidentiality and integrity via unknown vectors.");
script_tag(name:"summary", value:"Access Manager or OpenSSO is prone to an unspecified vulnerability.");
script_tag(name:"solution", value:"Apply the security updates.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner_unreliable"); # nb: The version check below is completely broken...
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
am_port = http_get_port(default:8080);
amVer = get_kb_item("www/" + am_port + "/Sun/JavaSysAccessManger");
amVer = eregmatch(pattern:"^(.+) under (/.*)$", string:amVer);
if(amVer[1] =~ "(7\.0|7\.1)")
{
security_message(am_port);
exit(0);
}
ssoVer = get_kb_item("www/" + am_port + "/Sun/OpenSSO");
ssoVer = eregmatch(pattern:"^(.+) under (/.*)$", string:ssoVer);
if(ssoVer[1] =~ "^8\.0"){
security_message(am_port);
}
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
05 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 26.8
EPSS0.0227