Bug 2329922 (CVE-2024-53106) - CVE-2024-53106 kernel: ima: fix buffer overrun in ima_eventdigest_init_common
Summary: CVE-2024-53106 kernel: ima: fix buffer overrun in ima_eventdigest_init_common
Keywords:
Status: NEW
Alias: CVE-2024-53106
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2329956
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-02 14:01 UTC by OSIDB Bzimport
Modified: 2024-12-02 14:58 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-02 14:01:41 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.