SCA: security update for cai-framework (GHSA-jfpc-wj3m-qw2m)

critical Tenable Self-Hosted Container Security Plugin ID 446820

Description

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

- Cybersecurity AI (CAI) is a framework for AI Security. In versions up to and including 0.5.10, the CAI
(Cybersecurity AI) framework contains multiple argument injection vulnerabilities in its function tools.
User-controlled input is passed directly to shell commands via `subprocess.Popen()` with `shell=True`,
allowing attackers to execute arbitrary commands on the host system. The `find_file()` tool executes
without requiring user approval because find is considered a "safe" pre-approved command. This means an
attacker can achieve Remote Code Execution (RCE) by injecting malicious arguments (like -exec) into the
args parameter, completely bypassing any human-in-the-loop safety mechanisms. Commit
e22a1220f764e2d7cf9da6d6144926f53ca01cde contains a fix. (CVE-2026-25130)

Solution

There is no known solution at this time.

See Also

https://github.com/advisories/GHSA-jfpc-wj3m-qw2m

Plugin Details

Severity: Critical

ID: 446820

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/31/2026

Updated: 8/31/2026

Risk Information

VPR

Risk Factor: High

Score: 7

Percentile: 98.3

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

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

CVSS Score Source: CVE-2026-25130

CVSS v3

Risk Factor: Critical

Base Score: 9.6

Temporal Score: 8.6

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/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: 1/30/2026

Vulnerability Publication Date: 1/30/2026

Reference Information

CVE: CVE-2026-25130

cwe: CWE-78