Cyber Resilience

CVE-2026-0124

Critical

Published: 10 March 2026

Published
10 March 2026
Modified
11 March 2026
KEV Added
Patch
CVSS Score v4 10.0 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0014 3.4th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-0124 is a critical-severity Out-of-bounds Write (CWE-787) vulnerability in Google Android. Its CVSS base score is 10.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 3.4th 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 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-0124 is an out-of-bounds write vulnerability stemming from a missing bounds check, classified under CWE-787. It affects Google Pixel devices running Android, as detailed in the associated security bulletin. The issue 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) and was published on 2026-03-10.

A local attacker with low privileges (PR:L) can exploit this vulnerability with low complexity and no user interaction required. No additional execution privileges are needed beyond the attacker's existing access. Successful exploitation enables local escalation of privilege, resulting in high impacts to confidentiality, integrity, and availability.

The Pixel security bulletin at https://source.android.com/docs/security/bulletin/pixel/2026/2026-03-01 addresses mitigation and available patches for affected devices.

EU & UK References

Vulnerability details

There is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges 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?

Out-of-bounds write enables local privilege escalation on Android device.

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

CVEs Like This One

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
CVE-2024-43077Same product: Google Android

Affected Assets

google
android
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires identification, reporting, and correction of the out-of-bounds write flaw via timely patching as provided in the Pixel security bulletin.

prevent

Implements memory safeguards such as DEP and ASLR that prevent exploitation of the missing bounds check leading to unauthorized code execution and privilege escalation.

prevent

Mandates validation of information inputs including bounds checks, directly countering the missing bounds check responsible for the out-of-bounds write vulnerability.

References