ALAS2023-2026-1536


Amazon Linux 2023 Security Advisory: ALAS2023-2026-1536
Advisory Released Date: 2026-04-13
Advisory Updated Date: 2026-04-13
Severity: Important

Issue Overview:

XML::Parser versions through 2.47 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.

A :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl's read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes. (CVE-2006-10002)

XML::Parser versions through 2.47 for Perl has an off-by-one heap buffer overflow in st_serial_stack.

In the case (stackptr == stacksize - 1), the stack will NOT be expanded. Then the new value will be written at location (++stackptr), which equals stacksize and therefore falls just outside the allocated buffer.

The bug can be observed when parsing an XML file with very deep element nesting (CVE-2006-10003)


Affected Packages:

perl-XML-Parser


Issue Correction:
Run dnf update perl-XML-Parser --releasever 2023.11.20260413 or dnf update --advisory ALAS2023-2026-1536 --releasever 2023.11.20260413 to update your system.
More information on how to update your system can be found on this page: Amazon Linux 2023 documentation

New Packages:
aarch64:
    perl-XML-Parser-debugsource-2.51-1.amzn2023.0.1.aarch64
    perl-XML-Parser-debuginfo-2.51-1.amzn2023.0.1.aarch64
    perl-XML-Parser-tests-2.51-1.amzn2023.0.1.aarch64
    perl-XML-Parser-2.51-1.amzn2023.0.1.aarch64

src:
    perl-XML-Parser-2.51-1.amzn2023.0.1.src

x86_64:
    perl-XML-Parser-debugsource-2.51-1.amzn2023.0.1.x86_64
    perl-XML-Parser-debuginfo-2.51-1.amzn2023.0.1.x86_64
    perl-XML-Parser-tests-2.51-1.amzn2023.0.1.x86_64
    perl-XML-Parser-2.51-1.amzn2023.0.1.x86_64