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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-55846— Allure 报告服务器路径遍历导致任意文件读取漏洞

一分钟漏洞结论

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

Allure 2 是 Allure Report(一种多语言测试报告工具)的 2.x 分支。在 2.39.0 之前,由 和 启动的 HTTP 服务器在 的 中使用了 ,并将经过百分号解码的请求路径直接传递给 ,既未对结果进行规范化处理,也未确认该路径是否仍位于指定目录内。 能够访问该服务器的未认证客户端可以通过提交包含父目录(如 )或百分号编码形式的父目录片段(如 ),从而让 返回任何可被 Allure 进程读取的常规文件。 该服务器默认绑定到 ,但通过 选项可将其暴露给其他系统;因此,本地用户、相邻容器或通过浏览

CVSS 6.2 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Allure: Path Traversal in Allure Report HTTP Server Allows Arbitrary File Read
来源: CVE Program / CVE List V5
Vulnerability Description
Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. Prior to 2.39.0, the HTTP server started by allure serve and allure open uses URI.getPath() in Commands.setUpServer() in allure-commandline/src/main/java/io/qameta/allure/Commands.java and passes the percent-decoded request path to reportDirectory.resolve() without normalizing the result or confirming that it remains inside that directory. An unauthenticated client that can reach the server can submit parent-directory segments, including percent-encoded segments, and cause serveFile() to return any regular file readable by the Allure process. The server binds to localhost by default, but the --host option can expose it to other systems, and local users, adjacent containers, or browser-origin attacks may reach a local listener. This can disclose credentials, configuration, source code, build secrets, and other CI/CD data. This issue is fixed in version 2.39.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
allure-framework allure2 < 2.39.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-55846 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-55846

暂无评论


发表评论