CyberRota Analysis
AI-GeneratedThe PraisonAI Platform prior to version 0.1.4 is vulnerable to an authorization bypass that allows any workspace member to remove other members, including the workspace owner, through a single DELETE request. This flaw can lead to owner lockout, severely impacting access control and potentially disrupting operations. Organizations using affected versions should prioritize updating to version 0.1.4 to mitigate this high-severity 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 Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an authorization bypass enabling owner lockout. The `DELETE /workspaces/{workspace_id}/members/{user_id}` endpoint is gated only by `require_workspace_member(workspace_id)` (default `min_role="member"`). Any member can remove any other member, including the workspace owner, using a single DELETE. There is no caller-role check, no target-role check, no "cannot remove last owner" guard. PraisonAI Platform version 0.1.4 patches the issue.