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.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-01T05:18:09.112Z
Updated: 2024-12-19T08:50:50.905Z
Reserved: 2024-02-19T14:20:24.197Z
Link: CVE-2024-26945
Vulnrichment
Updated: 2024-08-02T00:21:05.633Z
NVD
Status : Awaiting Analysis
Published: 2024-05-01T06:15:10.177
Modified: 2024-11-21T09:03:26.990
Link: CVE-2024-26945
Redhat