Cyber Posture

CVE-2026-0023

HighLPE

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:L/UI:N/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-0023 is a high-severity Improper Privilege Management (CWE-269) 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 AC-6 (Least Privilege).

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

Enforces approved authorizations for access to system resources, directly addressing the missing permission check in createSessionInternal that allows improper ownership updates.

prevent

Employs least privilege to restrict access rights, mitigating local privilege escalation from low-privilege apps exploiting the PackageInstallerService vulnerability.

prevent

Requires identification, reporting, and correction of flaws like the missing permission check, enabling patching as specified in the Android security bulletin.

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?

Missing permission check enables local privilege escalation on Android device, directly matching exploitation for privilege escalation.

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

NVD Description

In createSessionInternal of PackageInstallerService.java, there is a possible way for an app to update its ownership due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not…

more

needed for exploitation.

Deeper analysisAI

CVE-2026-0023 is a vulnerability in the createSessionInternal method of PackageInstallerService.java within the Android platform. It stems from a missing permission check that allows an installed app to improperly update its ownership. This flaw enables local escalation of privilege without requiring additional execution privileges or user interaction, as classified under CWE-269 (Improper Privilege Management). The vulnerability carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high impact on confidentiality, integrity, and availability.

A local attacker with low privileges, such as a malicious app running on the device, can exploit this issue with low complexity and no user interaction. Successful exploitation allows the attacker to escalate privileges, potentially gaining full control over the device by modifying app ownership through the PackageInstallerService.

The Android security bulletin published on March 1, 2026, at https://source.android.com/docs/security/bulletin/2026/2026-03-01 details patches addressing this vulnerability for affected Android versions. Security practitioners should consult the bulletin for specific patch levels and update recommendations.

Details

CWE(s)

Affected Products

google
android
14.0, 15.0, 16.0

CVEs Like This One

CVE-2024-49742Same product: Google Android
CVE-2025-48613Same product: Google Android
CVE-2025-48645Same product: Google Android
CVE-2026-0029Same product: Google Android
CVE-2026-0032Same product: Google Android
CVE-2025-48574Same 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

References