Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
5005 articles · 188942 vulns · 37/41 feeds (7d)
← Back to list
8.1
CVE-2026-47406PATCHED
praisonai · praisonai

praisonai-platform: Dependency endpoints accept any issue_id and dep_id without workspace ownership check, cross-workspace issue linking + read + delete IDOR

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 dependency endpoints (`POST/GET /workspaces/{workspace_id}/issues/{issue_id}/dependencies` and `DELETE .../dependencies/{dep_id}`) gate access on `require_workspace_member(workspace_id)` only, then dispatch to `DependencyService` calls that take URL/body-supplied issue and dependency IDs without verifying any of them belong to the membership-checked workspace. Most damaging: `create_dependency` accepts `body.depends_on_issue_id` from the request body — that ID is checked against nothing — letting an attacker create a "blocks" or "related" link between any two issues anywhere in the database. PraisonAI Platform version 0.1.4 patches the issue.

Affected Products

VendorProductVersions
praisonaipraisonai< 0.1.4

References

  • https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-4x6r-9v57-3gqw(x_refsource_CONFIRM)
  • https://github.com/MervinPraison/PraisonAI/pull/1685(x_refsource_MISC)
  • https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c25cc78d3619(x_refsource_MISC)

Related News (1 articles)

Tier C
VulDB22d ago
CVE-2026-47406 | MervinPraison PraisonAI up to 0.1.3 DependencyService require_workspace_member depends_on_issue_id resource injection
→ No new info (linked only)
CVSS 3.18.1 HIGH
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
CISA KEV❌ No
Actively exploited❌ No
Patch available
praisonai-platform@0.1.4
CWECWE-639
PublishedMay 29, 2026
Last enriched22d agov2
Tags
GHSA-4x6r-9v57-3gqwpipCVE-2026-47406
Trending Score4
Source articles1
Independent1
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

NONECVE-2026-61447EXP
PraisonAI before 1.6.78 Remote Code Execution via CodeAgent
Trending: 58
HIGHCVE-2026-47405
PraisonAI Platform missing role checks let any workspace member become owner and take over workspace membership
Trending: 4
NONECVE-2026-61445EXP
PraisonAI before 4.6.78 Arbitrary File Write and Command Execution
Trending: 1
NONECVE-2026-60091EXP
PraisonAI before 4.6.78 Unauthenticated SSRF via webhook_url
Trending: 1
CRITICALCVE-2026-61443EXP
PraisonAI before 1.6.78 Remote Code Execution via SkillTools
Trending: 1

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
May 29, 2026
Discovered by ZDM
May 29, 2026
Updated: severity, cvssEstimate, tags
Jul 21, 2026
Patch Available
Jul 21, 2026

Version History

v2
Last enriched 22d ago
v2Tier C22d ago

Severity upgraded from HIGH to CRITICAL, CVSS estimate adjusted to 9.0, and CVE-2026-47406 identifier added to tags

severitycvssEstimatetags
via VulDB
v174d ago

Initial creation