Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-36003 — Proof-of-concept exploit for CVE-2023-36003, a Windows Defender security feature bypass enabling privilege escalation and code execution evasion on unpatched Windows systems. | Kitploit
Tools/GitHubGitHub/johnnygreeme/cve-2023-36003
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & Education
GitHubjohnnygreeme/cve-2023-36003

CVE-2023-36003

Proof-of-concept exploit for CVE-2023-36003, a Windows Defender security feature bypass enabling privilege escalation and code execution evasion on unpatched Windows systems.

View Repository
5129 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-36003: Windows Defender Exploit Protection Bypass PoC

This repository contains a Proof of Concept (PoC) for CVE-2023-36003, a critical security feature bypass vulnerability affecting Windows Defender Exploit Protection.

Overview

CVE-2023-36003 is a vulnerability in Windows Defender that allows an attacker to bypass mitigation features designed to prevent exploit execution. Successful exploitation enables malware or malicious code to evade standard Exploit Protection mechanisms, increasing the risk of successful system compromise.

  • Vulnerability Type: Security Feature Bypass
  • Affected Component: Windows Defender / Exploit Protection
  • Discovered/Log Date: November 2023 (Microsoft Patch Tuesday)
  • Impact: Privilege Escalation / Code Execution Evasion

Disclaimer

[!WARNING] This code is intended solely for educational, research, and authorized testing purposes. Unauthorized use of this software on production systems or without explicit permission is strictly prohibited. The author accepts no liability for any damage or misuse caused by this repository.

Affected Versions

The vulnerability affects various versions of Windows 10, Windows 11, and Windows Server where Windows Defender Exploit Protection mitigations are enforced prior to the November 2023 security updates.

Technical Details

The flaw exists in how Windows Defender handles specific memory mitigation configurations or process creation techniques. An attacker can leverage this oversight to spawn a process that inherits or forces an environment where mitigations (such as ACG, DEP, or ASLR policies) are misapplied or disabled.

Usage & Demonstration

Prerequisites

  • Windows 10/11 environment (Unpatched, pre-November 2023)
  • Visual Studio (for compilation)

Compilation

Open the solution file in Visual Studio and build the project in Release mode:

root@kitploit:~
msbuild /p:Configuration=Release

Execution

Run the compiled binary from an elevated command prompt to test mitigation status:

root@kitploit:~
poc.exe

Remediation

To protect against this vulnerability, ensure that your Windows operating system is fully updated. Microsoft resolved this issue in the November 2023 Patch Tuesday release.

  1. Open Windows Update.
  2. Click Check for updates.
  3. Install all cumulative updates for your version of Windows.

References

  • Microsoft Security Advisory for CVE-2023-36003
  • NIST NVD CVE-2023-36003
Download Tool