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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-58482— Jovan Marinovic Network-AI 跨站请求伪造漏洞

一分钟漏洞结论

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

Jovan Marinovic Network-AI是Jovan Marinovic个人开发者的一个 TypeScript/Node.js 多智能体编排器,可为任何 AI 智能体堆栈添加协调、防护和治理功能。 Jovan Marinovic Network-AI 5.0.0版本至5.12.1版本存在安全漏洞,该漏洞源于ApprovalInbox HTTP服务器缺乏身份验证,且设置通配符CORS,可能导致任何能向端口发送HTTP请求的方枚举并批准待审批事项,绕过人工审查。

CVSS 5.9 · Medium EPSS 0.16% · P5

影响版本矩阵 1

厂商产品 版本范围状态
Jovancoding Network-AI >= 5.0.0, < 5.12.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Network-AI: ApprovalInbox HTTP server has no authentication — anyone can approve pending agent actions
来源: CVE Program / CVE List V5
Vulnerability Description
Network-AI, a TypeScript/Node.js multi-agent orchestrator, has a shipped, exported, documented feature called `ApprovalInbox` (`lib/approval-inbox.ts`). It is the network surface of the human-in-the-loop Approval Gate, which `ApprovalGate` uses to require explicit human approval for high-risk operations. The HTTP server it exposes has no authentication of any kind and sets `Access-Control-Allow-Origin: *` on every route, including the state-changing `POST /approvals/:id/approve` and `/deny`. As a result, in versions 5.0.0 through 5.12.1, any party who can send an HTTP request to the inbox port — a co-located process, a container/SSRF on the same host, a remote client when the operator binds a non-loopback address, or any website the operator visits in a browser (via the wildcard CORS) — can enumerate pending approvals and approve them, defeating the entire human-in-the-loop control and causing the gated high-risk action (e.g. a shell command the agent was holding for review) to execute without consent. This issue is fixed in v5.12.2. `ApprovalInbox` now accepts a `secret` option. When set, the mutating endpoints `POST /:id/approve` and `POST /:id/deny` require an `Authorization: Bearer <secret>` header, validated in constant time with `crypto.timingSafeEqual`. `startServer()` already binds to `127.0.0.1` by default; operators exposing the inbox on a network must set a secret.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
来源: CVE Program / CVE List V5
Vulnerability Title
Jovan Marinovic Network-AI 跨站请求伪造漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Jovan Marinovic Network-AI是Jovan Marinovic个人开发者的一个 TypeScript/Node.js 多智能体编排器,可为任何 AI 智能体堆栈添加协调、防护和治理功能。 Jovan Marinovic Network-AI 5.0.0版本至5.12.1版本存在安全漏洞,该漏洞源于ApprovalInbox HTTP服务器缺乏身份验证,且设置通配符CORS,可能导致任何能向端口发送HTTP请求的方枚举并批准待审批事项,绕过人工审查。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Jovancoding Network-AI >= 5.0.0, < 5.12.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-58482 厂商安全公告 (2)

同批安全公告 · Jovancoding · 2026-07-20 · 共 9 条

CVE-2026-54051 9.9 CRITICAL Jovan Marinovic Network-AI 命令注入漏洞
CVE-2026-64623 8.6 HIGH Jovan Marinovic Network-AI 加密问题漏洞
CVE-2026-46701 7.6 HIGH Jovan Marinovic Network-AI 输入验证错误漏洞
CVE-2026-64622 7.5 HIGH Jovan Marinovic Network-AI 授权问题漏洞
CVE-2026-58484 7.1 HIGH Jovan Marinovic Network-AI 路径遍历漏洞
CVE-2026-58481 6.5 MEDIUM Jovan Marinovic Network-AI 路径遍历漏洞
CVE-2026-58413 6.1 MEDIUM Jovan Marinovic Network-AI 路径遍历漏洞
CVE-2026-58414 5.5 MEDIUM Jovan Marinovic Network-AI 路径遍历漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-58482

暂无评论


发表评论