CVE-2026-58482
Last modified
CVE-2026-58482 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Jovancoding | Network-AI | >= 5.0.0, < 5.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-58482?
How severe is CVE-2026-58482?
How do I fix CVE-2026-58482?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58477Sustainable Irrigation Platform (SIP) through version 5.2.16…7.5
- CVE-2026-58478Sustainable Irrigation Platform (SIP) through version 5.2.16…6.5
- CVE-2026-58479Sustainable Irrigation Platform (SIP) through version 5.2.16…9.8
- CVE-2026-5848A vulnerability was found in jeecgboot JimuReport up to 2.3.…4.7
- CVE-2026-58480Blocksy Companion Pro plugin for WordPress before 2.1.47 con…9.8
- CVE-2026-58481Network-AI is a TypeScript/Node.js multi-agent orchestrator.…6.5
- CVE-2026-58484Network-AI is a TypeScript/Node.js multi-agent orchestrator.…7.1
- CVE-2026-58486HedgeDoc is an open source, real-time, collaborative, markdo…8.3
- CVE-2026-58487HedgeDoc is an open source, real-time, collaborative, markdo…5.1
- CVE-2026-58488HedgeDoc is an open source, real-time, collaborative, markdo…6.9
- CVE-2026-58489HedgeDoc is an open source, real-time collaborative markdown…6.8
- CVE-2026-5849A vulnerability was determined in Tenda i12 1.0.0.11(3862). …9.8
Are you affected by CVE-2026-58482?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
