πŸ” CVE Alert

CVE-2025-12060

UNKNOWN 0.0

Keras keras.utils.get_file Utility Path Traversal Vulnerability

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The keras.utils.get_file API in Keras, when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python's tarfile.extractall function without the filter="data" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder. This vulnerability is linked to the underlying Python tarfile weakness, identified as CVE-2025-4517.Β Note that upgrading Python to one of the versions that fix CVE-2025-4517 (e.g. Python 3.13.4) is not enough. One additionally needs to upgrade Keras to a version with the fix (Keras 3.12).

CWE CWE-22
Vendor keras
Product keras
Published Oct 30, 2025
Last Updated Feb 26, 2026
Stay Ahead of the Next One

Get instant alerts for keras keras

Be the first to know when new unknown vulnerabilities affecting keras keras are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

Keras / Keras
3.0.0 ≀ 3.11.3

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/keras-team/keras/pull/21760 github.com: https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9

Credits

Krishna Gudimetla