CVE Catalog

CVE-2026-47408

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

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

Summary

Vulnerability in PraisonAI Platform (versions prior to 0.1.4) involving Insecure Direct Object Reference (IDOR). The `GET /workspaces/{workspace_id}/issues/{issue_id}/activity` endpoint does not enforce workspace membership, allowing any workspace member to read the full activity log of any issue across the multi-tenant deployment.

Risk Assessment

Risk includes unauthorized access to sensitive activity logs of all issues, potentially leading to data leakage and privacy breaches in a multi-tenant environment.

Recommendation

Upgrade 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 `GET /workspaces/{workspace_id}/issues/{issue_id}/activity` endpoint is gated by `require_workspace_member(workspace_id)` and dispatches to `ActivityService.list_for_issue(issue_id)`, which executes `SELECT * FROM activity WHERE issue_id = :issue_id` with no workspace constraint. A user who is a member of any workspace can read the full activity log of any issue across the entire multi-tenant deployment. PraisonAI Platform version 0.1.4 patches the issue.

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