CVE-2025-48595
Integer Overflow Leads to Code Execution in Android
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-190 | 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves an integer overflow occurring in multiple locations within the affected system. An integer overflow can cause unexpected behavior in software, potentially allowing an attacker to execute arbitrary code.
Specifically, this integer overflow can lead to local escalation of privilege, meaning an attacker who already has some access to the system can increase their privileges without needing any additional execution rights.
Importantly, exploiting this vulnerability does not require any user interaction.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker with local access to escalate their privileges on the system.
Because the attacker does not need additional execution privileges or user interaction, they could potentially gain higher-level access and control over the system, which could lead to unauthorized actions or data access.