Back to overview

CVE-2026-12480

MEDIUM Exploitation: PoC
5.5
CVSS 3.0
Description
Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in the `H5IOStore._verify_dataset()` and `file_editor.py` methods, which fail to check the `dataset.is_virtual` property of HDF5 datasets. This allows an attacker to craft a malicious `.keras` model archive or `.h5` weights file containing a Virtual Dataset (VDS) that references external HDF5 files on the victim's filesystem. When the victim loads the model using `keras.models.load_model()` or `keras.saving.load_model()`, the external file is transparently read, leading to potential information disclosure. Fixed in versions 3.12.2 and 3.14.1.

Metadata

CVE ID
CVE-2026-12480
State
PUBLISHED
Assigner
@huntr_ai
Reserved
2026-06-17 00:57 UTC
Published
2026-07-01 16:53 UTC
Last updated
2026-07-01 17:46 UTC
Primary CWE
CWE-73
CWE-73 External Control of File Name or Path
Vendor / Product
keras-team / keras-team/keras
Sources
cve.org  ·  NVD

Severity & Metrics

5.5 MEDIUM CVSS 3.0
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
keras-team keras-team/keras unspecified < 3.12.2, 3.14.1
Weakness (CWE)
CWESourceDescription
CWE-73 cna CWE-73 External Control of File Name or Path
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.5 MEDIUM 3.0 cna CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Back to overview