CVE-2026-0100
Heap Buffer Overflow in Android LoadedArsc
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: Android (associated with Google Inc. or Open Handset Alliance)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Load function of the LoadedArsc.cpp file, where a heap buffer overflow can happen due to an out of bounds write.
It means that the program writes data outside the allocated memory buffer, which can corrupt memory and lead to unexpected behavior.
Exploitation of this vulnerability does not require any user interaction.
How can this vulnerability impact me? :
This vulnerability can lead to local escalation of privilege, allowing an attacker to gain higher privileges on the affected system.
No additional execution privileges are needed to exploit this vulnerability, which increases its risk.