Out-of-Bounds Affecting faad2 package, versions <2.7-8+deb8u3


Severity

Recommended
0.0
high
0
10

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

Threat Intelligence

EPSS
0.2% (58th 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-DEBIAN8-FAAD2-460100
  • 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 Debian:8 faad2 to version 2.7-8+deb8u3 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 Debian. See How to fix? for Debian:8 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).