{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2024-25112", "ASSIGNER": "security-advisories@github.com", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption", "cweId": "CWE-400" } ] }, { "description": [ { "lang": "eng", "value": "CWE-674: Uncontrolled Recursion", "cweId": "CWE-674" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "Exiv2", "product": { "product_data": [ { "product_name": "exiv2", "version": { "version_data": [ { "version_affected": "=", "version_value": ">= 0.28.0 < 0.28.2" } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36", "refsource": "MISC", "name": "https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36" }, { "url": "https://github.com/Exiv2/exiv2/pull/2337", "refsource": "MISC", "name": "https://github.com/Exiv2/exiv2/pull/2337" } ] }, "source": { "advisory": "GHSA-crmj-qh74-2r36", "discovery": "UNKNOWN" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" } ] } }