Vulnerability Description
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/<env>/.backups/<name>/_manifest.json` can cause `network-ai env backup prune --env <env> --keep <n>` 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Network-Ai | Network-Ai | < 5.12.2 |
Related Weaknesses (CWE)
References
- https://github.com/Jovancoding/Network-AI/commit/a59c13a1f0ce0e8a0779a90343eef92Patch
- https://github.com/Jovancoding/Network-AI/releases/tag/v5.12.2PatchRelease Notes
- https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-2fmp-9rvw-hc9ExploitPatchVendor Advisory
- https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-2fmp-9rvw-hc9ExploitPatchVendor Advisory
FAQ
What is CVE-2026-58484?
CVE-2026-58484 is a vulnerability with a CVSS score of 7.1 (HIGH). 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. `E...
How severe is CVE-2026-58484?
CVE-2026-58484 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58484?
Check the references section above for vendor advisories and patch information. Affected products include: Network-Ai Network-Ai.