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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80515— Eclipse Arrowhead 5.0.0-5.2.1 认证授权绕过

一分钟漏洞结论

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

在 Eclipse Arrowhead 5.0.0 至 5.2.1 版本中,用于保护所有 REST 接口的 management-authorization(管理授权)网关,通过调用 来决定是否应用其检查逻辑。 Tomcat 返回的 是未解码的 URL,而 Spring MVC 的 则基于已解码的路径进行路由。因此,当请求 (其中 是小写字母 的百分号编码形式)时,由于字符串中不包含字面量 ,该检查失败,过滤器未执行授权检查就直接放行;但请求随后被解码为 ,并被分发至管理控制器。 Spring Security 的

CVSS 8.9 · High

影响版本矩阵 1

厂商产品 版本范围状态
Eclipse Foundation Eclipse Arrowhead 5.0.0≤ 5.2.1 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
N/A
来源: CVE Program / CVE List V5
Vulnerability Description
In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 the management-authorization gate that protects every /…/mgmt/… REST endpoint decides whether to apply its check by calling request.getRequestURL().toString().contains("/mgmt/"). Tomcat returns getRequestURL() un-decoded, while Spring MVC's DispatcherServlet routes on the decoded path. Requesting /serviceregistry/%6Dgmt/systems (%6D == m) therefore fails the substring check — the filter falls through without authorising — yet is decoded to /serviceregistry/mgmt/systems and dispatched to the management controller. Spring Security's StrictHttpFirewall (active via spring-boot-starter-security in arrowhead-common) only rejects encoded / \ . % ; and null bytes, so percent-encoded ASCII letters pass through. Any authenticated system — regardless of privilege — can reach every management operation, including POST /authentication/mgmt/identities which creates new sysop accounts, yielding full administrative takeover of the local cloud.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
使用未经净化的URL路径进行授权决策
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Eclipse Foundation Eclipse Arrowhead 5.0.0 ~ 5.2.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Eclipse Foundation · 2026-09-03 · 共 4 条

CVE-2026-82180 9.5 CRITICAL CVE-2026-82180
CVE-2026-85199 8.8 HIGH CVE-2026-85199
CVE-2026-84736 8.3 HIGH Eclipse aeriOS Federator默认禁用TLS证书校验漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-80515

暂无评论


发表评论