Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.listBackups() reads each backup's _manifest.json and trusts the manifest's path field. EnvironmentManager.pruneBackups() later passes that trusted entry.path directly to rmSync(entry.path, { recursive: true, force: true }). An attacker who can place or modify a manifest inside data//.backups//_manifest.json can cause network-ai env backup prune --env --keep or any code path invoking pruneBackups() to recursively delete an arbitrary path accessible to the Network-AI process user. This is fixed in v5.12.2. pruneBackups() no longer passes entry.path from the on-disk manifest to rmSync. The deletion path is recomputed from a format-validated entry.backupId, and a dirname containment check confines deletion to exactly one level under the backups directory. A poisoned manifest (e.g. "path": "/") is now inert.
CVE-2026-58484
This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 97% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.1
- EG Score
- 7.1(medium)
- EG Risk
- 48(Track*)
- EPSS
- 3.3%
- KEV
- Not listed
Published
July 20, 2026
Last Modified
July 21, 2026
Advisory Details (3)
Auto-updated Jul 20, 2026Poisoned environment backup manifest allows arbitrary recursive deletion during backup pruning · Advisory · Jovancoding/Network-AI · GitHub
https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-2fmp-9rvw-hc96v5.12.2 — Security patch (5 CVEs)
Patch available: Jovancoding/Network-AI v5.12.2
https://github.com/Jovancoding/Network-AI/releases/tag/v5.12.2commit a59c13a1f0ce (Jovancoding/Network-AI)
Patch available: Jovancoding/Network-AI v5.12.2 (contains commit a59c13a1f0ce)
https://github.com/Jovancoding/Network-AI/commit/a59c13a1f0ce0e8a0779a90343eef92fac5ab4c3Affected Packages
(1 across 1 ecosystem)
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| network-ai | — | 5.12.2 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 10× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-22 23:34 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-20 20:44 UTCEG score recompute
- 2026-07-20 19:15 UTCEG score recompute
- 2026-07-20 18:41 UTCEG score recompute
- 2026-07-20 17:10 UTCEG score recompute
- 2026-07-20 17:09 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-22
Frequently asked(5)
What is CVE-2026-58484?
When was CVE-2026-58484 disclosed?
Is CVE-2026-58484 actively exploited?
What is the CVSS score of CVE-2026-58484?
How do I remediate CVE-2026-58484?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-58484
Is Your Infrastructure Affected by CVE-2026-58484?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.