First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nr_cpus < nr_iaa case If nr_cpus < nr_iaa, the calculated cpus_per_iaa will be 0, which causes a divide-by-0 in rebalance_wq_table(). Make sure cpus_per_iaa is 1 in that case, and also in the nr_iaa == 0 case, even though cpus_per_iaa is never used if nr_iaa == 0, for paranoia.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.8.3 | |
Linux Kernel | =6.9-rc1 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.135-1 6.12.25-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26945 has been classified as a moderate severity vulnerability due to its potential to cause a divide-by-zero error.
To fix CVE-2024-26945, update your Linux kernel to version 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-26945 affects specific versions of the Linux kernel found in Debian distributions.
CVE-2024-26945 impacts the kernel's handling of CPU allocation, potentially leading to system instability.
CVE-2024-26945 is not widely reported but poses a risk for users with the affected Linux kernel versions.