boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-11816HIGH
keras-team keras-team/keras — Path Traversal in keras-team/keras
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   N   L   N   R  U  H  H  N    8.1   .0056   44.4     —
AFFECTED
  Product           Versions       Fixed
  keras-team/keras  unspecified –  —
TIMELINE
  Jun 9   Reserved by @huntr_ai
  Jun 11  EXPLOIT PUBLISHED — CVE-2026-11816 (keras-team/keras). Public exploit reference added.
  Jun 11  Published (CNA: @huntr_ai)
  Jul 21  EXPLOIT PUBLISHED — CVE-2026-11816 (keras-team/keras). Public exploit reference added.
CWE-22 · CNA: @huntr_ai · CVSS v3.1 · 6 references · NVD status: Modified

Description

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.

Lifecycle

Complete event history — 4 events, chronological
DateEventDetail
June 9, 2026ReservedReserved by @huntr_ai
June 11, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-11816 (keras-team/keras). Public exploit reference added.
June 11, 2026PublishedPublished (CNA: @huntr_ai)
July 21, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-11816 (keras-team/keras). Public exploit reference added.

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
keras-teamkeras-team/kerasunspecified

Weaknesses

CWE-22

References (6)

Related

Authoritative record: CVE-2026-11816 at cve.org

Vendors: keras-team

Weaknesses: CWE-22

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-11816 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.