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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-58482— Network-AI ApprovalInbox HTTP服务器无认证漏洞

CVSS 5.9 · Medium

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Network-AI: ApprovalInbox HTTP server has no authentication — anyone can approve pending agent actions
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:N
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
跨站请求伪造(CSRF)
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
JovancodingNetwork-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-540519.9 CRITICALNetwork-AI OS命令注入漏洞
CVE-2026-646238.6 HIGHNetwork-AI < 5.13.4 密码签名验证绕过漏洞
CVE-2026-467017.6 HIGHNetwork-AI 空默认密钥导致未授权跨域MCP工具调用漏洞
CVE-2026-646227.5 HIGHNetwork-AI 5.12.2-5.13.3 缺失授权漏洞
CVE-2026-584847.1 HIGHNetwork-AI 任意递归删除漏洞
CVE-2026-584816.5 MEDIUMNetwork-AI AgentRuntime 沙箱路径前缀检查绕过致文件越权访问漏洞
CVE-2026-584136.1 MEDIUMEnvironmentManager 备份 ID 路径遍历导致任意目录复制漏洞
CVE-2026-584145.5 MEDIUMNetwork-AI EnvironmentManager 备份漏洞可复制环境外文件

IV. Related Vulnerabilities

V. Comments for CVE-2026-58482

暂无评论


发表评论