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-2026-69836-EXP — CVE-2026-69836 — Unauthenticated RCE via Entra ID deserialization | Kitploit
Tools/GitHubGitHub/sentinel-aidefense/cve-2026-69836-exp
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCloud Security
GitHubsentinel-aidefense/cve-2026-69836-exp

CVE-2026-69836-EXP

CVE-2026-69836 — Unauthenticated RCE via Entra ID deserialization

View Repository
12 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-2026-69836 Entra ID Unauthenticated RCE Proof of Concept

Overview

CVE-2026-69836 is a critical unauthenticated remote code execution vulnerability in Microsoft Entra ID due to improper deserialization of untrusted data (CWE-502). The flaw allows attackers to execute arbitrary code over the network with no authentication, user interaction, or special privileges required. This PoC demonstrates an exploit that achieves full RCE in patched environments, enabling complete compromise of identity data, token theft, privilege escalation, and lateral movement across Microsoft 365, Azure, and connected SaaS applications.

Affected Versions

Microsoft Entra ID versions affected by CVE-2026-69836: all pre-patch releases (pre-August 2026 patches). Confirmed in Microsoft Security Response Center advisory.

Root Cause

The vulnerability stems from unsafe deserialization of untrusted data in the Entra ID authentication and token-handling pipeline, allowing object injection and gadget chain execution to arbitrary code execution.

Usage

poc

Example:

root@kitploit:~
python3 cve-2026-69836.py login.microsoftonline.com --cmd "whoami && whoami > /tmp/pwned.txt"
Download Tool

The exploit triggers the deserialization flaw, executes the supplied command, and returns output or establishes a persistent shell.

Exploit

href

DISCLAIMER: For authorized penetration testing and red teaming only. Do not use against systems you do not own.