SCA: security update for ludwig (GHSA-wcr3-gm9f-f87q)

critical Tenable Cloud Security Plugin ID 446812

Description

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

- The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization (CWE-502) through its predict()
method. When a user provides a dataset file path to the predict() method, the framework automatically
determines the file format. If the file is a pickle (.pkl) file, it is loaded using pandas.read_pickle()
without any validation or security restrictions. This allows the deserialization of arbitrary Python
objects via the unsafe pickle module. A remote attacker can exploit this by providing a maliciously
crafted pickle file, leading to arbitrary code execution on the system running the Ludwig prediction.
(CVE-2026-31237)

Solution

There is no known solution at this time.

See Also

https://github.com/advisories/GHSA-wcr3-gm9f-f87q

Plugin Details

Severity: Critical

ID: 446812

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/31/2026

Updated: 8/31/2026

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.85

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-31237

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/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/12/2026

Vulnerability Publication Date: 5/12/2026

Reference Information

CVE: CVE-2026-31237

cwe: CWE-502