In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Dec 28, 2024
to the GitHub Advisory Database
•
Updated Dec 28, 2024
Description
Published by the National Vulnerability Database
Dec 28, 2024
Published to the GitHub Advisory Database
Dec 28, 2024
Last updated
Dec 28, 2024
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.
References