A use-after-free vulnerability was found in FFmpeg's RASC video decoder. The decode_move() function initializes a read pointer into a decompressed buffer, but a subsequent reallocation of that same buffer during move-table processing leaves the pointer dangling. An attacker could exploit this by providing a specially crafted AVI file containing a malicious RASC video stream. When a user opens or plays the file, the decoder reads from freed heap memory, which could lead to a denial of service (crash).
References
Configurations
No configuration.
History
19 Jun 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-19 12:16
Updated : 2026-06-22 20:16
NVD link : CVE-2026-12706
Mitre link : CVE-2026-12706
CVE.ORG link : CVE-2026-12706
JSON object : View
Products Affected
No product.
CWE
CWE-416
Use After Free
