CVE-2025-36907
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-09-05
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-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a possible out of bounds write caused by a heap buffer overflow in the draw_surface_image() function of abl/android/lib/draw/draw.c. It can be exploited locally via USB fastboot after the device's bootloader is unlocked, and does not require any additional execution privileges. User interaction is required to exploit this vulnerability.
How can this vulnerability impact me? :
This vulnerability can lead to local escalation of privilege, meaning an attacker with physical access and an unlocked bootloader could gain higher privileges on the device, potentially compromising its security.