Cyber Posture

CVE-2026-0026

High

Published: 02 March 2026

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

Summary

CVE-2026-0026 is a high-severity Missing Authorization (CWE-862) vulnerability in Google Android. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 0.1th 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-2 (Flaw Remediation).

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

Directly addresses the logic error in PermissionManagerServiceImpl by enforcing approved authorizations to prevent unauthorized system permission overrides.

prevent

Requires timely identification, reporting, and correction of the specific flaw via patches detailed in the Android security bulletin.

prevent

Limits damage from privilege escalation by ensuring only minimal privileges are granted, complementing flawed permission enforcement.

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 permission override logic flaw (T1068).

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

NVD Description

In removePermission of PermissionManagerServiceImpl.java, there is a possible way to override any system permission 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 needed…

more

for exploitation.

Deeper analysisAI

CVE-2026-0026 is a logic error in the removePermission function of PermissionManagerServiceImpl.java within the Android Open Source Project. This flaw enables an attacker to override any system permission, resulting in a local escalation of privilege vulnerability. No additional execution privileges are required for exploitation, though user interaction is necessary. The issue is scored at CVSS 3.1 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and is associated with CWE-862.

A local attacker can exploit this vulnerability by leveraging the logic error to manipulate permission overrides. With no prerequisite privileges and low attack complexity, the attacker tricks a user into performing a specific interaction, such as granting or revoking permissions through a malicious app or interface. Successful exploitation allows full control over system permissions, providing high impacts on confidentiality, integrity, and availability.

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

Details

CWE(s)

Affected Products

google
android
14.0

CVEs Like This One

CVE-2025-48574Same product: Google Android
CVE-2025-48578Same product: Google Android
CVE-2025-48634Same product: Google Android
CVE-2025-36920Same product: Google Android
CVE-2026-0011Same product: Google Android
CVE-2026-0020Same product: Google Android
CVE-2026-0117Same product: Google Android
CVE-2024-53833Same product: Google Android
CVE-2026-0010Same product: Google Android
CVE-2026-0037Same product: Google Android

References