CVE-2026-57075
- EPSS 0.37%
- Veröffentlicht 16.07.2026 22:17:43
- Zuletzt bearbeitet 17.07.2026 15:07:41
YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via a signed-char lookup-table index in syck_base64dec. The base64 decoder in the bundled libsyck indexes the 256-entry static table b64_xtable with a signed char, so any !!binary ...
CVE-2026-57076
- EPSS 0.13%
- Veröffentlicht 16.07.2026 22:17:43
- Zuletzt bearbeitet 17.07.2026 15:07:41
YAML::Syck versions before 1.47 for Perl allow a heap use-after-free via an anchor name reused as an anchors-table key in syck_hdlr_add_anchor. In the bundled libsyck an anchor name allocated by syck_strndup is stored both as node->anchor, freed whe...
CVE-2026-57077
- EPSS 0.14%
- Veröffentlicht 16.07.2026 22:17:43
- Zuletzt bearbeitet 17.07.2026 15:07:41
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-...
CVE-2026-13713
- EPSS 0.13%
- Veröffentlicht 16.07.2026 21:35:31
- Zuletzt bearbeitet 17.07.2026 15:07:41
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_r...
CVE-2026-5089
- EPSS 0.33%
- Veröffentlicht 12.05.2026 16:14:21
- Zuletzt bearbeitet 14.05.2026 15:16:49
YAML::Syck versions before 1.38 for Perl has an out-of-bounds read. The base60 (sexagesimal) parsing code in perl_syck.h has a buffer underflow bug in both int#base60 and float#base60 handlers. When processing the leftmost segment of a colon-separa...
CVE-2026-4177
- EPSS 0.43%
- Veröffentlicht 16.03.2026 22:30:25
- Zuletzt bearbeitet 15.07.2026 02:22:39
YAML::Syck versions through 1.36 for Perl has several potential security vulnerabilities including a high-severity heap buffer overflow in the YAML emitter. The heap overflow occurs when class names exceed the initial 512-byte allocation. The base6...
CVE-2025-11683
- EPSS 0.23%
- Veröffentlicht 16.10.2025 00:14:41
- Zuletzt bearbeitet 09.03.2026 15:05:36
YAML::Syck versions before 1.36 for Perl has missing null-terminators which causes out-of-bounds read and potential information disclosure Missing null terminators in token.c leads to but-of-bounds read which allows adjacent variable to be read The...