Bugzilla – Bug 1217898
VUL-0: CVE-2023-49462: libheif: libheif: read16 segv
Last modified: 2024-05-15 14:44:47 UTC
libheif v1.17.5 was discovered to contain a segmentation violation via the component /libheif/exif.cc. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-49462
This affects only the master branch of libheif. Closing as fixed.
ALP would need the fix. SR#312937: SUSE:ALP:Source:Standard:1.0 libheif v1.17.3 https://github.com/bradh/libheif/commit/06f4cfdeb232dbb15ef1341ef5b9d857173ebe04
libheif-1.17.5$ mkdir build && cd build libheif-1.17.5$ CC="gcc -fsanitize=address" CXX="g++ -fsanitize=address" cmake --preset=release .. libheif-1.17.5$ make -j8 libheif-1.17.5$ examples/heif-convert /217898/poc2 File contains 1 image Could not decode image: 0: Unsupported feature: Unsupported codec libheif-1.17.5$ When I export LIBHEIF_PLUGIN_PATH=/home/abuild/rpmbuild/SOURCES/libheif-1.17.5/build/libheif/plugins I get libheif-1.17.5$ examples/heif-convert /217898/poc2 File contains 1 image Could not decode image: 0: Decoder plugin generated an error: Unspecified: avcodec_find_decoder(AV_CODEC_ID_HEVC) returned error libheif-1.17.5$ --> not reproducible here
AFTER same output, no change
Submit request into devel project: https://build.opensuse.org/request/show/1132479
ALP: https://build.suse.de/request/show/315447 I believe all fixed.