Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-58414
Published:July 20, 2026
Updated:August 04, 2026
Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, "EnvironmentManager.backup()" recursively collects files using "_collectBackupFiles()". "_collectBackupFiles()" uses "statSync(full)", which follows symlinks. If "data/<env>" contains a symlink to a directory outside the environment root, backup recursion follows the symlink and copies external files into "data/<env>/.backups/<backupId>/". An attacker who can place a symlink under the environment data directory can cause backup operations to disclose files outside the environment root into backup artifacts. The issue is fixed in v5.12.2. "_collectBackupFiles()" now uses "lstatSync" instead of "statSync" and skips any entry where "isSymbolicLink()" is true. Symlinks are never traversed, so "backup()" can no longer follow a link out of the environment root and copy external files into a backup artifact.
Affected Packages
https://github.com/Jovancoding/Network-AI.git (GITHUB):
Affected version(s) >=v5.0.0 <v5.12.2
Fix Suggestion:
Update to version v5.12.2
network-ai (NPM):
Affected version(s) >=3.0.0 <5.12.2
Fix Suggestion:
Update to version 5.12.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.8
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.5
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Improper Link Resolution Before File Access ('Link Following')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
EPSS
Base Score:
0.13