Cyber Posture

CVE-2026-0011

High

Published: 02 March 2026

Published
02 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score 8.4 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0000 0.2th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-0011 is a high-severity Protection Mechanism Failure (CWE-693) 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 0.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-11 (Error Handling).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-11 requires proper centralized handling of errors and exceptions, directly mitigating CWE-703 improper check or handling of exceptional conditions in enableSystemPackageLPw.

prevent

AC-3 enforces approved access authorizations, addressing the logic error causing protection mechanism failure (CWE-693) that enables local privilege escalation.

prevent

SI-2 mandates timely identification, reporting, and correction of system flaws like the logic error in Settings.java, as provided in the Android security bulletin patch.

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?

Direct local privilege escalation via logic flaw in system package handling with no privileges or interaction required.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

In enableSystemPackageLPw of Settings.java, there is a possible way to prevent location access from working due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is…

more

not needed for exploitation.

Deeper analysisAI

CVE-2026-0011 is a logic error in the enableSystemPackageLPw function of Settings.java within the Android operating system. This flaw allows an attacker to prevent location access from working, potentially leading to local escalation of privilege. No additional execution privileges are required, and user interaction is not needed for exploitation. The vulnerability is associated with CWE-693 (Protection Mechanism Failure) and CWE-703 (Improper Check or Handling of Exceptional Conditions), with 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 can exploit this vulnerability with low complexity and no prior privileges, as it requires only local access to the device. Upon successful exploitation, the attacker achieves high impacts on confidentiality, integrity, and availability, enabling privilege escalation that could compromise the system's security controls related to location services.

The Android security bulletin at https://source.android.com/docs/security/bulletin/2026/2026-03-01, published in March 2026, provides details on affected versions and available patches for mitigation.

Details

CWE(s)

Affected Products

google
android
14.0, 15.0, 16.0

CVEs Like This One

CVE-2026-0118Same product: Google Android
CVE-2025-48602Same product: Google Android
CVE-2025-48605Same product: Google Android
CVE-2025-48653Same product: Google Android
CVE-2026-0017Same product: Google Android
CVE-2025-48635Same product: Google Android
CVE-2025-48574Same product: Google Android
CVE-2025-36920Same product: Google Android
CVE-2026-0020Same product: Google Android
CVE-2026-0117Same product: Google Android

References