CVE-2026-47412 Details
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 destructive action. The `DELETE /workspaces/{workspace_id}` endpoint is gated only by `require_workspace_member(workspace_id)` (default `min_role="member"`). Any member of the workspace can issue a single DELETE to wipe the entire workspace, including every project, issue, comment, agent, label, and member record (cascading via the foreign-key relationships). There is no owner-role gate, no confirmation token, no soft-delete window, no recovery path. PraisonAI Platform version 0.1.4 patches the issue.
An authorization bypass vulnerability has been identified in the PraisonAI Platform, specifically in versions prior to 0.1.4. The issue allows any workspace member to delete an entire workspace through the DELETE /workspaces/{workspace_id} endpoint. This endpoint only requires workspace membership, with a default minimum role of 'member', and lacks any safeguards such as an owner-role requirement, confirmation token, soft-delete option, or recovery mechanism. As a result, a member can irreversibly erase all associated projects, issues, comments, agents, labels, and member records, exploiting the vulnerability's destructive nature without proper authorization.
Users can update to PraisonAI Platform version 0.1.4 or later, where this vulnerability has been patched. The latest version can be obtained from the PraisonAI GitHub repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 21, 2026CISA-ADP
Assessed Jul 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-g8rr-7rj2-f627 | CISA-ADP | AdvisoryRemedyVendor |
| https://github.com/MervinPraison/PraisonAI/commit/24385d64876577620f749957bd4814f162f4ca47 | [email protected] | Source CodeVendor |
| https://github.com/MervinPraison/PraisonAI/pull/1686 | [email protected] | Issue TrackingVendor |
| https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-g8rr-7rj2-f627 | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-269 | Improper Privilege Management | [email protected] |
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| MervinPraison PraisonAI Platform | <= 0.1.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Modified | CISA-ADP |
| Jul 21, 2026 | New CVE Received | [email protected] |
Volerion