目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82560— Perl Pod::Text 6.1.1 前资源耗尽漏洞

一分钟漏洞结论

影响对象
CVE-2026-82560
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Perl 的 Pod::Text 模块在 6.1.1 版本之前存在漏洞,允许攻击者通过构造特定的 POD 文档导致 CPU 和内存资源耗尽。 该漏洞的成因是:每个 指令都会将其缩进量添加到页边距(margin)中,而 函数会从输出宽度中减去该页边距值,以计算可用于文本排版的可用空间。当这一可用空间降至零时,用于行分割的正则替换操作会匹配到空字符串,导致循环在未消耗任何输入数据的情况下不断重复执行,并在每次迭代中追加页边距填充内容。 因此,在格式化由攻击者提供的恶意 POD 文档时,程序将永远无法返回,输出内容会持续

AI 预测 8.2 利用难度: 极易

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

一、 漏洞 CVE-2026-82560 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width
来源: CVE Program / CVE List V5
Vulnerability Description
Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width. Each =over adds its indent to the margin, which wrap() subtracts from the output width to get the space available for text. When that space reaches zero, the line-splitting substitution matches the empty string, and the loop consumes no input while appending the margin padding on every pass. Formatting an attacker-supplied POD document never returns, and the output grows until memory is exhausted.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
不可达退出条件的循环(无限循环)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
- - 0 ~ 6.1.1 -
- - 0 ~ 5.45.2 -

二、漏洞 CVE-2026-82560 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-82560 的情报信息

登录查看更多情报信息。

CVE-2026-82560 补丁与修复 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-82560

暂无评论


发表评论