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
Unknown
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.

Sources and references

Verified primary and authoritative sources

  • CVE-2016-9807 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2016-9807

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2016-9807 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2016-9807

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.