First published: Wed Sep 04 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at input_mt_init_slots(), for num_slots is supplied from userspace using ioctl(UI_DEV_CREATE). Since nobody knows possible max slots, this patch chose 1024.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | <=5.10.223-1 | 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-45008 has been rated as a medium severity vulnerability due to the potential for large memory allocation issues.
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.
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.
CVE-2024-45008 impacts the input processing within the Linux kernel, specifically related to maximum slot allocation.
The potential impact of CVE-2024-45008 can lead to excessive memory allocation, which may cause system instability or crashes.