CVE-2026-0056
ResourceTypes.cpp Out-of-Bounds Read in Android
Publication date: 2026-06-01
Last updated on: 2026-06-02
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-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the setTo function of ResourceTypes.cpp where an incorrect bounds check can cause a read out of bounds. This means the program may read memory outside the intended area.
Because of this, local information disclosure can happen without needing any additional execution privileges or user interaction.
How can this vulnerability impact me? :
The impact of this vulnerability is local information disclosure. An attacker with local access could potentially read sensitive information from memory that should not be accessible.
No additional execution privileges or user interaction are required to exploit this vulnerability.