Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2010-0232 PoC — Microsoft Windows #GP陷阱处理器本地权限提升漏洞

Source
Associated Vulnerability
Title:Microsoft Windows #GP陷阱处理器本地权限提升漏洞 (CVE-2010-0232)
Description:The kernel in Microsoft Windows NT 3.1 through Windows 7, including Windows 2000 SP4, Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista Gold, SP1, and SP2, and Windows Server 2008 Gold and SP2, when access to 16-bit applications is enabled on a 32-bit x86 platform, does not properly validate certain BIOS calls, which allows local users to gain privileges by crafting a VDM_TIB data structure in the Thread Environment Block (TEB), and then calling the NtVdmControl function to start the Windows Virtual DOS Machine (aka NTVDM) subsystem, leading to improperly handled exceptions involving the #GP trap handler (nt!KiTrap0D), aka "Windows Kernel Exception Handler Vulnerability."
Description
Development of an exploit for privilege escalation in Windows systems ( NT / 2k / XP / 2K3 / VISTA / 2k8 / 7 ) using the vulnerability CVE-2010-0232
Readme
# CVE-2010-0232
Development of an exploit for privilege escalation in Windows systems ( NT / 2k / XP / 2K3 / VISTA / 2k8 / 7 ) using the vulnerability CVE-2010-0232.
This is an educational project I took up to learn the gruesome details of lowlevel kernel exploits, This is my first such exploit.
I'm learning by coding along with reading the exploit code and explnation written by Tavis Ormandy. You can find the vulnerability description and exploit given by him here: https://www.exploit-db.com/exploits/11199
File Snapshot

[4.0K] /data/pocs/7e3b2ac498ddde0cf93caaf293a204f795e4b369 ├── [1.9K] analysis.txt ├── [4.0K] KiTrap0D │   ├── [9.5K] ADVISORY │   ├── [ 327] Makefile │   ├── [ 456] README │   ├── [253K] screenshot.png │   ├── [ 16K] vdmallowed.c │   ├── [ 72K] vdmallowed.exe │   ├── [ 13K] vdmexploit.c │   └── [ 42K] vdmexploit.dll ├── [ 10K] KiTrap0D.txt ├── [1.0K] LICENSE └── [ 513] README.md 1 directory, 12 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →