CyberRota Analysis
AI-GeneratedPraisonAI versions prior to 4.6.51 are vulnerable due to inadequate authentication for the POST /agents and POST /agents/{agent_name} endpoints, allowing unauthorized access to agent execution even with missing or incorrect bearer and X-API-Key values. This vulnerability poses a significant risk as it could lead to unauthorized manipulation of agent operations. Organizations using PraisonAI should prioritize upgrading to version 4.6.58 or later to mitigate this security risk.
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.
Original NVD Description
PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, praisonai serve agents parses config["api_key"] but _create_agents_app() does not authenticate POST /agents or POST /agents/{agent_name}. Missing or incorrect bearer and X-API-Key values still reach agent execution. This issue is fixed in version 4.6.58.