First published: Wed Jan 03 2018(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Libav | =13_dev0 | |
FFmpeg | =3.4 | |
Google Chrome | <=56.0.2924 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-1000460 is classified as a medium severity vulnerability due to the potential for a NULL dereference exception.
To fix CVE-2017-1000460, update to a patched version of Libav, FFmpeg, or Google Chrome that addresses this issue.
CVE-2017-1000460 affects Libav 13_dev0, FFmpeg 3.4, and Google Chrome versions prior to 56.0.2924.
CVE-2017-1000460 is a NULL dereference vulnerability caused by improper handling of an uninitialized context.
Exploitation of CVE-2017-1000460 could lead to application crashes and degraded user experiences due to unexpected NULL dereferences.