Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310809076
HistoryOct 21, 2016 - 12:00 a.m.

Oracle Virtualbox Multiple Security Bypass And DoS Vulnerabilities - Linux

2016-10-2100:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
38

CVSS2

7.8

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

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

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

AI Score

8.2

Confidence

Low

EPSS

0.566

Percentile

97.7%

Oracle VM VirtualBox is prone to multiple security bypass and denial of service vulnerabilities.

# SPDX-FileCopyrightText: 2016 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.809076");
  script_version("2024-02-15T05:05:40+0000");
  script_cve_id("CVE-2016-5501", "CVE-2016-6304", "CVE-2016-5610", "CVE-2016-5538",
                "CVE-2016-5613", "CVE-2016-5611", "CVE-2016-5608");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2022-08-16 13:18:00 +0000 (Tue, 16 Aug 2022)");
  script_tag(name:"creation_date", value:"2016-10-21 14:40:28 +0530 (Fri, 21 Oct 2016)");
  script_name("Oracle Virtualbox Multiple Security Bypass And DoS Vulnerabilities - Linux");

  script_tag(name:"summary", value:"Oracle VM VirtualBox is prone to multiple security bypass and denial of service vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple flaws exist due to multiple
  unspecified errors in core and openssl component.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to gain elevated privileges, to partially access and modify data
  and cause partial denial of service conditions.");

  script_tag(name:"affected", value:"VirtualBox versions prior to 5.0.28 and
  prior to 5.1.8 on Linux.");

  script_tag(name:"solution", value:"Upgrade to Oracle VirtualBox version
  5.0.28 or 5.1.8 or later on Linux.");

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

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

  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93687");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93150");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93711");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93697");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93728");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93744");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93718");

  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("secpod_sun_virtualbox_detect_lin.nasl");
  script_mandatory_keys("Sun/VirtualBox/Lin/Ver");
  exit(0);
}

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

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

if(virtualVer =~ "^5\.0\.")
{
  if(version_is_less(version:virtualVer, test_version:"5.0.28"))
  {
    fix = "5.0.28";
    VULN = TRUE;
  }
}

else if(virtualVer =~ "^5\.1\.")
{
  if(version_is_less(version:virtualVer, test_version:"5.1.8"))
  {
    fix = "5.1.8";
    VULN = TRUE;
  }
}

if(VULN)
{
  report = report_fixed_ver(installed_version:virtualVer, fixed_version:fix);
  security_message(data:report);
  exit(0);
}

CVSS2

7.8

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

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

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

AI Score

8.2

Confidence

Low

EPSS

0.566

Percentile

97.7%