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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-12-02 14:15
Updated : 2025-11-03 23:17
NVD link : CVE-2024-53106
Mitre link : CVE-2024-53106
CVE.ORG link : CVE-2024-53106
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write
