Out-of-bounds read in FFmpeg 8.0 and 8.0.1 RV60 video decoder (libavcodec/rv60dec.c). The quantization parameter (qp) validation at line 2267 only checks the lower bound (qp < 0) but is missing upper bound validation. The qp value can reach 65 (base value 63 from 6-bit frame header + offset +2 from read_qp_offset) while the rv60_qp_to_idx array has size 64 (valid indices 0-63). This results in out-of-bounds array access at lines 1554 (decode_cbp8), 1655 (decode_cbp16), and 1419/1421 (get_c4x4_set), potentially leading to memory disclosure or crash. A previous fix in commit 61cbcaf93f added validation only for intra frames. This vulnerability affects the released versions 8.0 (released 2025-08-22) and 8.0.1 (released 2025-11-20) and is fixed in git master commit 8abeb879df which will be included in FFmpeg 8.1.
References
| Link | Resource |
|---|---|
| https://github.com/FFmpeg/FFmpeg/commit/8abeb879df66ea8d27ce1735925ced5a30813de4 | Patch |
| https://github.com/FFmpeg/FFmpeg/releases/tag/n8.0 | Product Release Notes |
| https://github.com/FFmpeg/FFmpeg/releases/tag/n8.0.1 | Product Release Notes |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-03-16 20:16
Updated : 2026-03-19 14:19
NVD link : CVE-2025-69693
Mitre link : CVE-2025-69693
CVE.ORG link : CVE-2025-69693
JSON object : View
Products Affected
ffmpeg
- ffmpeg
CWE
CWE-125
Out-of-bounds Read
