Lucene search
K

Sun JS Access Manager And OpenSSO Unspecified Vulnerability

🗓️ 29 Apr 2010 00:00:00Reported by Copyright (C) 2010 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

Sun JS Access Manager And OpenSSO Unspecified Vulnerability. Successful exploitation could allow remote attackers to affect confidentiality and integrity via unknown vectors. The flaw is due to unspecified errors in the application, allows remote attackers to affect confidentiality and integrity via unknown vectors. The host is running Access Manager or OpenSSO and is prone to unspecified vulnerability

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-0894
13 Apr 201022:00
cve
Cvelist
CVE-2010-0894
13 Apr 201022:00
cvelist
EUVD
EUVD-2010-0919
7 Oct 202500:30
euvd
NVD
CVE-2010-0894
13 Apr 201022:30
nvd
OpenVAS
Sun JS Access Manager And OpenSSO Unspecified Vulnerability
29 Apr 201000:00
openvas
Oracle
Oracle Critical Patch Update Advisory - April 2010
13 Apr 201000:00
oracle
Oracle
Security | Oracle Critical Patch Update - April 2010
13 Apr 201000:00
oracle
Prion
Design/Logic Flaw
13 Apr 201022:30
prion
securityvulns
Oracle / Sun applications multiple security ulnerabilities
17 Apr 201000:00
securityvulns
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_sjs_am_n_opensso_unspecified_vuln.nasl 5401 2017-02-23 09:46:07Z teissa $
#
# Sun JS Access Manager And OpenSSO Unspecified Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_solution = "Apply the security updates.
  http://sunsolve.sun.com/search/document.do?assetkey=1-66-267568-1

  *****
  NOTE: Ignore this warning if above mentioned patch is already applied.
  *****";

tag_impact = "Successful exploitation could allow remote attackers to affect confidentiality
  and integrity via unknown vectors.
  Impact Level: System/Application";
tag_affected = "Sun OpenSSO Enterprise version 8.0,
  Java System Access Manager version 7.1 and 7.0.2005Q4";
tag_insight = "The flaw is due to unspecified errors in the application, allows remote
  attackers to affect confidentiality and integrity via unknown vectors.";
tag_summary = "The host is running Access Manager or OpenSSO and is prone to
  unspecified vulnerability.";

if(description)
{
  script_id(902165);
  script_version("$Revision: 5401 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-04-29 10:04:32 +0200 (Thu, 29 Apr 2010)");
  script_cve_id("CVE-2010-0894");
  script_bugtraq_id(39457);
  script_tag(name:"cvss_base", value:"5.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:N");
  script_name("Sun JS Access Manager And OpenSSO Unspecified Vulnerability");

  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/57750");
  script_xref(name : "URL" , value : "http://www.us-cert.gov/cas/techalerts/TA10-103B.html");
  script_xref(name : "URL" , value : "http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpuapr2010.html");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2010 SecPod");
  script_family("General");
  script_dependencies("secpod_sun_opensso_detect.nasl",
                      "secpod_sjs_access_manager_detect.nasl");
  script_require_ports("Services/www", 8080);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  exit(0);
}


include("http_func.inc");

am_port = get_http_port(default:8080);
if(!am_port){
  am_port= 8080;
}

amVer = get_kb_item("www/" + am_port + "/Sun/JavaSysAccessMang");
amVer = eregmatch(pattern:"^(.+) under (/.*)$", string:amVer);

# Check for Java Access Manager version 7.0 2005Q4 or 7.1 
if(amVer[1] =~ "7.1|7.0.2005Q4")
{
  security_message(am_port);
  exit(0);
}

ssoVer = get_kb_item("www/" + am_port + "/Sun/OpenSSO");
ssoVer = eregmatch(pattern:"^(.+) under (/.*)$", string:ssoVer);

# Check for Sun OpenSSO version 8.0
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