CVE Database
/

CVE-2025-39923

Back to search

CVE-2025-39923

Published: Oct 1, 2025

Modified: May 23, 2026

PUBLISHED

Description

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/[email protected]/ [2]: https://lore.kernel.org/r/[email protected]/

VendorProductVersions

Linux

Linux

affected
48d163b1aa6e7f650c0b7a4f9c61c387a6def868 - < 2e257a6125c63350f00dc42b9674f20fd3cf4a9f
affected
48d163b1aa6e7f650c0b7a4f9c61c387a6def868 - < 1d98ba204d8a6db0d986c7f1aefaa0dcd1c007a2
affected
48d163b1aa6e7f650c0b7a4f9c61c387a6def868 - < 6ac1599d0e78036d9d08efc2f58c2d91f0a3ee4c
affected
48d163b1aa6e7f650c0b7a4f9c61c387a6def868 - < 555bd16351a35c79efb029a196975a5a27f7fbc4
affected
48d163b1aa6e7f650c0b7a4f9c61c387a6def868 - < ebf6c7c908e5999531c3517289598f187776124f

+9 more versions

Linux

Linux

affected
4.17
unaffected
0 - < 4.17
unaffected
5.4.300 - <= 5.4.*
unaffected
5.10.245 - <= 5.10.*
unaffected
5.15.194 - <= 5.15.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now