CVE-2026-13713
Last modified
CVE-2026-13713 is a medium-severity vulnerability rated 6.2/10 on the CVSS scale. 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 stored under that name with syck_free_node. That node can still be live on the parser's value stack, so syck_hdlr_add_node reaches it again and frees it a second time. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
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 stored under that name with syck_free_node. That node can still be live on the parser's value stack, so syck_hdlr_add_node reaches it again and frees it a second time. On a normal build the 48-byte node chunk is freed twice and the interpreter aborts. Anchors need no special flags, so this is reached on the default Load path, and a 7-byte document that redefines an anchor triggers it. Any caller that runs Load or LoadFile on an untrusted document that redefines an anchor mid-parse crashes the interpreter, a denial of service.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| TODDR | YAML::Syck | < 1.47 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13713?
How severe is CVE-2026-13713?
How do I fix CVE-2026-13713?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-13705Imager versions before 1.032 for Perl have a heap out-of-bou…7.1
- CVE-2026-13706Improper input validation vulnerability in Wikimedia Foundat…8.8
- CVE-2026-13707Session fixation vulnerability in Wikimedia Foundation OAuth…7.6
- CVE-2026-13708Imager::File::JPEG versions before 1.003 for Perl leak heap …7.5
- CVE-2026-1371The Tutor LMS – eLearning and online course solution plugin …5.3
- CVE-2026-13710The Jeg Kit for Elementor – Powerful Addons for Elementor, W…6.4
- CVE-2026-13714The Realtyna Organic IDX plugin + WPL Real Estate WordPress …9.8
- CVE-2026-13716Path traversal in server import and admin file upload in Cra…9.1
- CVE-2026-13717A flaw was found in the Red Hat OpenShift AI (RHOAI) MaaS Ga…8.8
- CVE-2026-1372The Tutor LMS Elementor Addons plugin for WordPress is vulne…4.3
- CVE-2026-13722WatchGuard Fireware OS contains a firmware validation bypass…8.6
- CVE-2026-13723A vulnerability in the `zipx.Unzip` extraction routine of De…6.5
Are you affected by CVE-2026-13713?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
