Improper Input Validation Affecting libav package, versions <6:11.12-1~deb8u5


Severity

Recommended
0.0
high
0
10

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

Threat Intelligence

EPSS
0.41% (74th 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 Improper Input Validation vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-DEBIAN8-LIBAV-404835
  • published7 Sept 2017
  • disclosed7 Sept 2017

Introduced: 7 Sep 2017

CVE-2017-14169  (opens in a new tab)
CWE-20  (opens in a new tab)

How to fix?

Upgrade Debian:8 libav to version 6:11.12-1~deb8u5 or higher.

NVD Description

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

In the mxf_read_primer_pack function in libavformat/mxfdec.c in FFmpeg 3.3.3 -> 2.4, an integer signedness error might occur when a crafted file, which claims a large "item_num" field such as 0xffffffff, is provided. As a result, the variable "item_num" turns negative, bypassing the check for a large value.