CVE-2024-47664
Severity CVSS v4.0:
Pending analysis
Type:
CWE-369
Divide By Zero
Publication date:
09/10/2024
Last modified:
23/10/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware<br />
<br />
If the value of max_speed_hz is 0, it may cause a division by zero<br />
error in hisi_calc_effective_speed().<br />
The value of max_speed_hz is provided by firmware.<br />
Firmware is generally considered as a trusted domain. However, as<br />
division by zero errors can cause system failure, for defense measure,<br />
the value of max_speed is validated here. So 0 is regarded as invalid<br />
and an error code is returned.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6.51 (excluding) | |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.10.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



