Name | CVE-2017-14169 |
Description | 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. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
References | DLA-1654-1, DSA-3996-1 |
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|---|---|---|
ffmpeg (PTS) | stretch (security) | 7:3.2.18-0+deb9u1 | fixed |
stretch (lts), stretch | 7:3.2.19-0+deb9u5 | fixed | |
buster, buster (lts) | 7:4.1.11-0+deb10u2 | fixed | |
buster (security) | 7:4.1.11-0+deb10u1 | fixed | |
bullseye | 7:4.3.7-0+deb11u1 | fixed | |
bullseye (security) | 7:4.3.8-0+deb11u1 | fixed | |
bookworm (security), bookworm | 7:5.1.6-0+deb12u1 | fixed | |
sid, trixie | 7:7.1-3 | fixed | |
libav (PTS) | jessie, jessie (lts) | 6:11.12-1~deb8u9 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|---|---|---|---|---|---|
ffmpeg | source | stretch | 7:3.2.8-1~deb9u1 | DSA-3996-1 | ||
ffmpeg | source | (unstable) | 7:3.3.4-1 | low | ||
libav | source | wheezy | (unfixed) | end-of-life | ||
libav | source | jessie | 6:11.12-1~deb8u5 | DLA-1654-1 | ||
libav | source | (unstable) | (unfixed) |
libav in Jessie uses a different guard for item_num. Check whether
the guard is necessary at all.
https://github.com/FFmpeg/FFmpeg/commit/9d00fb9d70ee8c0cc7002b89318c5be00f1bbdad