Out-of-Bounds Affecting faad2 package, versions <2.7-8+deb8u3build0.14.04.1~esm1


Severity

Recommended
medium

Based on Ubuntu security rating.

Threat Intelligence

EPSS
0.42% (60th 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 IDSNYK-UBUNTU1404-FAAD2-1624588
  • published21 Aug 2019
  • disclosed21 Aug 2019

Introduced: 21 Aug 2019

CVE-2019-15296  (opens in a new tab)
CWE-119  (opens in a new tab)

How to fix?

Upgrade Ubuntu:14.04 faad2 to version 2.7-8+deb8u3build0.14.04.1~esm1 or higher.

NVD Description

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

An issue was discovered in Freeware Advanced Audio Decoder 2 (FAAD2) 2.8.8. The faad_resetbits function in libfaad/bits.c is affected by a buffer overflow vulnerability. The number of bits to be read is determined by ld->buffer_size - words4, cast to uint32. If ld->buffer_size - words4 is negative, a buffer overflow is later performed via getdword_n(&ld->start[words], ld->bytes_left).