Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. keras
  4. ›
  5. CVE-2025-12638

CVE-2025-12638: Duplicate Advisory: Keras keras.utils.get_file API is vulnerable to a path traversal attack

November 28, 2025 (updated December 2, 2025)

Duplicate Advisory

This advisory has been withdrawn because it is a duplicate of GHSA-hjqc-jx6g-rwp9. This link is maintained to preserve external references.

Original Description

Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.get_file() function when extracting tar archives. The vulnerability arises because the function uses Python’s tarfile.extractall() method without the security-critical filter=‘data’ parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory. This can lead to arbitrary file writes outside the cache directory, enabling potential system compromise or malicious code execution. The vulnerability affects Keras installations that process tar archives with get_file() and does not affect versions where this extraction method is secured with the appropriate filter parameter.

References

  • github.com/advisories/GHSA-9g7v-8wxv-mwxp
  • github.com/keras-team/keras
  • github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951
  • huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4
  • nvd.nist.gov/vuln/detail/CVE-2025-12638

Code Behaviors & Features

Detect and mitigate CVE-2025-12638 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.12.0

Fixed versions

  • 3.12.0

Solution

Upgrade to version 3.12.0 or above.

Impact 8 HIGH

CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

pypi/keras/CVE-2025-12638.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 14 Dec 2025 12:19:01 +0000.