CVE-2025-36928
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-12
Assigner: Google Devices
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
Apply the latest security patches or firmware updates that address this vulnerability as soon as they become available. Since this vulnerability involves a local escalation of privilege with no user interaction needed, updating to the latest security patch level is the recommended mitigation step.
Can you explain this vulnerability to me?
This vulnerability is an out of bounds write in the GetHostAddress function of gxp_buffer.h caused by an incorrect bounds check. This means the program writes data outside the intended memory area, which can lead 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.