CVE-2026-73615
Received Received - Intake

Network-AI Pre-5.15.1 SandboxPolicy Command Bypass

Vulnerability report for CVE-2026-73615, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

Description

Network-AI versions before 5.15.1 contain a security matcher bypass vulnerability where SandboxPolicy evaluates raw command strings with quotes preserved while the executor tokenizes commands by stripping quotes before execution. Attackers can craft quoted commands that evade blocklist checks and approval gates while the executor runs the identical unquoted dangerous argv.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
network-ai network-ai to 5.15.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-436 Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-73615 is a security flaw in Network-AI versions before 5.15.1 where SandboxPolicy evaluates raw command strings with quotes preserved but the executor tokenizes commands by stripping quotes before execution. Attackers can craft quoted commands that bypass blocklist checks and approval gates while the executor runs the identical unquoted dangerous command.

Detection Guidance

Detecting this vulnerability requires checking the Network-AI version and inspecting command execution logs for inconsistencies between raw and tokenized commands. Use npm list network-ai to verify the installed version. If using version 5.15.0 or below, the system is vulnerable. Monitor command execution logs for quoted commands that bypass security checks.

Impact Analysis

This vulnerability allows attackers to bypass security controls like blocklists and approval gates, potentially executing unauthorized commands. This could lead to data deletion, unauthorized code execution, or privilege escalation, depending on the commands allowed by the system.

Mitigation Strategies

Immediately update Network-AI to version 5.15.1 or later using npm update network-ai. If updating is not possible, implement additional sandboxing or command validation layers that normalize quotes and whitespace before security checks. Review and tighten blocklists to account for quote-based bypasses.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73615. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart