Cyber Resilience

CVE-2026-42496

CriticalUpdated

Published: 26 May 2026

Published
26 May 2026
Modified
30 June 2026
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0043 34.5th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-42496 is a critical-severity Link Following (CWE-59) vulnerability in Archive\ \. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory. _make_special_file() passes the tar header's linkname to symlink() without validating it against absolute paths or .. segments. The secure-extract mode check that guards regular…

more

file extraction does not cover the symlink target. A subsequent open through the extracted name reads or writes the attacker chosen path.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Path traversal via malicious tar symlink extraction directly enables exploitation of applications using the vulnerable Archive::Tar library (typically public-facing services processing untrusted archives).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-42497Same product: Archive\ \
CVE-2026-9538Same product: Archive\ \
CVE-2026-34604Shared CWE-59
CVE-2026-32024Shared CWE-59
CVE-2026-32013Shared CWE-59
CVE-2026-31894Shared CWE-59
CVE-2026-44051Shared CWE-59
CVE-2025-0377Shared CWE-59
CVE-2026-33001Shared CWE-59
CVE-2025-66277Shared CWE-59

Affected Assets

archive\
\
tar_project

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References