SCA: security update for praisonai-platform (GHSA-27p4-pjqv-whgj)

medium Tenable Self-Hosted Container Security Plugin ID 442480

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

Solution

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

See Also

https://github.com/advisories/GHSA-27p4-pjqv-whgj

Plugin Details

Severity: Medium

ID: 442480

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: Low

Score: 3

Percentile: 23.71

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

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

CVSS Score Source: CVE-2026-47408

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/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-47408

cwe: CWE-639