VYPR

libyaml-syck-perl

by Debian

CVEs (2)

  • CVE-2026-57076Jul 17, 2026
    risk 0.00cvss epss

    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…

  • CVE-2026-57075Jul 17, 2026
    risk 0.00cvss epss

    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…