Executive brief
GStreamer is a widely used multimedia framework for processing audio and video data. A security vulnerability in its JPEG image processing component could allow an attacker to execute malicious code on a user's system if they are tricked into opening a specially crafted image file. This could lead to a full system compromise, data theft, or unauthorized access to the user's environment.
Technical details
A heap-based buffer overflow exists in the GStreamer 'gst-plugins-bad' package within the JPEG parsing logic. The vulnerability is caused by a lack of proper validation of the length of user-supplied data during the processing of Huffman tables before it is copied into a fixed-length heap buffer. An attacker can exploit this by providing a specially crafted JPEG file that, when processed by an application using the GStreamer library, triggers the overflow. This can lead to arbitrary code execution within the context of the application process. The issue has been addressed in GStreamer version 1.28.1 by implementing proper bounds checking.
Affected products
- GStreamer GStreamer gst-plugins-bad versions prior to 1.28.1
- Red Hat Enterprise Linux 8, 9, 10, 10.2
Timeline
- 2026-02-11: disclosed: Vulnerability reported to vendor
- 2026-02-12: patched: Initial patch authored in GStreamer GitLab
- 2026-02-25: advisory: GStreamer project advisory released
- 2026-03-06: advisory: Coordinated public release by Zero Day Initiative
- 2026-03-16: advisory: NVD publication date
References
- https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/7d3c258ed928cf59d126c8ea926b185f046f444c
- https://www.zerodayinitiative.com/advisories/ZDI-26-163/
- https://access.redhat.com/errata/RHSA-2026:19024
- https://access.redhat.com/errata/RHSA-2026:19180
- https://access.redhat.com/errata/RHSA-2026:6259
- https://access.redhat.com/errata/RHSA-2026:6300
- https://access.redhat.com/errata/RHSA-2026:6750