CVE-2025-48595
- EPSS 0.53%
- Published 01.06.2026 21:14:49
- Last modified 02.06.2026 20:19:29
- Source security@android.com
- CVE watchlists
- Open
In multiple locations, there is a possible way to achieve code execution due to an integer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
02.06.2026: CISA Known Exploited Vulnerabilities (KEV) Catalog
Android Framework Integer Overflow Vulnerability
VulnerabilityAndroid Framework contains an integer overflow vulnerability that allows for code execution that could allow for local privilege escalation.
DescriptionApply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
Required actions| Type | Source | Score | percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.53% | 0.675 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 8.4 | 2.5 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.