CVE-2025-59730
BaseFortify
Publication date: 2025-10-06
Last updated on: 2025-10-06
Assigner: Google Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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 occurs when decoding a frame for a SANM file (ANIM v0 variant) using codec 48. The codec allows specifying the frame resolution and allocates a buffer accordingly. However, the run-length encoding algorithm used to encode the frame contents does not check if the decoded data fits within the allocated buffer, which can lead to a heap-buffer-overflow.
How can this vulnerability impact me? :
The heap-buffer-overflow caused by this vulnerability can lead to memory corruption, which may result in crashes, data corruption, or potentially allow an attacker to execute arbitrary code or escalate privileges.
What immediate steps should I take to mitigate this vulnerability?
The recommended immediate step to mitigate this vulnerability is to upgrade to version 8.0 or beyond of the affected software.