CVE-2026-58413
Last modified
CVE-2026-58413 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, `EnvironmentManager.restore(env, backupId)` computes the backup path with `join(envDir, '.backups', backupId)` and only checks that this path exists. 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.restore(env, backupId)` computes the backup path with `join(envDir, '.backups', backupId)` and only checks that this path exists. It does not resolve the result or verify that it remains under `data/<env>/.backups`. A caller can pass a traversal backup ID such as `../../../outside/source-dir` to restore files from an arbitrary directory into the target environment data directory. The issue is fixed in v5.12.2. `restore()` now validates `backupId` against `/^[\w\-]+$/` and asserts `dirname(resolve(join(backupsDir, backupId))) === resolve(backupsDir)` before touching the filesystem. Backup IDs containing path separators or `..` are rejected, so a crafted ID can no longer copy directories from outside `.backups/` into the environment.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/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-58413?
How severe is CVE-2026-58413?
How do I fix CVE-2026-58413?
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-58407Rejected reason: Please submit CVE requests for each vulnera…
- 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-58414Network-AI is a TypeScript/Node.js multi-agent orchestrator.…5.5
- 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
Are you affected by CVE-2026-58413?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
