NULL pointer dereference in Libav and FFmpeg - CVE-2017-1000460
Published: January 3, 2018 / Updated: August 8, 2020
ffmpeg.sourceforge.net
Libav
FFmpeg
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to perform a denial of service (DoS) attack.
In line libavcodec/h264dec.c:500 in libav(v13_dev0), ffmpeg(n3.4), chromium(56 prior Feb 13, 2017), the return value of init_get_bits is ignored and get_ue_golomb(&gb) is called on an uninitialized get_bits context, which causes a NULL deref exception.