CVE Catalog

CVE-2026-47415

HighCVSS 8.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

An IDOR vulnerability in PraisonAI Platform allows a member of one workspace to read, modify, or delete issues belonging to another workspace. The issue exists in versions prior to 0.1.4.

Risk Assessment

An attacker who is a member of any workspace can gain unauthorized access to sensitive issues in other workspaces, leading to data leakage and integrity compromise.

Recommendation

Immediately update PraisonAI Platform to version 0.1.4 or later, which contains the fix.

Other vulnerabilities in PraisonAI Platform

See all
Original NVD description (English source)

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 issue CRUD endpoints (`GET / PATCH / DELETE /workspaces/{workspace_id}/issues/{issue_id}`) gate access on `require_workspace_member(workspace_id)` only, then resolve `issue_id` through `IssueService.get(issue_id)` which is a primary-key lookup with no workspace constraint. A user who is a member of any workspace `W1` can read, modify, or delete issues that belong to a different workspace `W2`. PraisonAI Platform version 0.1.4 patches the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS