Lucene search
K

Oracle Sun Management Center Information Disclosure Vulnerability

🗓️ 07 Feb 2011 00:00:00Reported by Copyright (c) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

Oracle Sun Management Center Information Disclosure Vulnerability. Remote attackers could affect confidentiality and integrity via unknown vectors. Oracle SunMC version 4.0

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-4436
19 Jan 201116:00
cve
Cvelist
CVE-2010-4436
19 Jan 201116:00
cvelist
EUVD
EUVD-2010-4405
7 Oct 202500:30
euvd
NVD
CVE-2010-4436
19 Jan 201117:00
nvd
OpenVAS
Oracle Sun Management Center Information Disclosure Vulnerability
7 Feb 201100:00
openvas
Oracle
Oracle Critical Patch Update - January 2011
18 Jan 201100:00
oracle
Oracle
Oracle Critical Patch Update - January 2011
18 Jan 201100:00
oracle
Prion
Design/Logic Flaw
19 Jan 201117:00
prion
securityvulns
Oracle / Sun / Peoplesoft / Open Office applications multiple security vulnerabilities
26 Feb 201100:00
securityvulns
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_oracle_sun_mc_info_disc_vuln.nasl 5367 2017-02-20 14:16:52Z cfi $
#
# Oracle Sun Management Center Information Disclosure Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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://www.oracle.com/technetwork/topics/security/cpujan2011-194091.html

  *****
  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 = "Oracle SunMC version 4.0";
tag_insight = "The issue is caused by an unknown error within the Web Console component,
  which could allow attackers to disclose certain information.";
tag_summary = "The host is installed with Oracle Sun Management Center and is
  prone to information disclosure vulnerability.";

if(description)
{
  script_id(801587);
  script_version("$Revision: 5367 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-20 15:16:52 +0100 (Mon, 20 Feb 2017) $");
  script_tag(name:"creation_date", value:"2011-02-07 15:21:16 +0100 (Mon, 07 Feb 2011)");
  script_cve_id("CVE-2010-4436");
  script_bugtraq_id(45885);
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_name("Oracle Sun Management Center Information Disclosure Vulnerability");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/42989");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/64814");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2011/0156");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("secpod_reg_enum.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);
  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("smb_nt.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

## Check related key
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sun Management Center\";

## if key does not exist, exit
if(!registry_key_exists(key:key)){
  exit(0);
}

smcName = registry_get_sz(key:key, item:"DisplayName");

## Confirm the applcation with name
if("Sun Management Center" >< smcName)
{
  smcVer = registry_get_sz(key:key, item:"BaseProductDirectory");

  ## check for the version
  if(smcVer == "SunMC4.0"){
    security_message(0);
  }
}

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

20 Feb 2017 00:00Current
6.1Medium risk
Vulners AI Score6.1
EPSS0.00524
16