CVE-2025-48539
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-09-05
Assigner: Android (associated with Google Inc. or Open Handset Alliance)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| android | 15.0 | |
| android | 16.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use after free issue in the SendPacketToPeer function of acl_arbiter.cc, which can cause an out of bounds read. This means that the program may access memory that has already been freed, potentially leading to unexpected behavior or crashes.
How can this vulnerability impact me? :
The vulnerability could allow a remote attacker who is nearby or adjacent to execute code on the affected system without needing any additional privileges or user interaction. This could lead to unauthorized control over the system.