
CVE-2025-62215 exploit development using Claude Code Agent Team
Windows Kernel Race Condition / Double-Free Privilege Escalation の脆弱性調査プロジェクト。
| Item | Detail |
|---|---|
| CVE | CVE-2025-62215 |
| Component | Windows Kernel (ntoskrnl.exe) |
| Type | Race Condition (CWE-362) / Double Free (CWE-415) |
| Impact | Local Privilege Escalation → SYSTEM |
| CVSS 3.1 | 7.0 (HIGH) — AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Patch | November 2025 Patch Tuesday |
| Status | CISA KEV registered, actively exploited in the wild |
.
├── README.md # This file
├── CLAUDE.md # Project context for Claude Code
├── report.md # Comprehensive vulnerability report
├── analysis.md # Static analysis of public (fake) PoC
├── TODO.md # Next steps and research plan
├── poc/
│ ├── exploit.h # Common definitions & undocumented types
│ ├── exploit.cpp # PoC skeleton (correct APIs)
│ └── Makefile # MSVC (nmake) build config
└── docs/
├── binary-acquisition.md # How to obtain ntoskrnl.exe binaries
├── patch-analysis-guide.md # IDA Pro + BinDiff analysis guide
├── detection-rules.md # Sigma / Sysmon / ETW detection rules
└── test-environment.md # VM + WinDbg setup guide
abrewer251/CVE-2025-62215_Windows_Kernel_PE) — fake/non-functional
NtCreateKernelObject)VirtualAlloc cannot spray kernel pooldocs/binary-acquisition.md)poc/exploit.cppdocs/test-environment.md)# From VS Developer Command Prompt
cd poc
nmake
exploit.exe --check # System check only
This project is for educational and authorized security research purposes only.