PatchSiren

PatchSiren cyber security CVE debrief

CVE-2016-9807 Gstreamer CVE debrief

CVE-2016-9807 is a denial-of-service issue in GStreamer's FLIC decoder. A crafted FLIC file can cause an invalid memory read and crash in flx_decode_chunks (gst/flx/gstflxdec.c) in versions before 1.10.2.

Vendor
Gstreamer
Product
CVE-2016-9807
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2017-01-13
Original CVE updated
2026-05-13
Advisory published
2017-01-13
Advisory updated
2026-05-13

Who should care

Administrators and developers running GStreamer-based media processing or playback stacks, especially where untrusted media files may be parsed.

Technical summary

NVD lists the flaw in flx_decode_chunks within gst/flx/gstflxdec.c, with affected GStreamer versions ending at 1.10.1. The issue is classified as CWE-125 and the CVSS vector is AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H, indicating an availability impact with user interaction required.

Defensive priority

Medium. Update if you process untrusted FLIC content or rely on packaged GStreamer builds at or below 1.10.1; otherwise this is lower urgency than remotely exploitable issues.

Recommended defensive actions

  • Inventory installed GStreamer versions and identify any builds at or below 1.10.1.
  • Upgrade to GStreamer 1.10.2 or later, or apply the vendor-provided backport package for your distribution.
  • Prioritize systems that open or transcode untrusted FLIC files.
  • Review application paths that hand untrusted media to GStreamer and reduce unnecessary file parsing exposure.
  • Validate the fix in staging with representative media-processing workflows.

Evidence notes

Primary evidence comes from the NVD CVE record and the linked GStreamer release notes and upstream patch reference. The record states vulnerability in versions through 1.10.1, fixed in 1.10.2, and links GNOME Bugzilla 774859 plus the commit that patched the issue. NVD's CVSS vector includes UI:R, so the record indicates user interaction is required.

Official resources

CVE published on 2017-01-13. The NVD record was last modified on 2026-05-13, but that later metadata update is not the original disclosure date.