Lucene search
+L

Oracle Sun Management Center Information Disclosure Vulnerability

🗓️ 07 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 13 Views

Oracle Sun Management Center Information Disclosure Vulnerability. Allows remote attackers to affect confidentiality and integrity by disclosing certain information

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-4436
19 Jan 201116:00
cve
cvelist
Cvelist
CVE-2010-4436
19 Jan 201116:00
cvelist
euvd
EUVD
EUVD-2010-4405
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-4436
19 Jan 201117:00
nvd
openvas
OpenVAS
Oracle Sun Management Center Information Disclosure Vulnerability
7 Feb 201100:00
openvas
oracle
Oracle
Oracle Critical Patch Update - January 2011
18 Jan 201100:00
oracle
oracle
Oracle
Oracle Critical Patch Update - January 2011
18 Jan 201100:00
oracle
prion
Prion
Design/Logic Flaw
19 Jan 201117:00
prion
securityvulns
securityvulns
Oracle / Sun / Peoplesoft / Open Office applications multiple security vulnerabilities
26 Feb 201100:00
securityvulns
# 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.801587");
  script_version("2023-07-28T05:05:23+0000");
  script_tag(name:"last_modification", value:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2011-02-07 15:21:16 +0100 (Mon, 07 Feb 2011)");
  script_cve_id("CVE-2010-4436");
  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_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("General");
  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);

  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/topics/security/cpujan2011-194091.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/45885");

  script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to affect confidentiality
  and integrity via unknown vectors.");

  script_tag(name:"affected", value:"Oracle SunMC version 4.0");

  script_tag(name:"insight", value:"The issue is caused by an unknown error within the Web Console component,
  which could allow attackers to disclose certain information.");

  script_tag(name:"summary", value:"Oracle Sun Management Center is prone to an information disclosure vulnerability.");

  script_tag(name:"solution", value:"Apply the referenced security updates.");

  script_tag(name:"qod", value:"30"); # nb: Seems like we're only getting [major].[minor], not the patch-level
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("smb_nt.inc");

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

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sun Management Center\";
if(!registry_key_exists(key:key))
  exit(0);

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

if("Sun Management Center" >< smcName)
{
  smcVer = registry_get_sz(key:key, item:"BaseProductDirectory");

  if(smcVer == "SunMC4.0"){
    security_message( port: 0, data: "The target host was found to be vulnerable" );
  }
}

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