SCA: security update for keras (GHSA-4f3f-g24h-fr8m)

high Tenable Self-Hosted Container Security Plugin ID 440419

Description

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

- A vulnerability in the `TFSMLayer` class of the `keras` package, version 3.13.0, allows attacker-
controlled TensorFlow SavedModels to be loaded during deserialization of `.keras` models, even when
`safe_mode=True`. This bypasses the security guarantees of `safe_mode` and enables arbitrary attacker-
controlled code execution during model inference under the victim's privileges. The issue arises due to
the unconditional loading of external SavedModels, serialization of attacker-controlled file paths, and
the lack of validation in the `from_config()` method. (CVE-2026-1462)

Solution

Update the keras library and its related packages to version 3.13.2 or later.

See Also

https://github.com/advisories/GHSA-4f3f-g24h-fr8m

Plugin Details

Severity: High

ID: 440419

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 4/15/2026

Updated: 6/30/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.03

Vendor

Vendor Severity: High

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

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.8

Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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: 4/13/2026

Vulnerability Publication Date: 4/13/2026

Reference Information

CVE: CVE-2026-1462

cwe: CWE-502