CVE-2026-61441 Details
Description
PraisonAI Platform (praisonai-platform) before 0.1.9 improperly authorizes deletion of issue dependencies. The DELETE dependency route accepts either endpoint of a dependency edge and checks delete permission only against the caller-selected URL issue. A workspace member who cannot delete a dependency through an owner-created issue endpoint (which returns 403) can delete the same dependency edge by targeting a related member-owned issue endpoint, because permission is validated against the member-owned issue's owner. This allows members to bypass owner/admin authorization and remove owner-created issue dependencies.
An authorization bypass vulnerability has been identified in the PraisonAI Platform prior to version 0.1.9, allowing workspace members to delete issue dependencies from owner-created issues by exploiting the dependency management system. The vulnerability arises because the DELETE dependency route improperly authorizes deletion requests. It accepts either endpoint of a dependency edge but only checks permissions against the issue selected by the caller. As a result, a member who is denied permission to delete a dependency through an owner-created issue can successfully remove the same dependency by targeting a related member-owned issue. This bypasses the intended owner/admin authorization and disrupts the management of issue dependencies.
To address this vulnerability, it is recommended to implement a more robust authorization mechanism for dependency management. This could involve requiring explicit owner or admin permissions for deletion requests, regardless of which issue endpoint is used.
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 10, 2026CISA-ADP
Assessed Jul 10, 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.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| PraisonAI Platform | <= 0.1.8 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 10, 2026 | CVE Modified | CISA-ADP |
| Jul 10, 2026 | New CVE Received | [email protected] |
Volerion