Bug 2525515 - CVE-2026-75147 ffmpeg: FFmpeg: Information disclosure or denial of service via crafted AV1 RTP packet [epel-all]
Summary: CVE-2026-75147 ffmpeg: FFmpeg: Information disclosure or denial of service vi...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: ffmpeg
Version: epel10
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Multimedia SIG
QA Contact:
URL:
Whiteboard: {"flaws": ["40aa1c64-38ed-4593-9e29-a...
Depends On:
Blocks: CVE-2026-75147
TreeView+ depends on / blocked
 
Reported: 2026-08-28 09:14 UTC by Thibault Guittet
Modified: 2026-08-28 09:14 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Thibault Guittet 2026-08-28 09:14:04 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

FFmpeg before commit 983dae9 contains an out-of-bounds read in the AV1 RTP packetizer (libavformat/rtpenc_av1.c). The keyframe detection loop that searches for a sequence header OBU advanced its pointer and remaining-size counter by the encoded header length plus the OBU payload size without first bounding the OBU size against the remaining data. A crafted OBU size causes the remaining-size counter to wrap to a positive value, causing the next loop iteration to dereference a pointer beyond the end of the packet buffer. A crafted AV1 input packet muxed to RTP triggers the out-of-bounds read.


Note You need to log in before you can comment on or make changes to this bug.