CVE-2026-57135 PUBLISHED

PraisonAI SandboxExecutor network-isolated mode does not block non-proxy-aware network clients

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 15.09.2026 Updated: 15.09.2026

PraisonAI is a multi-agent teams system. From 1.2.3 until 1.7.2, SandboxExecutor network-isolated mode in src/praisonai-ts/src/cli/features/sandbox-executor.ts uses buildEnv() only to inject invalid http_proxy and https_proxy environment variables and does not establish an operating-system network boundary. Programs that ignore those proxy variables can open sockets directly, allowing supposedly isolated commands to reach localhost, internal services, cloud metadata, or external hosts and potentially exfiltrate data. An initial remediation was released in version 1.7.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L
CVSS Score: 7.6

Product Status

Vendor MervinPraison
Product PraisonAI
Versions
  • Version >= 1.2.3, < 1.7.2 is affected

References

Problem Types

  • CWE-653: Improper Isolation or Compartmentalization CWE
  • CWE-693: Protection Mechanism Failure CWE