๐Ÿ” CVE Alert

CVE-2026-58484

HIGH 7.1

Network-AI: Poisoned environment backup manifest allows arbitrary recursive deletion during backup pruning

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22 CWE-73
Vendor jovancoding
Product network-ai
Published Jul 20, 2026
Last Updated Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for jovancoding network-ai

Be the first to know when new high vulnerabilities affecting jovancoding network-ai are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

Jovancoding / Network-AI
< 5.12.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-2fmp-9rvw-hc96 github.com: https://github.com/Jovancoding/Network-AI/commit/a59c13a1f0ce0e8a0779a90343eef92fac5ab4c3 github.com: https://github.com/Jovancoding/Network-AI/releases/tag/v5.12.2