Vulnerability Description
PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Prior to version 0.1.4, the workspace-scoped REST routes contain a systemic object-level authorization flaw that allows an authenticated user from one workspace to access, modify, and delete objects belonging to another workspace by supplying the victim object's global UUID. The affected pattern appears in workspace-scoped routes such as agents, projects, issues, and comments. The route layer verifies that the caller is a member of the `workspace_id` provided in the URL, but the service layer later resolves the target object by global object ID only. It does not verify that the resolved object actually belongs to the workspace in the URL. As a result, a valid member of `workspace_attacker` can call a route under `/api/v1/workspaces/{workspace_attacker}/...` while supplying an object UUID from `workspace_victim`. The server authorizes the request based on membership in `workspace_attacker`, then fetches or mutates the victim object by global UUID. This breaks the platform's workspace isolation boundary. PraisonAI Platform version 0.1.4 patches the issue.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/MervinPraison/PraisonAI/commit/24385d64876577620f749957bd4814
- https://github.com/MervinPraison/PraisonAI/pull/1686
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-6h6v-6m7w-7v
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-6h6v-6m7w-7v
FAQ
What is CVE-2026-47399?
CVE-2026-47399 is a vulnerability with a CVSS score of 8.8 (HIGH). PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Prior to version 0.1.4, the workspace-scoped REST routes contain a systemic object-level authorization flaw that al...
How severe is CVE-2026-47399?
CVE-2026-47399 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47399?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.