Use After Free in Toddr Yaml::syck
CVE-2026-57076
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 the key in the parser's anchors table. Freeing the node frees the shared key, and a later anchor redefinition makes st_delete compare against the freed key, so st_strcmp reads freed heap memory. Anchors are a standard YAML feature and need no special flags, so this is reached on the default Load path. Any caller that runs Load or LoadFile on an untrusted document that redefines an anchor reaches the read of freed memory.
Vulnerability class: Use-After-Free
EPSS: 0.001 (2.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Toddr Yaml::syck — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-57076?
- CVE-2026-57076 is a high-severity vulnerability in Toddr Yaml::syck, classified under Use After Free. CVSS score: 7.8/10. Published 2026-07-16.
- How severe is CVE-2026-57076?
- High severity. CVSS v3 base score is 7.8 out of 10.