OSV 1.4.0 · github-reviewed · 修改于 2025-12-02 08:09
发布时间
2025-11-28 23:30
GitHub 审查时间
2025-12-02 08:09
NVD 发布时间
2025-11-28 23:16
源文件
advisories/github-reviewed/2025/11/GHSA-9g7v-8wxv-mwxp/GHSA-9g7v-8wxv-mwxp.json
该公告已于 2025-12-02 08:09 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-hjqc-jx6g-rwp9. This link is maintained to preserve external references.
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.