CVE-2025-48623
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 is an out of bounds write in the function init_pkvm_hyp_vcpu within the pkvm.c file. It occurs due to improper input validation, which means the software does not correctly check the input data before using it. This flaw can be exploited locally to escalate privileges without needing any additional execution privileges or user interaction.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with local access to escalate their privileges on the affected system. This means they could gain higher-level permissions than intended, potentially leading to unauthorized access or control over the system.