SCA: security update for praisonai (GHSA-xcmw-grxf-wjhj)

high Tenable Self-Hosted Container Security Plugin ID 441304

Description

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

- PraisonAI is a multi-agent teams system. From version 4.5.139 to before version 4.6.32, CVE-2026-40287's
fix gated tools.py auto-import behind PRAISONAI_ALLOW_LOCAL_TOOLS=true in two files (tool_resolver.py,
api/call.py). A third import sink in praisonai/templates/tool_override.py was missed and remains
unguarded. It is reached by the recipe runner on every recipe execution and is remotely triggerable
through POST /v1/recipes/run with a recipe value pointing at any local absolute path or any GitHub repo
(because SecurityConfig.allow_any_github defaults to True). The attacker drops a tools.py next to
TEMPLATE.yaml; the server exec_module()s it. No auth required by default, no environment opt-in required.
This issue has been patched in version 4.6.32. (CVE-2026-44334)

Solution

Update the praisonai library and its related packages to version 4.6.32 or later.

See Also

https://github.com/advisories/GHSA-xcmw-grxf-wjhj

Plugin Details

Severity: High

ID: 441304

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 5/7/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.84

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.2

Temporal Score: 5.6

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

CVSS Score Source: CVE-2026-44334

CVSS v3

Risk Factor: High

Base Score: 8.4

Temporal Score: 7.6

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/6/2026

Vulnerability Publication Date: 5/6/2026

Reference Information

CVE: CVE-2026-44334

cwe: CWE-94