Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-58481— Network-AI: AgentRuntime sandbox path-prefix checks allow file access outside the configured base directory

CVSS 6.5 · Medium EPSS 0.13% · P3

Possible ATT&CK Techniques 1AI

T1083 · File and Directory Discovery

Affected Version Matrix 1

VendorProductVersion RangeStatus
JovancodingNetwork-AI< 5.12.2affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-58481

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Network-AI: AgentRuntime sandbox path-prefix checks allow file access outside the configured base directory
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Source: NVD (National Vulnerability Database)
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Source: NVD (National Vulnerability Database)
Vulnerability Title
Jovan Marinovic Network-AI 路径遍历漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Jovan Marinovic Network-AI是Jovan Marinovic个人开发者的一个 TypeScript/Node.js 多智能体编排器,可为任何 AI 智能体堆栈添加协调、防护和治理功能。 Jovan Marinovic Network-AI 5.12.2之前版本存在路径遍历漏洞,该漏洞源于路径包含检查使用原始字符串前缀测试,导致沙箱边界被突破,攻击者可调用AgentRuntime.readFile()或AgentRuntime.listDir()读取或列出预期沙箱外的文件。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
JovancodingNetwork-AI < 5.12.2 -

II. Public POCs for CVE-2026-58481

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-58481

登录查看更多情报信息。

Patches & Fixes for CVE-2026-58481 (1)

Vendor Advisories for CVE-2026-58481 (2)

Same Patch Batch · Jovancoding · 2026-07-20 · 9 CVEs total

CVE-2026-540519.9 CRITICALNetwork-AI has an an OS Command Injection issue
CVE-2026-646238.6 HIGHNetwork-AI before 5.13.4 Cryptographic Signature Verification Bypass
CVE-2026-467017.6 HIGHNetwork-AI: Unauthenticated Cross-Origin MCP Tool Invocation via Empty Default Secret
CVE-2026-646227.5 HIGHNetwork-AI 5.12.2 through 5.13.3 Missing Authorization via ApprovalInbox
CVE-2026-584847.1 HIGHNetwork-AI: Poisoned environment backup manifest allows arbitrary recursive deletion durin
CVE-2026-584136.1 MEDIUMEnvironmentManager.restore() backup ID path traversal copies arbitrary directories into en
CVE-2026-584825.9 MEDIUMNetwork-AI: ApprovalInbox HTTP server has no authentication — anyone can approve pending a
CVE-2026-584145.5 MEDIUMNetwork-AI: EnvironmentManager.backup() follows symlinked directories and copies files out

IV. Related Vulnerabilities

V. Comments for CVE-2026-58481

No comments yet


Leave a comment