CVE-2024-45008: Input: MT - limit max slots
In the Linux kernel, the following vulnerability has been resolved:
Input: MT - limit max slots
syzbot is reporting too large allocation at inputmtinitslots(), for numslots is supplied from userspace using ioctl(UIDEVCREATE).
Since nobody knows possible max slots, this patch chose 1024.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-45008?
CVE-2024-45008 has been rated as a medium severity vulnerability due to the potential for large memory allocation issues.
How do I fix CVE-2024-45008?
To fix CVE-2024-45008, update the Linux kernel to one of the patched versions such as 5.10.226-1, 6.1.123-1, or later.
What are the affected versions for CVE-2024-45008?
CVE-2024-45008 affects Linux kernel versions up to 5.10.223-1, 6.1.119-1, and similar versions before the patches were applied.
What components are impacted by CVE-2024-45008?
CVE-2024-45008 impacts the input processing within the Linux kernel, specifically related to maximum slot allocation.
What is the potential impact of CVE-2024-45008?
The potential impact of CVE-2024-45008 can lead to excessive memory allocation, which may cause system instability or crashes.