CVE-2024-26256
Published: 09 April 2024
Summary
CVE-2024-26256 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Fedoraproject Fedora. Its CVSS base score is 7.8 (High).
Operationally, ranked in the top 2.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-26256 is a remote code execution vulnerability in libarchive, the open-source archiving library used by multiple operating systems and applications for handling formats such as tar, cpio, and zip. The flaw is tracked under CWE-122 and CWE-787, indicating a heap-based buffer overflow that leads to an out-of-bounds write, and carries a CVSS 3.1 score of 7.8 reflecting local attack vector, low complexity, and no required privileges.
An attacker can exploit the issue by supplying a specially crafted archive file that a victim opens or extracts on a vulnerable system. Successful exploitation grants the ability to execute arbitrary code with the privileges of the affected process, resulting in full confidentiality, integrity, and availability impact on the local machine.
Microsoft Security Response Center and libarchive project advisories point to patched releases that address the buffer handling errors; the referenced commits in the libarchive repository and downstream packaging fixes, such as those in nixpkgs, provide the concrete code changes for remediation.
EPSS for the vulnerability rose from a low baseline to a peak of 0.5160 on 2025-12-11 before receding to the current value of 0.3769, indicating a period of increased exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-23532
Vulnerability details
Libarchive Remote Code Execution Vulnerability
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Out-of-bounds writes that corrupt control flow or inject shellcode are rendered non-executable by the same memory protections.