SCA: security update for praisonai-platform (GHSA-4x6r-9v57-3gqw)

high Tenable Cloud Security Plugin ID 442522

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2026-47406)

Solution

Update the praisonai-platform library and its related packages to version 0.1.4 or later.

See Also

https://github.com/advisories/GHSA-4x6r-9v57-3gqw

Plugin Details

Severity: High

ID: 442522

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 5/30/2026

Updated: 7/22/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.6

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:N

CVSS Score Source: CVE-2026-47406

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/29/2026

Vulnerability Publication Date: 5/29/2026

Reference Information

CVE: CVE-2026-47406

cwe: CWE-639