Bug 2501576 (CVE-2026-57077) - CVE-2026-57077 YAML::Syck: YAML::Syck: Information disclosure via out-of-bounds read
Summary: CVE-2026-57077 YAML::Syck: YAML::Syck: Information disclosure via out-of-boun...
Keywords:
Status: NEW
Alias: CVE-2026-57077
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2501652 2501653
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-16 23:02 UTC by OSIDB Bzimport
Modified: 2026-07-17 03:15 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-16 23:02:13 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.