Bug 2481315 (CVE-2026-9538) - CVE-2026-9538 perl-Archive-Tar: perl-Archive-Tar: Denial of Service via crafted tar header with large entry size
Summary: CVE-2026-9538 perl-Archive-Tar: perl-Archive-Tar: Denial of Service via craft...
Keywords:
Status: NEW
Alias: CVE-2026-9538
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2496665
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-26 02:01 UTC by OSIDB Bzimport
Modified: 2026-07-02 20:30 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-26 02:01:17 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.