First published: Mon Aug 09 2021(Updated: )
Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. A null pointer dereference was found in Exiv2 versions v0.27.4 and earlier. The null pointer dereference is triggered when Exiv2 is used to print the metadata of a crafted image file. An attacker could potentially exploit the vulnerability to cause a denial of service, if they can trick the victim into running Exiv2 on a crafted image file. Note that this bug is only triggered when printing the interpreted (translated) data, which is a less frequently used Exiv2 operation that requires an extra command line option (`-p t` or `-P t`). The bug is fixed in version v0.27.5.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Exiv2 Exiv2 | <=0.27.4 | |
Fedoraproject Fedora | =33 | |
Fedoraproject Fedora | =34 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-37616 is a vulnerability in Exiv2, a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files.
CVE-2021-37616 has a severity score of 5.5, indicating a medium level of severity.
Exiv2 versions up to and including v0.27.4 are impacted by CVE-2021-37616. Fedora versions 33 and 34 are also impacted.
Update Exiv2 to a version later than v0.27.4, or update Fedora to a version later than 34.
CVE-2021-37616 is associated with CWE-476, which is a vulnerability that occurs due to improper NULL termination.