CVE-2026-58049 HIGH

CVE-2026-58049: FFmpeg - Out-of-Bounds Write in RASC Decoder decode_dlta()

Vendor Ffmpeg
Product FFmpeg
Weakness CWE-787
Published June 28, 2026
Last update June 30, 2026

CVSS base score

8.6/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

What the vulnerability does

01Description

FFmpeg's RASC video decoder (decode_dlta in libavcodec/rasc.c) performs 32-bit reads and writes at the row cursor before the NEXT_LINE row-boundary check and validates the DLTA region in pixel rather than byte units, so a DLTA run on a PAL8 frame can access several bytes past the row allocation. A crafted media stream using the RASC FourCC, decoded by libavcodec, triggers a bitstream-controlled out-of-bounds heap write and adjacent out-of-bounds read, leading to memory corruption.

Key dates

02Disclosure timeline

June 28, 2026 CVE published
June 30, 2026 Record updated