The av_color_primaries_name function in libavutil/pixdesc.c in FFmpeg 3.3.3 may return a NULL pointer depending on a value contained in a file, but callers do not anticipate this, as demonstrated by the avcodec_string function in libavcodec/utils.c, leading to a NULL pointer dereference. (It is also conceivable that there is security relevance for a NULL pointer dereference in av_color_primaries_name calls within the ffprobe command-line program.)
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
https://github.com/FFmpeg/FFmpeg/commit/837cb4325b712ff1aab531bf41668933f61d75d2 | issue tracking third party advisory patch |
http://www.securityfocus.com/bid/100704 | vdb entry third party advisory |
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2017-August/215198.html | mailing list patch vendor advisory |
http://www.debian.org/security/2017/dsa-3996 | vendor advisory |