CVE-2025-12060 (CNNVD-202510-4208)
中文标题:
Keras 安全漏洞
英文标题:
Keras keras.utils.get_file Utility Path Traversal Vulnerability
漏洞描述
中文描述:
Keras是Keras开源的一个多后端深度学习框架。 Keras存在安全漏洞,该漏洞源于keras.utils.get_file API在处理tar压缩包时未使用filter=data功能,可能导致路径遍历攻击。
英文描述:
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类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Keras | Keras | - | ≤ 3.11.3 | - |
cpe:2.3:a:keras:keras:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
4.0 (cna)
HIGHCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-12060 |
2025-11-11 15:23:03 | 2025-11-11 07:40:06 |
| NVD | nvd_CVE-2025-12060 |
2025-11-11 15:01:07 | 2025-11-11 07:47:57 |
| CNNVD | cnnvd_CNNVD-202510-4208 |
2025-11-11 15:13:01 | 2025-11-11 08:00:20 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-202510-4208
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']