First published: Mon Dec 02 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ima: fix buffer overrun in ima_eventdigest_init_common Function ima_eventdigest_init() calls ima_eventdigest_init_common() with HASH_ALGO__LAST which is then used to access the array hash_digest_size[] leading to buffer overrun. Have a conditional statement to handle this.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-53106 is classified as high due to the potential for exploitation leading to buffer overrun.
To fix CVE-2024-53106, update the Linux kernel to the latest patched version provided by your distribution.
CVE-2024-53106 affects systems running vulnerable versions of the Linux kernel.
As of now, there is no public information indicating that CVE-2024-53106 is actively exploited in the wild.
CVE-2024-53106 involves the ima_eventdigest_init_common function within the Linux kernel.