PatchSiren cyber security CVE debrief
CVE-2026-47418 MervinPraison CVE debrief
CVE-2026-47418 is an Insecure Direct Object Reference vulnerability in PraisonAI Platform versions prior to 0.1.4. The project CRUD endpoints gate access on workspace membership only, then resolve project IDs without constraining lookups by workspace ID. This allows a user who is a member of any workspace W1 to read, modify, delete, or read stats for projects that belong to a different workspace W2. The vulnerability has a high impact on system security and integrity.
- Vendor
- MervinPraison
- Product
- praisonai-platform
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-21
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-07-21
- Advisory updated
- 2026-07-22
Who should care
Defenders of PraisonAI Platform, users of versions prior to 0.1.4, and security teams responsible for vulnerability management should be aware of this vulnerability and take immediate action to patch or mitigate. This includes reviewing system deployments, assessing exposure, and implementing compensating controls where necessary.
Technical summary
The PraisonAI Platform has an Insecure Direct Object Reference vulnerability in versions prior to 0.1.4. The project CRUD endpoints (GET / PATCH / DELETE /workspaces/{workspace_id}/projects/{project_id} and GET .../{project_id}/stats) only gate access based on workspace membership (require_workspace_member(workspace_id)), but then resolve project IDs through ProjectService.get(project_id) / update(project_id, ...) / delete(project_id) / get_stats(project_id) without threading workspace_id to constrain the lookup.
Defensive priority
High
Recommended defensive actions
- Patch PraisonAI Platform to version 0.1.4 or later
- Restrict access to project endpoints based on workspace membership and project ownership
- Monitor project endpoints for suspicious activity
- Implement additional access controls to prevent unauthorized project access
- Review system deployments for exposure and assign an owner for follow-up
- Confirm whether affected product deployments exist in managed environments
- Track exceptions and retest remediated assets
Evidence notes
The CVE record was published on 2026-07-21T18:17:00.853Z and was last modified on 2026-07-22T19:17:05.527Z. The NVD entry is currently Deferred. The PraisonAI Platform vulnerability affects versions prior to 0.1.4, and defenders should verify the patch status of their deployments. The CVE details are based on the official CVE record and NVD entry.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47418 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47418
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47418 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47418
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c25cc78d3619
-
Source reference
Unverified legacy reference
URL: https://github.com/MervinPraison/PraisonAI/pull/1685
-
Source reference
Unverified legacy reference
URL: https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-943m-6wx2-rc2j
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.