CVE-2025-12058 (CNNVD-202510-3921)

MEDIUM
中文标题:
Keras 安全漏洞
英文标题:
Vulnerability in Keras Model.load_model Leading to Arbitrary Local File Loading and SSRF
CVSS分数: 5.9
发布时间: 2025-10-29 08:48:29
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Keras是Keras开源的一个多后端深度学习框架。 Keras存在安全漏洞,该漏洞源于StringLookup层在处理特制.keras存档时未正确限制外部路径加载功能,可能导致任意本地文件读取和服务端请求伪造攻击。

英文描述:

The Keras.Model.load_model method, including when executed with the intended security mitigation safe_mode=True, is vulnerable to arbitrary local file loading and Server-Side Request Forgery (SSRF). This vulnerability stems from the way the StringLookup layer is handled during model loading from a specially crafted .keras archive. The constructor for the StringLookup layer accepts a vocabulary argument that can specify a local file path or a remote file path. * Arbitrary Local File Read: An attacker can create a malicious .keras file that embeds a local path in the StringLookup layer's configuration. When the model is loaded, Keras will attempt to read the content of the specified local file and incorporate it into the model state (e.g., retrievable via get_vocabulary()), allowing an attacker to read arbitrary local files on the hosting system. * Server-Side Request Forgery (SSRF): Keras utilizes tf.io.gfile for file operations. Since tf.io.gfile supports remote filesystem handlers (such as GCS and HDFS) and HTTP/HTTPS protocols, the same mechanism can be leveraged to fetch content from arbitrary network endpoints on the server's behalf, resulting in an SSRF condition. The security issue is that the feature allowing external path loading was not properly restricted by the safe_mode=True flag, which was intended to prevent such unintended data access.

CWE类型:
CWE-502
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
Keras Keras - < 3.12.0 - cpe:2.3:a:keras:keras:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 OTHER
cve.org
访问
无标题 OTHER
cve.org
访问
CVSS评分详情
4.0 (cna)
MEDIUM
5.9
CVSS向量: CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:P/VC:H/VI:L/VA:L/SC:H/SI:L/SA:L
机密性
HIGH
完整性
LOW
可用性
LOW
后续系统影响 (Subsequent):
机密性
HIGH
完整性
LOW
可用性
LOW
时间信息
发布时间:
2025-10-29 08:48:29
修改时间:
2025-10-29 14:11:03
创建时间:
2025-11-11 15:40:06
更新时间:
2025-11-11 16:00:20
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-12058 2025-11-11 15:23:03 2025-11-11 07:40:06
NVD nvd_CVE-2025-12058 2025-11-11 15:01:07 2025-11-11 07:47:57
CNNVD cnnvd_CNNVD-202510-3921 2025-11-11 15:12:59 2025-11-11 08:00:20
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:20
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202510-3921; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202510-3921
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:47:57
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']