1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200712-15 / libexif |
| Release Date | December 29, 2007 |
| Latest Revision | December 29, 2007: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| media-libs/libexif | < 0.6.16-r1 | >= 0.6.16-r1 | All supported architectures |
Related bugreports: #202350
Two vulnerabilities in libexif possibly allow for the execution of arbitrary code or a Denial of Service.
libexif is a library for parsing, editing and saving Exif metadata from images. Exif, the Exchangeable image file format, specifies the addition of metadata tags to JPEG, TIFF and RIFF files.
Meder Kydyraliev (Google Security) discovered an integer overflow vulnerability in the exif_data_load_data_thumbnail() function leading to a memory corruption (CVE-2007-6352) and an infinite recursion in the exif_loader_write() function (CVE-2007-6351).
An attacker could entice the user of an application making use of libexif to load an image file with specially crafted Exif tags, possibly resulting in the execution of arbitrary code with the privileges of the user running the application or a Denial of Service.
There is no known workaround at this time.
All libexif users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=media-libs/libexif-0.6.16-r1" |