boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-58481MEDIUM
Jovancoding Network-AI — Network-AI: AgentRuntime sandbox path-prefix checks allow file access outside the configured base directory
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  C  H  N  N    6.5   .0020   10.6     —
AFFECTED
  Product     Versions    Fixed
  Network-AI  < 5.12.2 –  —
TIMELINE
  Jun 30  Reserved by GitHub_M
  Jul 20  EXPLOIT PUBLISHED — CVE-2026-58481 (Jovancoding Network-AI). Public exploit reference added.
  Jul 20  Published (CNA: GitHub_M)
CWE-22, CWE-23 · CNA: GitHub_M · CVSS v3.1 · 3 references · NVD status: Analyzed

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
June 30, 2026ReservedReserved by GitHub_M
July 20, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-58481 (Jovancoding Network-AI). Public exploit reference added.
July 20, 2026PublishedPublished (CNA: GitHub_M)

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
JovancodingNetwork-AI< 5.12.2

Weaknesses

CWE-22 · CWE-23

References (3)

Related

Authoritative record: CVE-2026-58481 at cve.org

Vendors: jovancoding

Weaknesses: CWE-22 · CWE-23

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-58481 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.