CVE-2025-68754 (CNNVD-202601-911)
中文标题:
Linux kernel 安全漏洞
英文标题:
rtc: amlogic-a4: fix double free caused by devm
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于amlogic-a4 rtc驱动中错误路径和移除函数存在冗余的clk_disable_unprepare调用,可能导致双重释放。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: rtc: amlogic-a4: fix double free caused by devm The clock obtained via devm_clk_get_enabled() is automatically managed by devres and will be disabled and freed on driver detach. Manually calling clk_disable_unprepare() in error path and remove function causes double free. Remove the redundant clk_disable_unprepare() calls from the probe error path and aml_rtc_remove(), allowing the devm framework to automatically manage the clock lifecycle.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | - | < 9fed02c16488050cd4e33e045506336b216d7301 | - |
cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*
|
| Linux | Linux | 6.13 | - | - |
cpe:2.3:a:linux:linux:6.13:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-68754 |
2026-01-07 02:47:25 | 2026-01-12 02:12:31 |
| NVD | nvd_CVE-2025-68754 |
2026-01-09 03:00:07 | 2026-01-12 02:28:15 |
| CNNVD | cnnvd_CNNVD-202601-911 |
2026-01-11 06:15:06 | 2026-01-12 02:38:16 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202601-911
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 4 -> 2
- data_sources: ['cve'] -> ['cve', 'nvd']