CVE-2026-75145: FFmpeg Integer Narrowing Conversion OOB Memory Access in AV1 RTP Packetizer

Published Aug 19, 2026
·
Updated

FFmpeg before commit b4c199c contains an incorrect integer narrowing conversion in the AV1 RTP packetizer (libavformat/rtpencav1.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.

Affected Software

1 affected component
FFmpeg FFmpeg<b4c199c

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade FFmpeg (libavformat/rtpenc_av1.c) to a version that resolves this vulnerability.

    Patch b4c199c

Event History

Aug 19, 2026
CVE Published
via MITRE·04:27 PM
Data Sourced
via MITRE·04:27 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which systems are affected by the narrowing conversion issue?

The issue affects targets where long is 32 bits, including 64-bit Windows. The vulnerable code is the AV1 RTP packetizer in libavformat/rtpenc_av1.c.

2

What does an attacker need to trigger the out-of-bounds access?

An attacker needs to cause processing of an AV1 OBU with a sufficiently large size value. When that value is narrowed to a 32-bit long, it can become negative, bypass the remaining-frame-size check, and later be used as a copy length.

3

What should be done to remediate the issue?

Update FFmpeg to a version containing commit b4c199c5906ff53368926c2a5839881f41957e7f. The provided data identifies affected releases only as versions before that commit.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203