Keras archive extraction utilities allow path traversal and arbitrary file writes
High8.1CVE-2026-11816 · Published Jun 11, 2026 · updated Aug 7, 2026
Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in `keras/src/utils/file_utils.py`. The functions `filter_safe_tarinfos()` and `filter_safe_zipinfos()` validate archive member paths against the process current working directory (CWD) instead of the actual extraction destination. When the process runs with CWD set to `/`, which is common in Docker containers, CI/CD runners, and Jupyter environments, the validation boundary becomes the filesystem root, allowing traversal paths to bypass the security check. Additionally, the zip filter contains a bug that causes an `AttributeError` when a blocked entry is encountered, leading to incomplete extraction. Furthermore, Python 3.11 installations lack the `filter="data"` safety net, leaving them entirely reliant on the flawed CWD-based filter. Exploitation of this vulnerability can result in arbitrary file writes outside the intended extraction directory, enabling attackers to overwrite configuration files, inject malicious code, or corrupt machine learning datasets and pipelines.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| keras PyPI | < 3.14.0 | 3.14.0 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-22
- Also known as
- CVE-2026-11816, PYSEC-2026-2324
- nvd.nist.gov/vuln/detail/CVE-2026-11816
- github.com/keras-team/keras/pull/22194
- github.com/keras-team/keras/commit/2465b6657b02c8eed308759b7e800e295ae01888
- access.redhat.com/errata/RHSA-2026:42644
- access.redhat.com/security/cve/CVE-2026-11816
- bugzilla.redhat.com/show_bug.cgi?id=2487912
- github.com/keras-team/keras
- github.com/keras-team/keras/releases/tag/v3.14.0
- github.com/pypa/advisory-database/tree/main/vulns/keras/PYSEC-2026-2324.yaml
- huntr.com/bounties/a07e3983-7158-4419-af2b-38f1dea01a4f
- security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-11816.json
More Keras advisories
All Keras| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jul 19 | Keras: TorchModuleWrapper can deserialize unsafe PyTorch pickle data | High7.8 | 3.12.3+1 more |
| Jul 14 | Keras: tar extraction permits symlink-based path traversal | Low3.1 | 3.12.3+1 more |
| Jul 3 | Keras: Lambda deserialization can bypass safe mode and execute code | High8.8 | 3.12.3+1 more |
| Jul 1 | Keras: HDF5 virtual datasets can disclose local files | Medium5.5 | 3.12.3+1 more |
| Jun 22 | Keras: DiskIOStore permits path traversal through crafted layer names | Medium6.1 | 3.12.3+1 more |
| May 6 | Keras: resource exhaustion | High | 3.12.1+1 more |