CVE-2026-47396

PraisonAI is a multi-agent teams system. Prior to version 4.6.40, PraisonAI's call server exposes a network-facing agent control API without authentication when `CALL_SERVER_TOKEN` is not configured. The affected component is the `praisonai.api.agent_invoke` router as mounted by `praisonai.api.call`. The authentication helper `verify_token()` fails open when `CALL_SERVER_TOKEN` is unset. Since every sensitive agent-control endpoint depends on this helper, starting the call server without a token allows any reachable client to list agents, inspect agent metadata and instructions, invoke agents, and unregister agents. This is security-relevant because the bundled call server includes the vulnerable router and binds to `0.0.0.0`. As a result, operators who launch the call server without explicitly setting `CALL_SERVER_TOKEN` may unintentionally expose an unauthenticated remote agent control plane. Version 4.6.40 fixes the issue.
Configurations

No configuration.

History

22 Jul 2026, 15:17

Type Values Removed Values Added
References () https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-86qc-r5v2-v6x6 - () https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-86qc-r5v2-v6x6 -

21 Jul 2026, 16:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-21 16:17

Updated : 2026-07-22 15:17


NVD link : CVE-2026-47396

Mitre link : CVE-2026-47396

CVE.ORG link : CVE-2026-47396


JSON object : View

Products Affected

No product.

CWE
CWE-284

Improper Access Control

CWE-306

Missing Authentication for Critical Function