First published: Sat Dec 28 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahash_hmac_init function The ahash_init functions may return fails. The ahash_hmac_init should not return ok when ahash_init returns error. For an example, ahash_init will return -ENOMEM when allocation memory is error.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56681 has a severity level yet to be officially rated by the maintainers.
To fix CVE-2024-56681, users should apply the latest kernel updates that include the patch addressing the vulnerability.
CVE-2024-56681 impacts the error handling of the ahash_hmac_init function, which may incorrectly report success when there is an underlying error.
CVE-2024-56681 is considered a local vulnerability as it affects functions within the Linux kernel.
CVE-2024-56681 affects multiple versions of the Linux kernel, specifically where the affected ahash_hmac_init function is implemented.