Vulnerability Description
PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have aprivilege escalation / cross-tenant member injection. The `POST /workspaces/{workspace_id}/members` endpoint is gated only by `require_workspace_member(workspace_id)` (default `min_role="member"`) and forwards the request body's `user_id` and `role` straight into `MemberService.add(workspace_id, user_id, role)`, which has no caller-permission check. A user with the lowest workspace privilege can add any user (including a new attacker-controlled second account, or an existing account they want to grief) as owner of the workspace. PraisonAI Platform version 0.1.4 patches the issue.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c2
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-8g2p-pqm3-fc
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-8g2p-pqm3-fc
FAQ
What is CVE-2026-47413?
CVE-2026-47413 is a vulnerability with a CVSS score of 9.6 (CRITICAL). PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have aprivilege escalation / cross-tenant member injection. The `POST /workspaces/{workspac...
How severe is CVE-2026-47413?
CVE-2026-47413 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-47413?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.