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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78030— Perl DBI 1.653 前任意模块加载漏洞

一分钟漏洞结论

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

以下是该漏洞描述的中文翻译: 漏洞描述: Perl 的 DBI 在 1.653 版本之前,由于未验证 中的 和 属性,可导致加载任意模块。 会将 和 连接属性直接传递给 函数,而未检查其值是否确实指向一个 Perl 模块。 函数会将形如文件路径的字符串视为字面文件名,而不会查询 路径列表。因此,该属性的值直接决定了 Perl 将加载并执行哪个文件。 为 属性添加的 前缀并不构成安全边界:只有 分隔符会被重写为 ,因此如果该值中包含 ,就可以“穿越”出预期的序列化器目录。此外,该值还会被赋值给 ,而 在绑定(tie)

AI 预测 9.8 利用难度: 较易

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

漏洞信息

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

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

Vulnerability Title
DBI versions before 1.653 for Perl load arbitrary modules via unvalidated dbm_type and dbm_mldbm attributes in DBD::DBM
来源: CVE Program / CVE List V5
Vulnerability Description
DBI versions before 1.653 for Perl load arbitrary modules via unvalidated dbm_type and dbm_mldbm attributes in DBD::DBM. DBD::DBM passes the dbm_type and dbm_mldbm connect attributes to require without checking that the value names a module. require treats a path-shaped string as a literal filename and does not consult @INC, so the attribute chooses the file that Perl loads and runs. The MLDBM::Serializer:: prefix that DBD::DBM prepends to dbm_mldbm is not a boundary: only the :: separators are rewritten to /, so a value containing / traverses out of the serializer directory. The value is also assigned to $MLDBM::Serializer, which MLDBM requires the same way when it ties the table. A caller that lets an untrusted party influence either attribute, for example through a DSN fragment or a parameter that selects a storage backend, runs the file-scope code of whatever module the value names. For example, my $dsn = "dbi:DBM:f_dir=/var/db;dbm_type=../../Untrusted.pm" my $dbh = DBI->connect( $dsn ); Note that DBD::Gofer forwards connect attributes to the server side, and DBI::ProxyServer checks only that a DSN starts with a driver prefix.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
使用外部可控制的输入来选择类或代码(不安全的反射)
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-78030 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-78030

暂无评论


发表评论