Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-5089— YAML::Syck versions before 1.38 for Perl has an out-of-bounds read

EPSS 0.03% · P11

Affected Version Matrix 1

VendorProductVersion RangeStatus
TODDRYAML::Syck< 1.38affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-5089

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
YAML::Syck versions before 1.38 for Perl has an out-of-bounds read
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
缓冲区下溢
Source: NVD (National Vulnerability Database)
Vulnerability Title
YAML::Syck 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
YAML::Syck是CPAN Authors开源的一个Perl库。 YAML::Syck 1.38之前版本存在安全漏洞,该漏洞源于perl_syck.h中的base60解析代码存在缓冲区下溢,在处理冒号分隔值的最左段时,内部while循环可能将指针递减到字符串缓冲区起始位置之前,导致越界读取。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
TODDRYAML::Syck 0 ~ 1.38 -

II. Public POCs for CVE-2026-5089

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-5089

登录查看更多情报信息。

IV. Related Vulnerabilities

V. Comments for CVE-2026-5089

No comments yet


Leave a comment