GStreamer
open source multimedia framework

GStreamer Spring Hackfest 2026

29-31 May 2026 ยท Nice, France

Join us!
Home
Features
News
Annual Conference
Planet (Blogs)
Download
Applications
Security Center
GitLab
Developers
Documentation
Forum
File a Bug
Artwork
Follow us on Bluesky
Follow us on Mastodon
Chat with us on Matrix

Security Advisory 2026-0027 (CVE-2026-XXXX pending)

Summary Out-of-bounds read in MXF demuxer temporal offset check
Date 2026-05-11
Affected Versions GStreamer gst-plugins-bad < 1.28.3
IDs GStreamer-SA-2026-0027
CVE-2026-XXXX (pending)

Details

Off-by-one bounds check error in the MXF demuxer (mxfdemux) when processing reverse temporal offsets in index table segments. The demuxer used a > comparison instead of >= when validating array access bounds, allowing a single element past the end of the array to be read when processing crafted MXF files with specific temporal offset configurations.

Impact

A malicious third party could trigger an out-of-bounds read by providing a crafted MXF file with invalid temporal offset values, potentially resulting in a crash or denial of service. Information disclosure is also possible as sensitive memory contents could be exposed.

Solution

The gst-plugins-bad 1.28.3 release addresses the issue. People using older versions of GStreamer should apply the patch and recompile.

References

The GStreamer project

CVE Database Entries

GStreamer 1.28.3 release

Patches


Report a problem on this page.