Lucene search
+L

Oracle VirtualBox Unspecified Denial of Service Vulnerability - Windows

🗓️ 19 Oct 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

Oracle VM VirtualBox Unspecified Denial of Service Vulnerability - Successful exploitation allows local users to cause a Denial of Service. Apply the patch

Related
Refs
Code
# SPDX-FileCopyrightText: 2012 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.803103");
  script_version("2025-09-19T05:38:25+0000");
  script_cve_id("CVE-2012-3221");
  script_tag(name:"cvss_base", value:"2.1");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2025-09-19 05:38:25 +0000 (Fri, 19 Sep 2025)");
  script_tag(name:"creation_date", value:"2012-10-19 15:10:56 +0530 (Fri, 19 Oct 2012)");
  script_name("Oracle VirtualBox Unspecified Denial of Service Vulnerability - Windows");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("secpod_sun_virtualbox_detect_win.nasl");
  script_mandatory_keys("Oracle/VirtualBox/Win/Ver");

  script_xref(name:"URL", value:"https://www.oracle.com/security-alerts/cpuoct2012.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/56045");

  script_tag(name:"impact", value:"Successful exploitation allows local users to cause a Denial of Service.");

  script_tag(name:"affected", value:"Oracle VirtualBox version 3.2, 4.0 and 4.1 on Windows.");

  script_tag(name:"summary", value:"Oracle VirtualBox is prone to a denial of service vulnerability.");

  script_tag(name:"solution", value:"Apply the patch.");

  script_tag(name:"insight", value:"Unspecified error in the VirtualBox Core subcomponent.

  Note: No further information is currently available.");

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

  exit(0);
}

cpe_list = make_list( "cpe:/a:sun:virtualbox", "cpe:/a:oracle:vm_virtualbox" );

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

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"];

if( version_is_equal( version: vers, test_version: "4.1" ) ||
    version_is_equal( version: vers, test_version: "4.0" ) ||
    version_is_equal( version: vers, test_version: "3.2" ) ) {
  report = report_fixed_ver( installed_version: vers, fixed_version: "Apply the patch", 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

19 Sep 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 22.1
EPSS0.00791
37