SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-57077

HIGH · CVSS 7.7 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

YAML::Syck versions prior to 1.47 for Perl are vulnerable to an out-of-bounds read due to an unbounded newline scan, which can lead to potential information disclosure. This vulnerability primarily affects applications that utilize the Load or LoadFile functions on untrusted documents containing block scalars at document boundaries. Organizations using these versions should prioritize patching to mitigate the risk of data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-57077
Severity
HIGH
CVSS
7.7
EPSS
0.14%

Original NVD Description

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via an unbounded newline scan in newline_len. In the bundled libsyck newline_len and is_newline dereference the scan pointer, and the following byte for a "\r\n" 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.