Lucene search
K

VMware Products Multiple Vulnerabilities (Windows) sep09

🗓️ 16 Sep 2009 00:00:00Reported by Copyright (C) 2009 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

VMware Products Multiple Vulnerabilities (Windows) sep09. Heap-based buffer overflow via specially crafted video file. Upgrade VMWares

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2009-0199
8 Sep 200922:30
attackerkb
CVE
CVE-2009-0199
8 Sep 200922:00
cve
CVE
CVE-2009-2628
8 Sep 200922:00
cve
Cvelist
CVE-2009-0199
8 Sep 200922:00
cvelist
Cvelist
CVE-2009-2628
8 Sep 200922:00
cvelist
NVD
CVE-2009-0199
8 Sep 200922:30
nvd
NVD
CVE-2009-2628
8 Sep 200922:30
nvd
OpenVAS
VMware Products Multiple Vulnerabilities (VMSA-2009-0012) - Windows
16 Sep 200900:00
openvas
Prion
Heap overflow
8 Sep 200922:30
prion
Prion
Memory corruption
8 Sep 200922:30
prion
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_vmware_prdts_mult_vuln_win_sep09.nasl 5148 2017-01-31 13:16:55Z teissa $
#
# VMware Products Multiple Vulnerabilities (Windows) sep09
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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_impact = "Successful exploitation will allow attacker to cause a heap-based buffer
  overflow via a specially crafted video file with mismatched dimensions.
  Impact Level: System/Application";
tag_solution = "Upgrade your VMWares according to the below link.
  http://lists.vmware.com/pipermail/security-announce/2009/000065.html";

tag_summary = "The host is installed with VMWare products and are prone to multiple
  vulnerabilities.";

tag_affected = "VMware Workstation versions prior to 6.5.3 Build 185404
  VMware Player versions prior to 2.5.3 build 185404";
tag_insight = "The multiple flaws are due to,
  - An heap overflow error in the VMnc codec (vmnc.dll) when processing a video
    file with mismatched dimension.
  - An heap corruption error in the VMnc codec (vmnc.dll) when processing a video
    with a height of less than 8 pixels.";

if(description)
{
  script_id(901020);
  script_version("$Revision: 5148 $");
  script_tag(name:"last_modification", value:"$Date: 2017-01-31 14:16:55 +0100 (Tue, 31 Jan 2017) $");
  script_tag(name:"creation_date", value:"2009-09-16 15:34:19 +0200 (Wed, 16 Sep 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-0199", "CVE-2009-2628");
  script_bugtraq_id(36290);
  script_name("VMware Products Multiple Vulnerabilities (Windows) sep09");
  script_xref(name : "URL" , value : "http://www.kb.cert.org/vuls/id/444513");
  script_xref(name : "URL" , value : "http://secunia.com/secunia_research/2009-25/");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/2553");
  script_xref(name : "URL" , value : "http://www.vmware.com/security/advisories/VMSA-2009-0012.html");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (C) 2009 SecPod");
  script_family("Buffer overflow");
  script_dependencies("gb_vmware_prdts_detect_win.nasl");
  script_require_keys("VMware/Win/Installed");
  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("version_func.inc");

if(!get_kb_item("VMware/Win/Installed"))
{
  exit(0);
}

# Check for VMware Player
vmplayerVer = get_kb_item("VMware/Player/Win/Ver");
if(vmplayerVer != NULL )
{
  if(version_is_less(version:vmplayerVer, test_version:"2.5.3"))
  {
    security_message(0);
    exit(0);
  }
}

#Check for VMware Workstation
vmworkstnVer = get_kb_item("VMware/Workstation/Win/Ver");
if(vmworkstnVer != NULL)
{
  if(version_is_less(version:vmworkstnVer, test_version:"6.5.3")){
    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

31 Jan 2017 00:00Current
0.7Low risk
Vulners AI Score0.7
EPSS0.05568
20