Name | CVE-2018-10780 |
Description | Exiv2::Image::byteSwap2 in image.cpp in Exiv2 0.26 has a heap-based buffer over-read. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
exiv2 (PTS) | jessie, jessie (lts) | 0.24-4.1+deb8u7 | fixed |
| stretch (security) | 0.25-3.1+deb9u3 | fixed |
| stretch (lts), stretch | 0.25-3.1+deb9u4 | fixed |
| buster (security), buster, buster (lts) | 0.25-4+deb10u4 | fixed |
| bullseye | 0.27.3-3+deb11u2 | fixed |
| bullseye (security) | 0.27.3-3+deb11u1 | fixed |
| bookworm | 0.27.6-1 | fixed |
| sid, trixie | 0.28.3+dfsg-2 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
exiv2 | source | (unstable) | (not affected) | | | |
Notes
- exiv2 <not-affected> (Vulnerable code introduced later; only affected experimental)
https://bugzilla.redhat.com/show_bug.cgi?id=1575201
Commit https://github.com/Exiv2/exiv2/commit/74cb5bab132ed76adf15df172c5e8b58cddaa96c
adresses an overflow, but not solving the invalid write of size 1 via
Exiv2::Image::printIFDStructure.
Commit https://github.com/Exiv2/exiv2/commit/8ff26931e31bb25d66c69846f47f3f5b6d9a32f1
avoids using Image::printStructure() when reading images.