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-58413MEDIUM
Jovancoding Network-AI — EnvironmentManager.restore() backup ID path traversal copies arbitrary directories into environment data
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  H  L  N    6.1   .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-58413 (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, `EnvironmentManager.restore(env, backupId)` computes the backup path with `join(envDir, '.backups', backupId)` and only checks that this path exists. It does not resolve the result or verify that it remains under `data/<env>/.backups`. A caller can pass a traversal backup ID such as `../../../outside/source-dir` to restore files from an arbitrary directory into the target environment data directory. The issue is fixed in v5.12.2. `restore()` now validates `backupId` against `/^[\w\-]+$/` and asserts `dirname(resolve(join(backupsDir, backupId))) === resolve(backupsDir)` before touching the filesystem. Backup IDs containing path separators or `..` are rejected, so a crafted ID can no longer copy directories from outside `.backups/` into the environment.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
June 30, 2026ReservedReserved by GitHub_M
July 20, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-58413 (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-58413 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-58413 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.