GHSA-7qc3-xqxj-426pCriticalCVSS 9.8
FFmpeg before commit 1c10bcc contains a heap buffer overflow in the RIST protocol reader ...
🔗 CVE IDs covered (1)
📋 Description
FFmpeg before commit 1c10bcc contains a heap buffer overflow in the RIST protocol reader (libavformat/librist.c). librist_read() ignored its size argument and copied the full received payload length into the caller-provided destination buffer, overflowing it when the payload exceeds the destination size. This is reachable via the async:rist:// URL scheme, where the async wrapper supplies a smaller buffer than the received payload. A remote RIST sender can trigger the overflow by sending a packet whose payload exceeds the caller buffer size.
🔗 References (5)
- https://nvd.nist.gov/vuln/detail/CVE-2026-75143
- https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/1c10bcc2e17255dacb717a25ab3db142ce390602
- https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24089
- https://www.vulncheck.com/advisories/ffmpeg-heap-buffer-overflow-via-rist-protocol-reader
- https://github.com/advisories/GHSA-7qc3-xqxj-426p