pysec-2024-107
Vulnerability from pysec
Published
2024-02-12 23:15
Modified
2024-10-23 00:00
Severity ?
Details
Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. A denial-of-service was found in Exiv2 version v0.28.1: an unbounded recursion can cause Exiv2 to crash by exhausting the stack. The vulnerable function, QuickTimeVideo::multipleEntriesDecoder
, was new in v0.28.0, so Exiv2 versions before v0.28 are not affected. The denial-of-service is triggered when Exiv2 is used to read the metadata of a crafted video file. This bug is fixed in version v0.28.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "exiv2", "purl": "pkg:pypi/exiv2" }, "ranges": [ { "events": [ { "introduced": "0.16.0" }, { "fixed": "0.16.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.16.0" ] } ], "aliases": [ "CVE-2024-25112", "GHSA-crmj-qh74-2r36" ], "details": "Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. A denial-of-service was found in Exiv2 version v0.28.1: an unbounded recursion can cause Exiv2 to crash by exhausting the stack. The vulnerable function, `QuickTimeVideo::multipleEntriesDecoder`, was new in v0.28.0, so Exiv2 versions before v0.28 are _not_ affected. The denial-of-service is triggered when Exiv2 is used to read the metadata of a crafted video file. This bug is fixed in version v0.28.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.", "id": "PYSEC-2024-107", "modified": "2024-10-23T00:00:00+00:00", "published": "2024-02-12T23:15:00+00:00", "references": [ { "type": "ADVISORY", "url": "https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36" }, { "type": "FIX", "url": "https://github.com/Exiv2/exiv2/pull/2337" } ], "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.