Cyber Resilience

CVE-2024-26256

High

Published: 09 April 2024

Published
09 April 2024
Modified
08 January 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.3769 97.3th percentile
Risk Priority 38 60% EPSS · 20% KEV · 20% CVSS

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

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

libarchive
libarchive
≤ 3.7.4
fedoraproject
fedora
39, 40
microsoft
windows 11 22h2
≤ 10.0.22621.3447
microsoft
windows 11 23h2
≤ 10.0.22631.3447
microsoft
windows server 2022 23h2
≤ 10.0.25398.830

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.

addresses: CWE-787

Out-of-bounds writes that corrupt control flow or inject shellcode are rendered non-executable by the same memory protections.

References