diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2016-10-26 16:26:47 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:14:21 +0100 |
| commit | c33bac8883cbddf64948930ea340d1e2c2ee3985 (patch) | |
| tree | 4187d87562befcf7b376a62a18b7487b525f7134 /meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |
| parent | c76d565ce25feb14abc7635508b516094f830168 (diff) | |
| download | poky-c33bac8883cbddf64948930ea340d1e2c2ee3985.tar.gz | |
tiff: Security fix CVE-2016-3623
CVE-2016-3623 libtiff: The rgb2ycbcr tool in LibTIFF 4.0.6 and earlier
allows remote attackers to cause a denial of service (divide-by-zero) by
setting the (1) v or (2) h parameter to 0.
External References:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3623
http://bugzilla.maptools.org/show_bug.cgi?id=2569
Patch from:
https://github.com/vadz/libtiff/commit/bd024f07019f5d9fea236675607a69f74a66bc7b
(From OE-Core rev: d66824eee47b7513b919ea04bdf41dc48a9d85e9)
(From OE-Core rev: f0e77ffa6bbc3adc61a2abd5dbc9228e830c055d)
(From OE-Core rev: 4cb329454fec849ca0ea6106d78d1240c760bd11)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.0.6.bb')
| -rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb index 713cf24d5b..466dfbb50d 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |||
| @@ -13,6 +13,7 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ | |||
| 13 | file://CVE-2016-3945.patch \ | 13 | file://CVE-2016-3945.patch \ |
| 14 | file://CVE-2016-3990.patch \ | 14 | file://CVE-2016-3990.patch \ |
| 15 | file://CVE-2016-3991.patch \ | 15 | file://CVE-2016-3991.patch \ |
| 16 | file://CVE-2016-3623.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" | 19 | SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" |
