CVE-2025-39923 (CNNVD-202510-211)
中文标题:
Linux kernel 安全漏洞
英文标题:
dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于缺少错误处理,可能导致早期启动崩溃。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees When we don't have a clock specified in the device tree, we have no way to ensure the BAM is on. This is often the case for remotely-controlled or remotely-powered BAM instances. In this case, we need to read num-channels from the DT to have all the necessary information to complete probing. However, at the moment invalid device trees without clock and without num-channels still continue probing, because the error handling is missing return statements. The driver will then later try to read the number of channels from the registers. This is unsafe, because it relies on boot firmware and lucky timing to succeed. Unfortunately, the lack of proper error handling here has been abused for several Qualcomm SoCs upstream, causing early boot crashes in several situations [1, 2]. Avoid these early crashes by erroring out when any of the required DT properties are missing. Note that this will break some of the existing DTs upstream (mainly BAM instances related to the crypto engine). However, clearly these DTs have never been tested properly, since the error in the kernel log was just ignored. It's safer to disable the crypto engine for these broken DTBs. [1]: https://lore.kernel.org/r/CY01EKQVWE36.B9X5TDXAREPF@fairphone.com/ [2]: https://lore.kernel.org/r/20230626145959.646747-1-krzysztof.kozlowski@linaro.org/
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | cecf8a69042b3a54cb843223756c10ee8a8665e3 | - | - |
cpe:2.3:a:linux:linux:cecf8a69042b3a54cb843223756c10ee8a8665e3:*:*:*:*:*:*:*
|
| Linux | Linux | 909474cd384cb206f33461fbd18089cf170533f8 | - | - |
cpe:2.3:a:linux:linux:909474cd384cb206f33461fbd18089cf170533f8:*:*:*:*:*:*:*
|
| Linux | Linux | 5e0986f7caf17d7b1acd2092975360bf8e88a57d | - | - |
cpe:2.3:a:linux:linux:5e0986f7caf17d7b1acd2092975360bf8e88a57d:*:*:*:*:*:*:*
|
| Linux | Linux | 4.17 | - | - |
cpe:2.3:a:linux:linux:4.17:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-39923 |
2025-11-11 15:23:19 | 2025-11-11 07:40:29 |
| NVD | nvd_CVE-2025-39923 |
2025-11-11 15:01:04 | 2025-11-11 07:48:18 |
| CNNVD | cnnvd_CNNVD-202510-211 |
2025-11-11 15:12:29 | 2025-11-11 08:00:17 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202510-211
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- references_count: 8 -> 9
- data_sources: ['cve'] -> ['cve', 'nvd']