CVE-2025-36931
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?
Users should update their Google Pixel devices to the latest firmware or security patch level available, as this is the recommended mitigation step for vulnerabilities affecting Pixel devices. [1]
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 a missing 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.