Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804435
HistoryApr 18, 2014 - 12:00 a.m.

Oracle VM VirtualBox Graphics Driver (WDDM) Unspecified Vulnerability (cpuapr2014) - Linux

2014-04-1800:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
12

4.4 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6.3 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

25.7%

Oracle VM VirtualBox is prone to an unspecified vulnerability.

# SPDX-FileCopyrightText: 2014 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

CPE = "cpe:/a:oracle:vm_virtualbox";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804435");
  script_version("2024-02-26T14:36:40+0000");
  script_cve_id("CVE-2014-2441");
  script_tag(name:"cvss_base", value:"4.4");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2024-02-26 14:36:40 +0000 (Mon, 26 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-04-18 12:54:10 +0530 (Fri, 18 Apr 2014)");
  script_name("Oracle VM VirtualBox Graphics Driver (WDDM) Unspecified Vulnerability (cpuapr2014) - Linux");

  script_tag(name:"summary", value:"Oracle VM VirtualBox is prone to an unspecified vulnerability.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"The flaw is  due to an error within the Graphics driver(WDDM) for Windows
guests component and can be exploited by disclose, update, insert, or delete
certain data and to cause a crash.");
  script_tag(name:"impact", value:"Successful exploitation will allow local users to disclose sensitive
information, manipulate certain data, and cause a DoS (Denial of
Service).");
  script_tag(name:"affected", value:"Oracle Virtualization VirtualBox 4.1.x before 4.1.32, 4.2.x before 4.2.24,
and 4.3.x before 4.3.10 on Linux");
  script_tag(name:"solution", value:"Upgrade to Oracle VM VirtualBox version 4.1.32, 4.2.24, 4.3.10 or later.");
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://secunia.com/advisories/57937");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66868");
  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("General");
  script_dependencies("secpod_sun_virtualbox_detect_lin.nasl");
  script_mandatory_keys("Sun/VirtualBox/Lin/Ver");
  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(!virtualVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(virtualVer =~ "^(4\.(1|2|3))")
{
  if(version_in_range(version:virtualVer, test_version:"4.2.0", test_version2:"4.2.23")||
     version_in_range(version:virtualVer, test_version:"4.3.0", test_version2:"4.3.9") ||
     version_in_range(version:virtualVer, test_version:"4.1.0", test_version2:"4.1.31"))
  {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

4.4 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6.3 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

25.7%