CVE-2024-26824: crypto: algif_hash - Remove bogus SGL free on zero-length error path
In the Linux kernel, the following vulnerability has been resolved:
crypto: algifhash - Remove bogus SGL free on zero-length error path
When a zero-length message is hashed by algifhash, and an error is triggered, it tries to free an SG list that was never allocated in the first place. Fix this by not freeing the SG list on the zero-length error path.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
debian/linuxto a version that resolves this vulnerability.Fixed in 5.10.223-1Fixed in 5.10.234-1Fixed in 6.1.129-1Fixed in 6.1.135-1Fixed in 6.12.25-1Fixed in 6.12.27-1
Event History
Frequently Asked Questions
What is the severity of CVE-2024-26824?
CVE-2024-26824 is considered to be of low severity as it affects error handling related to zero-length message hashing in the Linux kernel.
How do I fix CVE-2024-26824?
To fix CVE-2024-26824, update your Linux kernel to versions 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.
Which Linux kernel versions are affected by CVE-2024-26824?
CVE-2024-26824 affects Linux kernel versions prior to 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, and 6.12.11-1.
What component of the Linux kernel is affected by CVE-2024-26824?
CVE-2024-26824 affects the crypto subsystem, specifically the algif_hash module.
Is CVE-2024-26824 a remote code execution vulnerability?
CVE-2024-26824 is not a remote code execution vulnerability, but rather an issue with memory management in error handling.