CVE-2026-47417
Published:July 21, 2026
Updated:July 21, 2026
PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The comment endpoints ("POST /workspaces/{workspace_id}/issues/{issue_id}/comments" and "GET .../comments") gate access on "require_workspace_member(workspace_id)" only, then call "CommentService.create(issue_id=issue_id, ...)" and "CommentService.list_for_issue(issue_id)" without verifying that "issue_id" belongs to "workspace_id". A user who is a member of any workspace "W1" can read every comment on, and post new comments to, any issue in any other workspace "W2". PraisonAI Platform version 0.1.4 patches the issue.
Affected Packages
https://github.com/MervinPraison/PraisonAI.git (GITHUB):
Affected version(s) >=v0.0.1 <v4.6.40Fix Suggestion:
Update to version v4.6.40praisonai-platform (PYTHON):
Affected version(s) >=0.1.0 <0.1.4Fix Suggestion:
Update to version 0.1.4Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.6
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Authorization Bypass Through User-Controlled Key
EPSS
Base Score:
0.03