Name | CVE-2017-14057 |
Description | In FFmpeg 3.3.3, a DoS in asf_read_marker() due to lack of an EOF (End of File) check might cause huge CPU and memory consumption. When a crafted ASF file, which claims a large "name_len" or "count" field in the header but does not contain sufficient backing data, is provided, the loops over the name and markers would consume huge CPU and memory resources, since there is no EOF check inside these loops. |
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-1630-1, DSA-3996-1 |
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|---|---|---|
ffmpeg (PTS) | bullseye | 7:4.3.7-0+deb11u1 | fixed |
bullseye (security) | 7:4.3.8-0+deb11u1 | fixed | |
bookworm, bookworm (security) | 7:5.1.6-0+deb12u1 | fixed | |
sid, trixie | 7:7.1-3 | 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 | jessie | 6:11.12-1~deb8u4 | DLA-1630-1 | ||
libav | source | (unstable) | (unfixed) |
https://github.com/FFmpeg/FFmpeg/commit/7f9ec5593e04827249e7aeb466da06a98a0d7329
libav: The vulnerable code is in asfdec.c.