CVE-2026-5089
HIGHDescription
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-separated value (e.g., the 1 in 1:30:45), the inner while loop can decrement a pointer past the start of the string buffer: while ( colon >= ptr && *colon != ':' ) { colon--; } if ( *colon == ':' ) *colon = '\0'; // colon may be ptr-1 here When no colon is found (final/leftmost segment), colon becomes ptr-1, and the subsequent *colon dereference reads one byte before the allocated buffer.
How to fix
TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works
Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.
CVSS v3 Vector
Exploitability
Impact
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Exploit Intelligence
Low risk: more likely to be exploited than 26% of all known CVEs.
References
Related Vulnerabilities
Other CWE-124 vulnerabilities, ordered by exploit likelihood. View all
| CVE | Severity | CVSS | EPSS | Exploited | Fix |
|---|---|---|---|---|---|
| CVE-2015-2426 | High | 8.8 | 87% | KEV | - |
| CVE-2023-25610 | Critical | 9.8 | 18% | - | Fix |
| CVE-2018-5388 | Medium | 6.5 | 4.0% | - | Fix |
| CVE-2018-15361 | Critical | 9.8 | 2.9% | - | Fix |
| CVE-2021-36064 | High | 7.8 | 2.7% | - | Fix |
| CVE-2023-48230 | Medium | 5.9 | 1.9% | - | Fix |
Embed a live status badge for CVE-2026-5089
Markdown
[](https://tridentstack.com/cve/CVE-2026-5089)HTML
<a href="https://tridentstack.com/cve/CVE-2026-5089"><img src="https://tridentstack.com/cve/badge/CVE-2026-5089.svg" alt="CVE-2026-5089"></a>Find and fix vulnerabilities across your fleet
TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.
This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-05-14.