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.
Published: 2026-07-21
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in PraisonAI Platform enables any workspace member to delete an entire workspace due to an authorization bypass. The DELETE /workspaces/{workspace_id} endpoint is gated only by require_workspace_member(workspace_id) (default min_role='member'), so any member can issue a single DELETE request. This action removes all projects, issues, comments, agents, labels, and member records in the workspace. Versions prior to 0.1.4 are affected. There is no owner‑role check, confirmation token, soft‑delete window, or recovery path, so the operation is destructive and irreversible.

Affected Systems

MervinPraison’s PraisonAI Platform, versions prior to 0.1.4, is affected. The fix was introduced in version 0.1.4, thereby protecting all subsequent releases.

Risk and Exploitability

The flaw carries a CVSS score of 8.1, indicating high severity. The EPSS score is below 1%, suggesting a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. An attacker would only need to be a member of the target workspace to send a single DELETE request, making the attack path straightforward once initial access is achieved. However, the absence of advanced safeguards makes the potential impact catastrophic for affected workspaces.

Generated by OpenCVE AI on July 30, 2026 at 17:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PraisonAI Platform to version 0.1.4 or newer to enforce proper role checks on workspace deletion
  • Restrict workspace member permissions to read‑only or limited write access until the patch is deployed to prevent accidental or malicious deletion
  • Monitor workspace activity logs for DELETE /workspaces requests and audit member roles to detect attempted misuse

Generated by OpenCVE AI on July 30, 2026 at 17:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-g8rr-7rj2-f627 praisonai-platform: Any workspace member can delete the entire workspace via DELETE /workspaces/{id}
History

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Mervinpraison
Mervinpraison praisonai
Vendors & Products Mervinpraison
Mervinpraison praisonai

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
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.
Title praisonai-platform: Any workspace member can delete the entire workspace via DELETE /workspaces/{id}
Weaknesses CWE-269
CWE-862
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Mervinpraison Praisonai
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-22T18:27:12.639Z

Reserved: 2026-05-19T19:37:43.525Z

Link: CVE-2026-47412

cve-icon Vulnrichment

Updated: 2026-07-22T18:06:19.227Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T17:15:12Z

Weaknesses