CVE & CISA-KEV Catalog

CVE-2026-5089

HIGH
7.3
CVSS v3
NVD

Description

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

Remediation Available
libyaml-syck-perlDebian
Fixed in:1.36-3CVE-2026-5089

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

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityLow
IntegrityLow
AvailabilityLow

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Exploit Intelligence

0.33%probability of exploitation in 30 days
26thpercentile

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

CVESeverityCVSSEPSSExploitedFix
CVE-2015-2426High8.887%KEV-
CVE-2023-25610Critical9.818%-Fix
CVE-2018-5388Medium6.54.0%-Fix
CVE-2018-15361Critical9.82.9%-Fix
CVE-2021-36064High7.82.7%-Fix
CVE-2023-48230Medium5.91.9%-Fix
Embed a live status badge for CVE-2026-5089
CVE-2026-5089 severity badge

Markdown

[![CVE-2026-5089](https://tridentstack.com/cve/badge/CVE-2026-5089.svg)](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.

See how it worksStart freeThis CVE lookup is free and always will be.

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.