CVE-2025-48638
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
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 | * | |
| android | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the __pkvm_load_tracing function of trace.c, where improper input validation can cause an out-of-bounds write. This means that the program may write data outside the intended memory area, potentially leading to unexpected behavior or security issues.
How can this vulnerability impact me? :
The vulnerability can lead to local escalation of privilege, allowing an attacker with local access to gain higher privileges on the system without needing additional execution privileges or user interaction.