What Are MediaTek Chipsets?
MediaTek is one of the largest suppliers of system-on-chip platforms for Android devices, particularly common in budget and mid-range smartphones across a huge range of manufacturers worldwide. This CVE became widely known in the Android rooting community under the informal name "MediaTek-su" — a tool built around this exact flaw that let users root MediaTek-based devices with a single command, a capability that inevitably got repurposed for malicious use as well.
Overview
CVE-2020-0069 is an insufficient input validation vulnerability (CWE-787, out-of-bounds write) in MediaTek's Command Queue driver, caused by missing SELinux restrictions on its ioctl handlers, allowing local privilege escalation (CVSS 3.1: AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, 7.8 High). It was later documented by Lookout as part of the AbstractEmu rooting malware framework, chained with CVE-2020-0041 (a Binder driver bug, also enriched on this site) and CVE-2019-2215.
Technical Details
The Command Queue driver's ioctl handlers accept input without adequate validation and lack the SELinux policy restrictions that would otherwise contain the impact of a compromised or malicious component, allowing a local attacker to trigger an out-of-bounds write that corrupts kernel memory and escalates privileges to root. Because the bug is broadly applicable across many MediaTek chipset variants, it became a popular and reliable rooting primitive well beyond its original security-relevant context.
Discovery
Fixed as part of Android's March 2020 security bulletin. Its exploitation via the "MediaTek-su" tooling became widely known in Android enthusiast communities, and Lookout's October 2021 research documented its use in the AbstractEmu malware chain distributed through app stores including Google Play.
Exploitation Context
This vulnerability is a notable example of a bug with dual-use history: legitimate rooting-community tooling built around it for enthusiasts wanting root access on their own devices, and the same underlying primitive later incorporated into AbstractEmu's malicious rooting chain — used without consent to fully compromise victim devices and bypass Android's permission model entirely.
Remediation
- Apply the March 2020 Android security patch level or later on any MediaTek-based device via your manufacturer's update mechanism.
- Retire devices that no longer receive security updates, particularly budget MediaTek-based devices that manufacturers often support for shorter periods.
- Only install apps from trusted sources, and treat unexpected rooting or permission-model bypass on a device as a serious compromise indicator.
- Treat this CVE and CVE-2020-0041 together when assessing Android fleet risk, since both are components of the same documented AbstractEmu exploitation chain.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2020-0069 |
| Vendor / Product | MediaTek — Multiple Chipsets |
| NVD Published | 2020-03-10 |
| NVD Last Modified | 2025-10-23 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-787 find similar ↗ |
| CISA KEV Added | 2021-11-03 |
| CISA KEV Deadline | 2022-05-03 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2020-03 | Fixed in Android's March 2020 security bulletin, credited to affected MediaTek chipsets broadly |
| 2021-10 | Lookout documents AbstractEmu chaining this CVE with CVE-2019-2215 and CVE-2020-0041 |
| 2021-11-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-05-03 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Android Security Bulletin — March 2020 | Vendor Advisory |
| Lookout — AbstractEmu: A Novel Rooting Malware Framework | Security Research |
| NVD — CVE-2020-0069 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |