{"id":"CVE-2026-58484","aliases":["GHSA-2fmp-9rvw-hc96"],"url":"https://o3.security/vulnerability/CVE-2026-58484","summary":"Network-AI: Poisoned environment backup manifest allows arbitrary recursive deletion during backup pruning","details":"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.","published":"2026-07-20T17:00:56.125Z","modified":"2026-08-15T11:46:36.554227653Z","cvss":{"score":7.1,"severity":"HIGH","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H"},"epss":{"score":0.00207,"percentile":0.108,"asOf":"2026-08-31"},"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"npm","name":"network-ai","fixedVersion":"5.12.2"}],"fix":{"url":"https://github.com/Jovancoding/Network-AI/commit/a59c13a1f0ce0e8a0779a90343eef92fac5ab4c3","label":"Jovancoding/Network-AI@a59c13a"},"references":[{"type":"WEB","url":"https://github.com/Jovancoding/Network-AI/releases/tag/v5.12.2"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/58xxx/CVE-2026-58484.json"},{"type":"ADVISORY","url":"https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-2fmp-9rvw-hc96"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-58484"},{"type":"FIX","url":"https://github.com/Jovancoding/Network-AI/commit/a59c13a1f0ce0e8a0779a90343eef92fac5ab4c3"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-15T11:46:36.554227653Z"}}