
تطوير استغلال CVE-2025-62215 باستخدام Claude Code Agent Team
مشروع بحث حول ثغرة تصعيد الامتيازات في نواة ويندوز (Windows Kernel Race Condition / Double-Free Privilege Escalation).
| العنصر | التفاصيل |
|---|---|
| CVE | CVE-2025-62215 |
| المكوّن | نواة ويندوز (ntoskrnl.exe) |
| النوع | حالة سباق (CWE-362) / تحرير مزدوج (CWE-415) |
| التأثير | تصعيد امتيازات محلي → SYSTEM |
| CVSS 3.1 | 7.0 (HIGH) — AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H |
| التصحيح | تحديثات نوفمبر 2025 (Patch Tuesday) |
| الحالة | مسجلة في CISA KEV، مستغلة بنشاط في البرية |
.
├── 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) — مزوّر/غير وظيفي
NtCreateKernelObject)VirtualAlloc في وضع المستخدم لا يمكنه رشّ تجمع النواة (kernel pool)docs/binary-acquisition.md)poc/exploit.cppdocs/test-environment.md)# From VS Developer Command Prompt
cd poc
nmake
exploit.exe --check # System check only
هذا المشروع لأغراض التعليم والبحث الأمني المصرّح به فقط.