SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-58414

MEDIUM · CVSS 5.5 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-20 · Last synced 2026-08-19

CyberRota Analysis

AI-Generated

The vulnerability affects the backup functionality of Network-AI versions prior to 5.12.2, where the `EnvironmentManager.backup()` method improperly follows symbolic links, allowing an attacker to exploit this behavior by placing a symlink in the environment data directory. This can lead to the unintentional disclosure of sensitive files from outside the environment root into backup artifacts. Organizations using affected versions should prioritize upgrading to v5.12.2 or later to mitigate the risk of data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58414
Severity
MEDIUM
CVSS
5.5
EPSS
0.20%

Original NVD 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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)