Executive brief
GStreamer is a widely used multimedia framework that allows applications to play and process video and audio files. A vulnerability in its media decoding component could allow a specially crafted video file to crash any application using the library. This could lead to a denial of service for users attempting to view malicious media content.
Technical details
An out-of-bounds read vulnerability (CWE-125) exists in the flx_decode_chunks function within gst/flx/gstflxdec.c of GStreamer. The issue is triggered when the FLIC (FLX) media file format decoding plug-in processes a maliciously crafted file. An attacker can exploit this by providing a specially designed FLIC file to an application using GStreamer, leading to an invalid memory read and a subsequent application crash (Denial of Service). While the primary impact is a crash, some related advisories suggest potential for further memory corruption. The vulnerability is addressed in GStreamer version 1.10.2, and some vendors like Red Hat have opted to remove the vulnerable plug-in entirely in their updates.
Affected products
- GStreamer GStreamer before 1.10.2
- Red Hat gstreamer-plugins-good Enterprise Linux 6, Enterprise Linux 7
Timeline
- 2016-12-01: disclosed: Initial public disclosure on oss-security mailing list
- 2016-12-21: patched: Red Hat released security updates for RHEL 6
- 2017-01-05: patched: Red Hat released security updates for RHEL 7
- 2017-01-13: advisory: NVD publication date
References
- http://rhn.redhat.com/errata/RHSA-2016-2975.html
- http://rhn.redhat.com/errata/RHSA-2017-0019.html
- http://rhn.redhat.com/errata/RHSA-2017-0020.html
- http://www.openwall.com/lists/oss-security/2016/12/01/2
- http://www.openwall.com/lists/oss-security/2016/12/05/8
- http://www.securityfocus.com/bid/95148
- https://bugzilla.gnome.org/show_bug.cgi?id=774859