When decoding a frame for a SANM file (ANIM v0 variant), the decoded data can be larger than the buffer allocated for it.
Frames encoded with codec 48 can specify their resolution (width x height). A buffer of appropriate size is allocated depending on the resolution.
This codec can encode the frame contents using a run-length encoding algorithm. There are no checks that the decoded frame fits in the allocated buffer, leading to a heap-buffer-overflow.
process_frame_obj initializes the buffers based on the frame resolution:
We recommend upgrading to version 8.0 or beyond.
CVSS
No CVSS.
References
Link | Resource |
---|---|
https://issuetracker.google.com/434637586 |
Configurations
No configuration.
History
06 Oct 2025, 08:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-10-06 08:15
Updated : 2025-10-06 14:56
NVD link : CVE-2025-59730
Mitre link : CVE-2025-59730
CVE.ORG link : CVE-2025-59730
JSON object : View
Products Affected
No product.
CWE
CWE-787
Out-of-bounds Write