VYPR

rpm package

opensuse/perl-YAML-Syck&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/perl-YAML-Syck&distro=openSUSE%20Tumbleweed

Vulnerabilities (7)

  • CVE-2026-57077HigJul 16, 2026
    affected < 1.470.0-1.1fixed 1.470.0-1.1

    YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via an unbounded newline scan in newline_len. In the bundled libsyck newline_len and is_newline dereference the scan pointer, and the following byte for a "\r\n" pair, with no NUL-terminator or bounds check. Du

  • CVE-2026-57076HigJul 16, 2026
    affected < 1.470.0-1.1fixed 1.470.0-1.1

    YAML::Syck versions before 1.47 for Perl allow a heap use-after-free via an anchor name reused as an anchors-table key in syck_hdlr_add_anchor. In the bundled libsyck an anchor name allocated by syck_strndup is stored both as node->anchor, freed when the node is freed, and as th

  • CVE-2026-57075CriJul 16, 2026
    affected < 1.470.0-1.1fixed 1.470.0-1.1

    YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via a signed-char lookup-table index in syck_base64dec. The base64 decoder in the bundled libsyck indexes the 256-entry static table b64_xtable with a signed char, so any !!binary byte >= 0x80 sign-extends to a

  • CVE-2026-13713MedJul 16, 2026
    affected < 1.470.0-1.1fixed 1.470.0-1.1

    YAML::Syck versions before 1.47 for Perl allow a use-after-free and double-free via an anchor node freed while still on the parser value stack. In the bundled libsyck, when an anchor name is redefined or removed, syck_hdlr_add_anchor and syck_hdlr_remove_anchor free the node sto

  • CVE-2026-5089HigMay 12, 2026
    affected < 1.450.0-4.1fixed 1.450.0-4.1

    YAML::Syck versions before 1.38 for Perl has an out-of-bounds read. The base60 (sexagesimal) parsing code in perl_syck.h has a buffer underflow bug in both int#base60 and float#base60 handlers. When processing the leftmost segment of a colon-separated value (e.g., the 1 in 1:30

  • CVE-2026-4177CriMar 16, 2026
    affected < 1.440.0-1.1fixed 1.440.0-1.1

    YAML::Syck versions through 1.36 for Perl has several potential security vulnerabilities including a high-severity heap buffer overflow in the YAML emitter. The heap overflow occurs when class names exceed the initial 512-byte allocation. The base64 decoder could read past the

  • CVE-2025-11683MedOct 16, 2025
    affected < 1.450.0-1.1fixed 1.450.0-1.1

    YAML::Syck versions before 1.36 for Perl has missing null-terminators which causes out-of-bounds read and potential information disclosure Missing null terminators in token.c leads to but-of-bounds read which allows adjacent variable to be read The issue is seen with complex YA