
CVE-2026-50656
⚠️ Educational and Defensive Security Research Only
CVE-2026-50656 is a high-severity Elevation of Privilege (EoP) vulnerability affecting the Microsoft Malware Protection Engine used by Microsoft Defender.
The vulnerability, publicly referred to as RoguePlanet, originates from an improper link resolution issue (CWE-59) that may allow a low-privileged local attacker to elevate privileges on affected Windows systems.
Successful exploitation may allow an attacker to:
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
The vulnerability is categorized as:
CWE-59
Improper Link Resolution Before File Access
(Link Following)
This class of vulnerability occurs when privileged processes interact with filesystem objects that can be redirected using:
Improper validation may result in privileged operations being redirected toward attacker-controlled locations.
Microsoft Malware Protection Engine
mpengine.dll
Used by:
Low Privileged User
│
▼
Create Link/Junction/Reparse Point
│
▼
Trigger Defender Engine Operation
│
▼
Privileged File Access
│
▼
Privilege Escalation
│
▼
SYSTEM-Level Impact
Monitor for:
Unexpected privilege escalation events
Defender engine anomalies
Suspicious reparse point creation
Symbolic link abuse
Potential hunting indicators:
DeviceFileEvents
| where ActionType contains "FileCreated"
| where FileName endswith ".lnk"
PowerShell:
Get-ChildItem -Path C:\ -Recurse -Force |
Where-Object {
$_.Attributes -match "ReparsePoint"
}
Until official security updates are deployed:
Reduce the number of users with local logon capability.
Watch for:
Install Microsoft security updates immediately when released.
| Technique | ID |
|---|---|
| Exploitation for Privilege Escalation | T1068 |
| Abuse Elevation Control Mechanism | T1548 |
| File and Directory Discovery | T1083 |
| System Information Discovery | T1082 |
| Category | Risk |
|---|---|
| Enterprise Workstations | High |
| Shared Systems | High |
| VDI Environments | Medium |
| Servers | High |
mpengine.dll
MsMpEng.exe
Unexpected access to:
C:\Windows\System32\
dir /AL /S
dir /A:L
This repository is provided for:
It is not intended for unauthorized access, exploitation, or offensive activities.
CVE-2026-50656 — RoguePlanet
| Attribute | Value |
|---|
| CVE | CVE-2026-50656 |
| Vendor | Microsoft |
| Product | Microsoft Malware Protection Engine |
| Vulnerability Type | Elevation of Privilege |
| CWE | CWE-59 |
| CVSS v3.1 | 7.8 (High) |
| Attack Vector | Local |
| User Interaction | None |
| Public Disclosure | Yes |
| Public PoC | Yes |
| Metric | Value |
|---|
| Attack Vector | Local |
| Attack Complexity | Low |
| Privileges Required | Low |
| User Interaction | None |
| Confidentiality | High |
| Integrity | High |
| Availability | High |
| Check | Status |
|---|
| Microsoft Defender Installed | ✅ |
| Malware Engine Version Verified | ✅ |
| Latest Security Updates Installed | ✅ |
| EDR Enabled | ✅ |
| Tamper Protection Enabled | ✅ |
| Reparse Point Monitoring Enabled | ✅ |
| Managed Endpoints | Medium |