Cyber Resilience

CVE-2026-0035

High

Published: 02 March 2026

Published
02 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score v3.1 8.4 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 1.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-0035 is a high-severity Out-of-bounds Read (CWE-125) vulnerability in Google Android. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 1.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-0035 is a logic error in the createRequest function of MediaProvider.java within Android, allowing an app to gain read/write access to non-existing files. This vulnerability enables local escalation of privilege without requiring additional execution privileges or user interaction. It is associated with CWE-125 (Out-of-bounds Read) and CWE-787 (Out-of-bounds Write), and carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

A local attacker, such as a malicious app running on the device with no special privileges, can exploit this issue due to its low attack complexity and lack of need for user interaction. Exploitation leads to arbitrary read/write access on non-existing files, resulting in escalation of privilege and high impacts to confidentiality, integrity, and availability.

The Android security bulletin provides details on patches and mitigation at https://source.android.com/docs/security/bulletin/2026/2026-03-01.

EU & UK References

Vulnerability details

In createRequest of MediaProvider.java, there is a possible way for an app to gain read/write access to non-existing files due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges…

more

needed. User interaction is not needed for exploitation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local EoP via logic error/out-of-bounds access in Android MediaProvider directly enables T1068 Exploitation for Privilege Escalation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-0106Same product: Google Android
CVE-2026-0117Same product: Google Android
CVE-2024-53837Same product: Google Android
CVE-2026-0037Same product: Google Android
CVE-2024-49738Same product: Google Android
CVE-2024-53838Same product: Google Android
CVE-2024-53833Same product: Google Android
CVE-2026-0123Same product: Google Android
CVE-2024-49745Same product: Google Android
CVE-2024-43097Same product: Google Android

Affected Assets

google
android
14.0, 15.0, 16.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access to files and resources, directly countering the logic error in MediaProvider that allows unauthorized read/write access to non-existing files.

prevent

Validates inputs to the createRequest function, preventing malformed requests that trigger the out-of-bounds read/write logic error leading to privilege escalation.

prevent

Requires timely identification, reporting, and patching of the specific logic flaw in MediaProvider.java to eliminate the vulnerability.

References