VMware Products Multiple Vulnerabilities - Windows
🗓️ 16 Apr 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 41 Views
| Reporter | Title | Published | Views | Family All 32 |
|---|---|---|---|---|
| CVE-2009-1564 | 12 Apr 201018:00 | – | cve | |
| CVE-2009-1565 | 12 Apr 201018:00 | – | cve | |
| CVE-2010-1139 | 12 Apr 201018:00 | – | cve | |
| CVE-2009-1564 | 12 Apr 201018:00 | – | cvelist | |
| CVE-2009-1565 | 12 Apr 201018:00 | – | cvelist | |
| CVE-2010-1139 | 12 Apr 201018:00 | – | cvelist | |
| EUVD-2010-1170 | 7 Oct 202500:30 | – | euvd | |
| GLSA-201209-25 : VMware Player, Server, Workstation: Multiple vulnerabilities | 1 Oct 201200:00 | – | nessus | |
| VMware Products Multiple Vulnerabilities (VMSA-2010-0007) | 15 Apr 201000:00 | – | nessus | |
| VMSA-2010-0007 : VMware hosted products, vCenter Server and ESX patches resolve multiple security issues | 21 Sep 201100:00 | – | nessus |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/39364 |
| securityfocus | www.securityfocus.com/bid/39363 |
| securityfocus | www.securityfocus.com/bid/39345 |
| securityfocus | www.securityfocus.com/archive/1/510643 |
# SPDX-FileCopyrightText: 2010 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.801319");
script_version("2024-02-15T05:05:39+0000");
script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
script_tag(name:"creation_date", value:"2010-04-16 16:17:26 +0200 (Fri, 16 Apr 2010)");
script_cve_id("CVE-2010-1139", "CVE-2009-1564", "CVE-2009-1565");
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_name("VMware Products Multiple Vulnerabilities - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("General");
script_dependencies("gb_vmware_prdts_detect_win.nasl");
script_mandatory_keys("VMware/Win/Installed");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/510643");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/39345");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/39363");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/39364");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to cause a heap-based buffer
overflow via specially crafted video files containing incorrect framebuffer parameters.");
script_tag(name:"affected", value:"VMware Server version 2.x
VMware Player version 2.5.x before 2.5.4 build 246459
VMware Workstation version 6.5.x before 6.5.4 build 246459");
script_tag(name:"insight", value:"Multiple flaws exist due to:
- An integer truncation errors in 'vmnc.dll' when processing 'HexTile' encoded
video chunks which can be exploited to cause heap-based buffer overflows.
- A format string vulnerability in 'vmrun' allows users to gain privileges
via format string specifiers in process metadata.");
script_tag(name:"summary", value:"VMWare products are prone to multiple vulnerabilities.");
script_tag(name:"solution", value:"Update to workstation version 6.5.4 build 246459
Update to VMware player version 6.5.4 build 246459
Apply workaround for VMware Server version 2.x");
script_tag(name:"qod", value:"30"); # nb: There is a workaround that fixes the vulnerability while not changing the version
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include( "host_details.inc" );
include( "version_func.inc" );
cpe_list = make_list( "cpe:/a:vmware:player", "cpe:/a:vmware:workstation", "cpe:/a:vmware:server" );
if( ! infos = get_app_version_and_location_from_list( cpe_list: cpe_list, exit_no_version: TRUE ) )
exit( 0 );
vers = infos["version"];
path = infos["location"];
cpe = infos["cpe"];
if( "cpe:/a:vmware:player" >< cpe ) {
if( version_in_range( version: vers, test_version: "2.5", test_version2: "2.5.3" ) ) {
report = report_fixed_ver( installed_version: vers, fixed_version: "2.5.4", install_path: path );
security_message( port: 0, data: report );
exit( 0 );
}
}
else if( "cpe:/a:vmware:workstation" >< cpe ) {
if( version_in_range( version: vers, test_version: "6.5", test_version2: "6.5.3" ) ) {
report = report_fixed_ver( installed_version: vers, fixed_version: "6.5.4", install_path: path );
security_message( port: 0, data: report );
exit( 0 );
}
}
else if( "cpe:/a:vmware:server" >< cpe ) {
if( vers =~ "^2\." ) {
report = report_fixed_ver( installed_version: vers, fixed_version: "Apply the workaround", install_path: path );
security_message( port: 0, data: report );
exit( 0 );
}
}
exit( 99 );
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
15 Feb 2024 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 29.3
EPSS0.0621