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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81730— Dolibarr 路径遍历漏洞

一分钟漏洞结论

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

Dolibarr 9.0.0 至 23.0.4 版本在保存入站邮件附件时,直接使用邮件 MIME 头中提供的文件名,而未将其简化为安全的基础文件名。全局函数 (位于 )会构建路径 并将其传递给 ;而 中的私有函数 则写入 。文件名通过记录关联、创建工单(create-ticket)和创建项目(create-project)等操作,从附件自身的 或 值传入。因此,若文件名中包含路径遍历序列(如 ),该序列将原样保留。这意味着,任何能够向受 EmailCollector 监控的邮箱发送邮件的人(该模块常用于支持或工单收

CVSS 8.2 · High
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Dolibarr 9.0.0 through 23.0.4 Path Traversal via EmailCollector Attachment Filename
来源: CVE Program / CVE List V5
Vulnerability Description
Dolibarr 9.0.0 through 23.0.4 saves inbound email attachments under the name supplied in the message's MIME headers without reducing it to a safe basename. The global saveAttachment() in htdocs/emailcollector/lib/emailcollector.lib.php builds $filepath = $path . $filename . '.' . $ext and hands it to file_put_contents(), and the private saveAttachment() in htdocs/emailcollector/class/emailcollector.class.php writes to $destdir.'/'.$filename; the name reaches both from the attachment's own getName() or getFilename() value by way of the record-join, create-ticket and create-project operations. A traversal sequence in the filename therefore survives intact, so any sender who can email a mailbox that an EmailCollector monitors, which is the module's ordinary use for a support or ticket inbox, can place attacker-controlled content outside the per-object attachment directory without holding a Dolibarr account. Under the hardened layout Dolibarr's SECURITY.md requires, with htdocs read-only, the write is confined to the documents tree and corrupts or forges other objects' documents; where htdocs is writable the same primitive reaches a web-executable path. Version 24.0.0 applies dol_sanitizePathName() and dol_sanitizeFileName() before the write.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Dolibarr dolibarr 9.0.0 ~ 24.0.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-81730 其他参考 (3)

同批安全公告 · Dolibarr · 2026-08-27 · 共 3 条

CVE-2026-81728 8.1 HIGH Dolibarr 24.0.0 前 SQL 注入漏洞
CVE-2026-81729 6.5 MEDIUM Dolibarr 23.0.4 前 REST API 删除授权缺陷

IV. Related Vulnerabilities

V. Comments for CVE-2026-81730

暂无评论


发表评论