]> code.ossystems Code Review - openembedded-core.git/commit
gst-ffmpeg: fixes for CVE-2014-8548 and CVE-2014-8541
authorRoy Li <rongqing.li@windriver.com>
Wed, 19 Nov 2014 03:02:11 +0000 (21:02 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Nov 2014 12:58:18 +0000 (12:58 +0000)
commit4bd50c5a967af2b8f0fe77b8f9c100169e4fc531
tree84e356c15db007d33babdbf51b2465899a7239f7
parent5b8856c0f85b5c6870358152932f20b6346dbbac
gst-ffmpeg: fixes for CVE-2014-8548 and CVE-2014-8541

Issue: LIN7-1755
Issue: LIN7-1739

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8541

libavcodec/mjpegdec.c in FFmpeg before 2.4.2 considers only dimension
differences, and not bits-per-pixel differences, when determining whether an
image size has changed, which allows remote attackers to cause a denial of
service (out-of-bounds access) or possibly have unspecified other impact via
crafted MJPEG data.

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8548

Off-by-one error in libavcodec/smc.c in FFmpeg before 2.4.2 allows remote
attackers to cause a denial of service (out-of-bounds access) or possibly
have unspecified other impact via crafted Quicktime Graphics (aka SMC) video
data.

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/0001-avcodec-smc-fix-off-by-1-error.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/0002-avcodec-mjpegdec-check-bits-per-pixel-for-changes-si.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb