Bugzilla – Bug 1217356
VUL-1: CVE-2023-6228: tiff: out of bounds read in cpStripToTile() in tiffcp utlitity
Last modified: 2023-11-23 15:00:54 UTC
An issue was found in the tiffcp utility distributed by the libtiff package. Processing a crafted TIFF file may cause a heap-based buffer overflow, resulting in an application crash. References: https://gitlab.com/libtiff/libtiff/-/issues/606 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-6228
Fix: https://gitlab.com/libtiff/libtiff/-/commit/668d2c1a52fa48658bbf69615924b42b5a059f9e
tiffcp got removed in tiff 4.6.0. For earlier versions: In the mentioned bug they say "without JPEG library, I can reproduce the issue. But with JPEG support enabled there is no segmentation fault.". We have `BuildRequires: libjpeg-devel`.
(In reply to Michael Vetter from comment #2) > tiffcp got removed in tiff 4.6.0. > > For earlier versions: > In the mentioned bug they say "without JPEG library, I can reproduce the > issue. But with JPEG support enabled there is no segmentation fault.". > > We have `BuildRequires: libjpeg-devel`. Thanks for checking. The proof of concept also did not reproduce for any codestreams, with the exception of SUSE:SLE-11:Update, which I did not manage to test because I could not get the package to build. Since we have jpeg support I'll track it as not affected as well.
Nothing to do, closing.