CVE-2026-9538

Archive::Tar versions before 3.10 for Perl allow memory exhaustion via attacker controlled entry size field in tar header. _read_tar() reads each entry's payload with $handle->read($$data, $block), where $block is derived from the entry's 12-byte size field in the tar header with no upper bound on that value. A crafted header declaring a multi-gigabyte size causes Perl to allocate a scalar of that size.
Configurations

Configuration 1 (hide)

cpe:2.3:a:archive\:\:tar_project:archive\:\:tar:*:*:*:*:*:perl:*:*

History

No history.

Information

Published : 2026-05-26 02:16

Updated : 2026-07-23 11:10


NVD link : CVE-2026-9538

Mitre link : CVE-2026-9538

CVE.ORG link : CVE-2026-9538


JSON object : View

Products Affected

archive\

  • \
CWE
CWE-789

Memory Allocation with Excessive Size Value