NULL Pointer Dereference Affecting ffmpeg package, versions <7:3.1.1-1


Severity

Recommended
0.0
medium
0
10

Snyk's Security Team recommends NVD's CVSS assessment. Learn more

Threat Intelligence

EPSS
0.18% (57th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about NULL Pointer Dereference vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-DEBIAN13-FFMPEG-5679198
  • published3 Jan 2018
  • disclosed3 Jan 2018

Introduced: 3 Jan 2018

CVE-2017-1000460  (opens in a new tab)
CWE-476  (opens in a new tab)

How to fix?

Upgrade Debian:13 ffmpeg to version 7:3.1.1-1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream ffmpeg package and not the ffmpeg package as distributed by Debian. See How to fix? for Debian:13 relevant fixed versions and status.

In line libavcodec/h264dec.c:500 in libav(v13_dev0), ffmpeg(n3.4), chromium(56 prior Feb 13, 2017), the return value of init_get_bits is ignored and get_ue_golomb(&gb) is called on an uninitialized get_bits context, which causes a NULL deref exception.