6.1
CVSSv2

CVE-2006-6296

Published: 05/12/2006 Updated: 30/04/2019
CVSS v2 Base Score: 6.1 | Impact Score: 6.9 | Exploitability Score: 6.5
VMScore: 615
Vector: AV:A/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

The RpcGetPrinterData function in the Print Spooler (spoolsv.exe) service in Microsoft Windows 2000 SP4 and previous versions, and possibly Windows XP SP1 and previous versions, allows remote malicious users to cause a denial of service (memory consumption) via an RPC request that specifies a large 'offered' value (output buffer size), a variant of CVE-2005-3644.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

microsoft windows 2000

Exploits

#!/usr/bin/python # MS Windows spoolss GetPrinterData() 0day Memory Allocation Remote DoS Exploit # Bug discovered by h07 <h07@interiapl> # Tested on Windows 2000 SP4 Polish + All Microsoft Security Bulletins # Example: # # C:\>python spoolss_dospy 19216802 512 # # [*] MS Windows GetPrinterData() 0day Memory Allocation Remote DoS Expl ...