PatchSiren cyber security CVE debrief
CVE-2026-57077 TODDR CVE debrief
CVE-2026-57077 is an out-of-bounds read vulnerability in YAML::Syck versions before 1.47 for Perl. The vulnerability is caused by an unbounded newline scan in newline_len, which can lead to an out-of-bounds read. This is an incomplete fix of CVE-2025-11683, on a lexer path the earlier fix did not cover. Any caller that runs Load or LoadFile on an untrusted document with a block scalar at a document boundary reaches the over-read. The vulnerability affects YAML::Syck versions before 1.47 for Perl, and users should update to version 1.47 or later to mitigate the vulnerability.
- Vendor
- TODDR
- Product
- YAML::Syck
- CVSS
- HIGH 7.7
- 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 should be aware of this vulnerability and take steps to mitigate it. This includes updating to version 1.47 or later, and being cautious when loading untrusted documents. The vulnerability can be exploited by loading an untrusted document with a block scalar at a document boundary, which can lead to an out-of-bounds read.
Technical summary
The vulnerability is caused by the lack of a bounds check in the newline_len function, which can lead to an out-of-bounds read. The is_newline function also dereferences the scan pointer and the following byte for a 'r' pair, with no NUL-terminator or bounds check. During block-scalar lexing at a document boundary, the scan runs one byte past the heap lexer buffer. This is an incomplete fix of CVE-2025-11683, on a lexer path the earlier fix did not cover. Any caller that runs Load or LoadFile on an untrusted document with a block scalar at a document boundary reaches the over-read. The vulnerability affects YAML::Syck versions before 1.47 for Perl.
Defensive priority
High
Recommended defensive actions
- Update YAML::Syck to version 1.47 or later
- Be cautious when loading untrusted documents
- Implement bounds checking when loading documents
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-16T22:17:43.650Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the vendor. The vulnerability affects YAML::Syck versions before 1.47 for Perl. The CVE record does not provide additional details about the vulnerability, and defenders should review the official advisory or CVE record for more information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-57077 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-57077
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-57077 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-57077
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
-
Source reference
Unverified legacy reference
URL: https://www.cve.org/CVERecord?id=CVE-2025-11683
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.