CVE-2026-58481
Last modified
CVE-2026-58481 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, `AgentRuntime` promises scoped file access under a configured sandbox `basePath`, but its path containment checks use raw string prefix tests. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, `AgentRuntime` promises scoped file access under a configured sandbox `basePath`, but its path containment checks use raw string prefix tests. A sandbox base such as `/tmp/network-ai-sandbox` also matches a sibling path such as `/tmp/network-ai-sandbox_evil/secret.txt`. An agent/user that can call `AgentRuntime.readFile()` or `AgentRuntime.listDir()` can read or list files outside the intended sandbox when the target path is in a sibling directory sharing the base path prefix. This breaks the documented sandbox boundary. The issue is fixed in v5.12.2. `SandboxPolicy.resolvePath()` and `isPathAllowed()` now use separator-anchored prefix checks (`resolved === base || resolved.startsWith(base + path.sep)`) for both the allow-list and block-list. A sibling directory that merely shares a name prefix (e.g. `/srv/app-evil` vs base `/srv/app`) is no longer treated as in-scope.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Jovancoding | Network-AI | < 5.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-58481?
How severe is CVE-2026-58481?
How do I fix CVE-2026-58481?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-58476Sustainable Irrigation Platform (SIP) through version 5.2.16…8.1
- 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-58482Network-AI, a TypeScript/Node.js multi-agent orchestrator, h…5.9
- 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
Are you affected by CVE-2026-58481?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
