Lucene search

K
openvasCopyright (C) 2011 Greenbone Networks GmbHOPENVAS:1361412562310902490
HistoryNov 17, 2011 - 12:00 a.m.

VMware Products UDF File Systems Buffer Overflow Vulnerability (VMSA-2011-0011) - Linux

2011-11-1700:00:00
Copyright (C) 2011 Greenbone Networks GmbH
plugins.openvas.org
6

6.8 Medium

AI Score

Confidence

High

0.248 Low

EPSS

Percentile

96.6%

VMware products are prone to a buffer overflow vulnerability.

# Copyright (C) 2011 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902490");
  script_version("2022-12-13T10:10:56+0000");
  script_cve_id("CVE-2011-3868");
  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_tag(name:"last_modification", value:"2022-12-13 10:10:56 +0000 (Tue, 13 Dec 2022)");
  script_tag(name:"creation_date", value:"2011-11-17 15:10:19 +0530 (Thu, 17 Nov 2011)");
  script_name("VMware Products UDF File Systems Buffer Overflow Vulnerability (VMSA-2011-0011) - Linux");
  script_xref(name:"URL", value:"http://secunia.com/advisories/46241");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/49942");
  script_xref(name:"URL", value:"http://www.securitytracker.com/id?1026139");
  script_xref(name:"URL", value:"http://www.vmware.com/security/advisories/VMSA-2011-0011.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_vmware_prdts_detect_lin.nasl");
  script_mandatory_keys("VMware/Linux/Installed");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execution of arbitrary code.");

  script_tag(name:"affected", value:"VMware Player version 3.0 before 3.1.5

  VMware Workstation version 7.0 before 7.1.5");

  script_tag(name:"insight", value:"The flaw is due to an error when handling UDF filesystem images.This can be
  exploited to cause a buffer overflow via a specially crafted ISO image file.");

  script_tag(name:"summary", value:"VMware products are prone to a buffer overflow vulnerability.");

  script_tag(name:"solution", value:"Update to:

  - VMware Player version 3.1.5 or later

  - VMware Workstation version 7.1.5 or later");

  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("version_func.inc");

if(!get_kb_item("VMware/Linux/Installed"))
  exit(0);

vmplayerVer = get_kb_item("VMware/Player/Linux/Ver");
if(vmplayerVer) {
  if(version_in_range(version:vmplayerVer, test_version:"3.0", test_version2:"3.1.4")) {
    report = report_fixed_ver(installed_version:vmplayerVer, vulnerable_range:"3.0 - 3.1.4");
    security_message(port: 0, data: report);
    exit(0);
  }
}

vmworkstnVer = get_kb_item("VMware/Workstation/Linux/Ver");
if(vmworkstnVer) {
  if(version_in_range(version:vmworkstnVer, test_version:"7.0", test_version2:"7.1.4")) {
    report = report_fixed_ver(installed_version:vmworkstnVer, vulnerable_range:"7.0 - 7.1.4");
    security_message(port: 0, data: report);
  }
}

6.8 Medium

AI Score

Confidence

High

0.248 Low

EPSS

Percentile

96.6%