CVE-2025-26416
BaseFortify
Publication date: 2025-09-02
Last updated on: 2025-09-04
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 | 13.0 | |
| android | 15.0 | |
| android | 14.0 |
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(). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a heap buffer overflow in the initializeSwizzler function of SkBmpStandardCodec.cpp, which can cause an out of bounds write. This means that the program may write data outside the allocated memory buffer, potentially leading to unexpected behavior or security issues.
How can this vulnerability impact me? :
This vulnerability could allow a remote attacker to escalate their privileges without needing any additional execution privileges or user interaction. This means an attacker could gain higher access rights on the affected system remotely.