CVE-2026-58414
Last modified
CVE-2026-58414 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, `EnvironmentManager.backup()` recursively collects files using `_collectBackupFiles()`. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Jovancoding | Network-AI | < 5.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-58414?
How severe is CVE-2026-58414?
How do I fix CVE-2026-58414?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58408ChurchCRM is an open-source church management system. Prior …6.5
- CVE-2026-58409ChurchCRM is an open-source church management system. Prior …9.1
- CVE-2026-5841A weakness has been identified in Tenda i3 1.0.0.6(2204). Th…9.8
- CVE-2026-58410ChurchCRM is an open-source church management system. Prior …7.1
- CVE-2026-58411ChurchCRM is an open-source church management system. Prior …7
- CVE-2026-58413Network-AI is a TypeScript/Node.js multi-agent orchestrator.…6.1
- CVE-2026-58418SSRF via HTTP Redirect in Repository Migration6.5
- CVE-2026-58419Notification API leaks private issue metadata after access r…7.5
- CVE-2026-5842A security vulnerability has been detected in decolua 9route…7.3
- CVE-2026-58421Unauthenticated ReDoS via CODEOWNERS pattern matching allows…7.5
- CVE-2026-58422Improper authorization on OAuth sign-in callback silently re…9.8
- CVE-2026-58423LFS authentication bypass via malformed SSH sub-verb allows …7.7
Are you affected by CVE-2026-58414?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
