CVE-2026-47415
Deferred Deferred - Pending Action

Insecure Direct Object Reference in PraisonAI Platform

Vulnerability report for CVE-2026-47415, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-21

Last updated on: 2026-07-21

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-21
Generated
2026-07-21
AI Q&A
2026-07-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-47415 is an Insecure Direct Object Reference (IDOR) vulnerability in the PraisonAI Platform affecting versions prior to 0.1.4. The issue allows any workspace member to read, modify, or delete issues belonging to other workspaces without proper ownership checks. The vulnerability exists because the issue endpoints only verify workspace membership but do not confirm that the requested issue belongs to the specified workspace.

Detection Guidance

To detect this IDOR vulnerability, check if your PraisonAI Platform version is <= 0.1.2. Review logs for unauthorized access attempts to issue endpoints with mismatched workspace_id and issue_id. Test by attempting to access issues using IDs from other workspaces while authenticated as a member of a different workspace.

Impact Analysis

This vulnerability can lead to unauthorized access to sensitive data, modification of issues in other workspaces, deletion of critical issues, or re-assignment of projects. Attackers can exploit it by using harvested issue IDs from side channels like activity feeds or comments to perform unauthorized operations across different workspaces.

Compliance Impact

This vulnerability can lead to unauthorized data access, modification, or deletion, which may violate compliance requirements such as GDPR (data protection) and HIPAA (health information privacy). It risks exposing sensitive data to unauthorized parties, potentially resulting in legal penalties and loss of trust.

Mitigation Strategies

Upgrade PraisonAI Platform to version 0.1.4 or later immediately. Ensure all issue-related endpoints enforce workspace_id constraints in queries. Review and update other services (AgentService, ProjectService, CommentService, LabelService) for similar vulnerabilities. Monitor for unauthorized access attempts post-upgrade.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47415. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart