Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:1361412562310902261
HistoryOct 01, 2010 - 12:00 a.m.

VMware Products Security Bypass Vulnerability (VMSA-2010-0014) - Linux

2010-10-0100:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
12

9.5 High

AI Score

Confidence

High

2.1 Low

CVSS2

Access Vector

Access Complexity

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:L/AC:L/Au:N/C:N/I:P/A:N

0.0004 Low

EPSS

Percentile

5.2%

VMWare product(s) are prone to a security bypass vulnerability.

# Copyright (C) 2010 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.902261");
  script_version("2022-02-28T15:47:00+0000");
  script_tag(name:"last_modification", value:"2022-02-28 15:47:00 +0000 (Mon, 28 Feb 2022)");
  script_tag(name:"creation_date", value:"2010-10-01 08:36:34 +0200 (Fri, 01 Oct 2010)");
  script_cve_id("CVE-2010-3277");
  script_tag(name:"cvss_base", value:"2.1");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:P/A:N");
  script_name("VMware Products Security Bypass Vulnerability (VMSA-2010-0014) - Linux");

  script_xref(name:"URL", value:"http://secunia.com/advisories/41574");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/2491");
  script_xref(name:"URL", value:"http://securitytracker.com/alerts/2010/Sep/1024481.html");
  script_xref(name:"URL", value:"http://www.vmware.com/security/advisories/VMSA-2010-0014.html");
  script_xref(name:"URL", value:"http://lists.vmware.com/pipermail/security-announce/2010/000105.html");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_vmware_prdts_detect_lin.nasl");
  script_mandatory_keys("VMware/Linux/Installed");
  script_tag(name:"impact", value:"Successful exploitation allows attackers to display a malicious file if they
  manage to get their file onto the system prior to installation.");
  script_tag(name:"affected", value:"VMware Player 3.0 before 3.1.2 build 301548
  VMware Workstation 7.0 before 7.1.2 build 301548 on Linux.");
  script_tag(name:"insight", value:"The vulnerability is due to an error in the 'installer', which will
  load an 'index.htm' file located in the current working directory.");
  script_tag(name:"summary", value:"VMWare product(s) are prone to a security bypass vulnerability.");
  script_tag(name:"solution", value:"Upgrade to player 3.1.2 build 301548

  Upgrade VMware Workstation 7.1.2 build 301548.");

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

  exit(0);
}

include("version_func.inc");

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

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

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

9.5 High

AI Score

Confidence

High

2.1 Low

CVSS2

Access Vector

Access Complexity

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:L/AC:L/Au:N/C:N/I:P/A:N

0.0004 Low

EPSS

Percentile

5.2%

Related for OPENVAS:1361412562310902261