SCA: security update for langroid (GHSA-x34r-63hx-w57f)

critical Tenable Cloud Security Plugin ID 437433

Description

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

- Langroid is a framework for building large-language-model-powered applications. Prior to version 0.59.32,
there is a bypass to the fix for CVE-2025-46724. TableChatAgent can call pandas_eval tool to evaluate the
expression. There is a WAF in langroid/utils/pandas_utils.py introduced to block code injection
CVE-2025-46724. However it can be bypassed due to _literal_ok() returning False instead of raising
UnsafeCommandError on invalid input, combined with unrestricted access to dangerous dunder attributes
(__init__, __globals__, __builtins__). This allows chaining whitelisted DataFrame methods to leak the eval
builtin and execute arbitrary code. This issue has been patched in version 0.59.32. (CVE-2026-25481)

See Also

https://github.com/advisories/GHSA-x34r-63hx-w57f

Plugin Details

Severity: Critical

ID: 437433

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 2/3/2026

Updated: 6/1/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.39

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

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

CVSS v4

Risk Factor: Critical

Base Score: 9.4

Threat Score: 8.6

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 2/2/2026

Vulnerability Publication Date: 2/2/2026

Reference Information

CVE: CVE-2026-25481

cwe: CWE-94