Bug 2519757 (CVE-2026-75145) - CVE-2026-75145 ffmpeg: FFmpeg: Out-of-bounds memory access due to integer narrowing conversion
Summary: CVE-2026-75145 ffmpeg: FFmpeg: Out-of-bounds memory access due to integer nar...
Keywords:
Status: NEW
Alias: CVE-2026-75145
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2525522 2525523
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-19 16:53 UTC by OSIDB Bzimport
Modified: 2026-08-28 09:16 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-19 16:53:12 UTC
FFmpeg before commit b4c199c contains an incorrect integer narrowing conversion in the AV1 RTP packetizer (libavformat/rtpenc_av1.c). The OBU size is cast to long before comparison against the remaining frame size. On targets where long is 32 bits, including 64-bit Windows, sufficiently large OBU size values are sign-flipped by the narrowing cast, producing a negative value that passes the payload size check. This allows an oversized OBU to bypass the safety bound on affected platforms, leading to out-of-bounds memory access when the oversized value is subsequently used as a copy length.


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