CVE-2025-47917 (CNNVD-202507-2583)
中文标题:
Mbed TLS 资源管理错误漏洞
英文标题:
Mbed TLS before 3.6.4 allows a use-after-free in certain situations of applications that are develop...
漏洞描述
中文描述:
Mbed TLS是Mbed TLS开源的一个开源、可移植、易于使用、可读且灵活的 SSL 库。 Mbed TLS 3.6.4之前版本存在资源管理错误漏洞,该漏洞源于释放后重用,可能导致空指针取消引用或双重释放。
英文描述:
Mbed TLS before 3.6.4 allows a use-after-free in certain situations of applications that are developed in accordance with the documentation. The function mbedtls_x509_string_to_names() takes a head argument that is documented as an output argument. The documentation does not suggest that the function will free that pointer; however, the function does call mbedtls_asn1_free_named_data_list() on that argument, which performs a deep free(). As a result, application code that uses this function (relying only on documented behavior) is likely to still hold pointers to the memory blocks that were freed, resulting in a high risk of use-after-free or double-free. In particular, the two sample programs x509/cert_write and x509/cert_req are affected (use-after-free if the san string contains more than one DN).
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Mbed | mbedtls | - | < 3.6.4 | - |
cpe:2.3:a:mbed:mbedtls:*:*:*:*:*:*:*:*
|
| arm | mbed_tls | * | - | - |
cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
CVSS评分详情
3.1 (cna)
HIGHCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-47917 |
2025-11-11 15:23:23 | 2025-11-11 07:40:35 |
| NVD | nvd_CVE-2025-47917 |
2025-11-11 15:00:57 | 2025-11-11 07:48:24 |
| CNNVD | cnnvd_CNNVD-202507-2583 |
2025-11-11 15:13:00 | 2025-11-11 08:00:01 |
| EXPLOITDB | exploitdb_EDB-52427 |
2025-11-11 15:05:27 | 2025-11-11 09:02:42 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 4 -> 7
- tags_count: 0 -> 3
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 资源管理错误
- cnnvd_id: 未提取 -> CNNVD-202507-2583
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 1 -> 2
- references_count: 2 -> 4
- data_sources: ['cve'] -> ['cve', 'nvd']