Vulnerability in Ffmpeg

CVE-2017-14056

In libavformat/rl2.c in FFmpeg 3.3.3, a DoS in rl2_read_header() due to lack of an EOF (End of File) check might cause huge CPU and memory consumption. When a crafted RL2 file, which claims a large "frame_count" field in the header but does not contain sufficient backing data, is provided, the loops (for offset and size tables) would consume huge CPU and memory resources, since there is no EOF check inside these loops.

EPSS: 0.018 (76.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H.

Affected products

  • Ffmpeg — versions 3.3.3
  • N/a — versions n/a

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2017-14056?
CVE-2017-14056 is a medium-severity vulnerability in Ffmpeg, classified under Excessive Iteration. CVSS score: 6.5/10. Published 2017-08-31.
How severe is CVE-2017-14056?
Medium severity. CVSS v3 base score is 6.5 out of 10.