Impact
The PraisonAI Platform suffers from an Insecure Direct Object Reference that allows a user to read and post comments on issues that belong to any workspace, regardless of ownership or membership. The comment endpoints only verify that the caller is a member of the target workspace but do not check that the specified issue actually belongs to that workspace, enabling an IDOR that can leak sensitive discussion content and inject arbitrary comments into other workspaces.
Affected Systems
The vulnerability exists in MervinPraison praisonai-platform versions prior to 0.1.4. Users of any earlier release are exposed to the risk if they have access to the API.
Risk and Exploitability
The reported CVSS score of 8.1 indicates a high severity of this flaw. With an EPSS score of <1%, the likelihood of automated exploitation is low, and it is not currently listed in the CISA KEV catalog. Attackers would need to be authenticated members of any workspace to exercise the endpoints, so the vector is an authenticated API call; once authenticated, a user can craft requests to arbitrary issue IDs across workspaces to read or write comments.
OpenCVE Enrichment
Github GHSA