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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72860— 9router 服务器端请求伪造漏洞

一分钟漏洞结论

影响对象
decolua 9router
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

以下是该漏洞描述信息的中文翻译: 在 9router 中, 路由接受用户提供的 ,并向其发起服务器端 HTTP 请求。该请求目标地址由 中的 函数进行防护。然而,该防护机制仅比对主机名字符串:它不执行 DNS 解析,不在重定向后重新验证,且其处理 IPv4 映射 IPv6 地址的逻辑分支实际上无法被命中。 该分支的正则表达式为 ,但 WHATWG URL 解析器在防护机制运行之前,会将此类字面量标准化为十六进制块(hextets)。因此,调用 会返回 ,而正则表达式实际测试的对象是一个它从未接收到过的字符串。这导致

CVSS 8.5 · High EPSS 0.22% · P13

影响版本矩阵 1

厂商产品 版本范围状态
decolua 9router ≤ 0.5.55 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
9router Server-Side Request Forgery via /api/provider-nodes/validate Because the IPv4-Mapped IPv6 Denylist Check Is Unreachable
来源: CVE Program / CVE List V5
Vulnerability Description
The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate after a redirect, and its IPv4-mapped IPv6 branch is unreachable. The branch matches ^::ffff:(\d+\.\d+\.\d+\.\d+)$, but the WHATWG URL parser canonicalizes such literals to hextets before the guard runs, so new URL("http://[::ffff:127.0.0.1]/").hostname yields [::ffff:7f00:1] and the pattern is tested against a string it is never handed. Every IPv4-mapped address therefore passes, and http://[::ffff:7f00:1] and http://[::ffff:a9fe:a9fe] reach loopback and link-local metadata addresses; a hostname whose A record points at an internal address passes as well because no resolution occurs. In the custom-embedding branch the upstream response body is truncated to 200 bytes and returned to the caller whenever the upstream status is neither 2xx nor 401 nor 403, which discloses the beginning of internal responses, and the other validation types remain usable for blind internal port scanning through status and timing differences. The caller-supplied apiKey is forwarded to the internal destination as an Authorization Bearer header. A dashboard session is required by default, and none is required when requireLogin is disabled.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
decolua 9router 0 ~ 0.5.55 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 6775 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-72860 补丁与修复 (3)

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

CVE-2026-72860 概念验证 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-72860

暂无评论


发表评论