In the Linux kernel, the following vulnerability has been resolved:
crypto: iaa - Fix nrcpus < nriaa case
If nrcpus < nriaa, the calculated cpusperiaa will be 0, which causes a divide-by-0 in rebalancewqtable().
Make sure cpusperiaa is 1 in that case, and also in the nriaa == 0 case, even though cpusperiaa is never used if nriaa == 0, for paranoia.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/26xxx/CVE-2024-26945.json"
}