VYPR

rpm package

opensuse/perl-XML-Parser&distro=openSUSE Leap 16.0

pkg:rpm/opensuse/perl-XML-Parser&distro=openSUSE%20Leap%2016.0

Vulnerabilities (2)

  • CVE-2006-10003CriMar 19, 2026
    affected < 2.470.0-160000.3.1fixed 2.470.0-160000.3.1

    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

  • CVE-2006-10002Mar 19, 2026
    affected < 2.470.0-160000.3.1fixed 2.470.0-160000.3.1

    XML::Parser versions through 2.45 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 cha