CVE-2024-26945

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26945
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26945.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26945
Downstream
Related
Published
2024-05-01T06:15:10Z
Modified
2025-08-09T19:01:29Z
Summary
[none]
Details

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.

References

Affected packages