SCA: security update for praisonai-platform (GHSA-gv23-xrm3-8c62)

high Tenable Self-Hosted Container Security Plugin ID 442510

Description

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

- PraisonAI is a multi-agent teams system. Versions prior to 0.1.4 of the PraisonAI Platform API have two
authorization failures that together break workspace isolation. The service layer for issues and projects
performs global primary-key lookups without checking workspace ownership, so any authenticated user can
read, modify, and delete resources in any workspace just by swapping UUIDs in their API requests. On top
of that, every member management endpoint (add, update role, remove) only requires `min_role="member"`,
which lets any workspace member promote themselves to owner and kick out the original owner. A low-
privilege member of one workspace can steal data from every other workspace and take over any workspace
they belong to. Both issues come from the same gap: the route layer pulls `workspace_id` from the URL and
verifies membership, but the service layer ignores the workspace scope for resource lookups and ignores
the caller's role level for member operations. The `require_workspace_member()` dependency does its job
correctly. The problem is that the service layer doesn't use the information it provides. Version 0.1.4 of
the PraisonAI Platform API patch the issue. (CVE-2026-48169)

Solution

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

See Also

https://github.com/advisories/GHSA-gv23-xrm3-8c62

Plugin Details

Severity: High

ID: 442510

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 5/30/2026

Updated: 8/10/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.93

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

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

CVSS Score Source: CVE-2026-48169

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

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-48169