Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:48225

Опубликовано: 30 июл. 2026
Источник: rocky
Оценка: Important

Описание

Important: perl:5.32 security update

Perl is a high-level programming language that is commonly used for system administration utilities and web programming.

Security Fix(es):

  • perl-Archive-Tar: perl-Archive-Tar: Denial of Service via crafted tar header with large entry size (CVE-2026-9538)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
perlaarch64474.module+el8.10.0+40155+64ce2d41perl-5.32.1-474.module+el8.10.0+40155+64ce2d41.aarch64.rpm
perl-Algorithm-Diffnoarch10.module+el8.6.0+882+2fa1e48fperl-Algorithm-Diff-1.1903-10.module+el8.6.0+882+2fa1e48f.noarch.rpm
perl-Algorithm-Diffnoarch10.module+el8.10.0+1616+0d20cc68perl-Algorithm-Diff-1.1903-10.module+el8.10.0+1616+0d20cc68.noarch.rpm
perl-Algorithm-Diffnoarch10.module+el8.10.0+40155+64ce2d41perl-Algorithm-Diff-1.1903-10.module+el8.10.0+40155+64ce2d41.noarch.rpm
perl-Algorithm-Diffnoarch10.module+el8.6.0+878+f93dfff7perl-Algorithm-Diff-1.1903-10.module+el8.6.0+878+f93dfff7.noarch.rpm
perl-Archive-Zipnoarch3.module+el8.10.0+40155+64ce2d41perl-Archive-Zip-1.68-3.module+el8.10.0+40155+64ce2d41.noarch.rpm
perl-Archive-Zipnoarch3.module+el8.10.0+1616+0d20cc68perl-Archive-Zip-1.68-3.module+el8.10.0+1616+0d20cc68.noarch.rpm
perl-Attribute-Handlersnoarch474.module+el8.10.0+40155+64ce2d41perl-Attribute-Handlers-1.01-474.module+el8.10.0+40155+64ce2d41.noarch.rpm
perl-autodienoarch1.module+el8.10.0+1616+0d20cc68perl-autodie-2.34-1.module+el8.10.0+1616+0d20cc68.noarch.rpm
perl-autodienoarch1.module+el8.10.0+40155+64ce2d41perl-autodie-2.34-1.module+el8.10.0+40155+64ce2d41.noarch.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 7.5
ubuntu
4 месяца назад

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.

CVSS3: 7.5
redhat
4 месяца назад

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.

CVSS3: 7.5
nvd
4 месяца назад

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.

msrc
4 месяца назад

Archive::Tar versions before 3.10 for Perl allow memory exhaustion via attacker controlled entry size field in tar header

CVSS3: 7.5
debian
4 месяца назад

Archive::Tar versions before 3.10 for Perl allow memory exhaustion via ...