PatchSiren cyber security CVE debrief
CVE-2026-13713 TODDR CVE debrief
YAML::Syck versions before 1.47 for Perl are affected by a use-after-free and double-free vulnerability via an anchor node freed while still on the parser value stack. This denial of service vulnerability can be triggered by redefining or removing an anchor name, leading to a crash of the interpreter. Users of YAML::Syck should review and apply patches to prevent potential attacks.
- Vendor
- TODDR
- Product
- YAML::Syck
- CVSS
- MEDIUM 6.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-16
- Original CVE updated
- 2026-07-17
- Advisory published
- 2026-07-16
- Advisory updated
- 2026-07-17
Who should care
Users of YAML::Syck versions before 1.47 for Perl, operators, platforms, vulnerability-management teams, and security teams should review and apply patches to prevent potential denial of service attacks. Affected product deployments should be identified and owners assigned for follow-up.
Technical summary
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. This vulnerability can be triggered by a 7-byte document that redefines an anchor, causing the interpreter to abort.
Defensive priority
High
Recommended defensive actions
- Review and apply patches for YAML::Syck versions before 1.47 for Perl
- Implement compensating controls to prevent potential denial of service attacks
- Monitor for and respond to potential exploitation attempts
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record was published on 2026-07-16T22:16:59.640Z and has not been modified since then. The NVD entry is currently Received. Evidence is limited to CVE and NVD details. Defenders should verify affected product deployments, review official advisories, and plan vendor-supported updates or mitigations.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-13713 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-13713
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-13713 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-13713
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/toddr/YAML-Syck/commit/44c90a109ec3215ee7ce747bd11209835e123d8b.patch
9b29abf9-4ab0-4765-b253-1875cd9b441e
-
Source reference
Unverified legacy reference
URL: https://metacpan.org/release/TODDR/YAML-Syck-1.47/changes
9b29abf9-4ab0-4765-b253-1875cd9b441e
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.