Symlink Traversal Vulnerability in Network-AI Multi-Agent Orchestrator
CVE-2026-58414

5.5MEDIUM

Key Information:

Vendor
CVE Published:
20 July 2026

What is CVE-2026-58414?

The Network-AI orchestrator, crafted in TypeScript/Node.js, has a vulnerability due to its handling of symbolic links during backup operations. Specifically, prior to version 5.12.2, the backup() function utilized statSync() to collect files, which could inadvertently traverse symlinks leading to exposure of files outside the intended environment root. This risk allows an attacker, capable of placing a symlink in the environment data directory, to access sensitive files through backup artifacts. To mitigate this, version 5.12.2 implements lstatSync(), ensuring that symbolic links are not followed, thus bolstering the security of backup processes.

Affected Version(s)

Network-AI < 5.12.2

References

CVSS V3.1

Score:
5.5
Severity:
MEDIUM
Confidentiality:
High
Integrity:
None
Availability:
High
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
Low
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.