CVE-2024-46745
Input: uinput - reject requests with unreasonable number of slots
Description
In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in input_mt_init_slots(). While this allocation failure is handled properly and request is rejected, it results in syzkaller reports. Additionally, such request may put undue burden on the system which will try to free a lot of memory for a bogus request. Fix it by limiting allowed number of slots to 100. This can easily be extended if we see devices that can track more than 100 contacts.
INFO
Published Date :
Sept. 18, 2024, 8:15 a.m.
Last Modified :
Nov. 3, 2025, 11:15 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | MEDIUM | [email protected] |
Solution
- Update the affected Linux kernel packages.
- Reboot the system after the update.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-46745.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-46745 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-46745
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-46745 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-46745 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 03, 2025
Action Type Old Value New Value Added Reference https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html Added Reference https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html -
Initial Analysis by [email protected]
Sep. 26, 2025
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE CWE-770 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.11:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.167 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (excluding) 4.19.322 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.284 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.226 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.110 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.51 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.10.10 Added Reference Type kernel.org: https://git.kernel.org/stable/c/206f533a0a7c683982af473079c4111f4a0f9f5e Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/51fa08edd80003db700bdaa099385c5900d27f4b Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/597ff930296c4c8fc6b6a536884d4f1a7187ec70 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/61df76619e270a46fd427fbdeb670ad491c42de2 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/9719687398dea8a6a12a10321a54dd75eec7ab2d Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/9c6d189f0c1c59ba9a32326ec82a0b367a3cd47b Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/a4858b00a1ec57043697fb935565fe267f161833 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/d76fc0f0b18d49b7e721c9e4975ef4bffde2f3e7 Types: Patch -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Sep. 18, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in input_mt_init_slots(). While this allocation failure is handled properly and request is rejected, it results in syzkaller reports. Additionally, such request may put undue burden on the system which will try to free a lot of memory for a bogus request. Fix it by limiting allowed number of slots to 100. This can easily be extended if we see devices that can track more than 100 contacts. Added Reference kernel.org https://git.kernel.org/stable/c/9c6d189f0c1c59ba9a32326ec82a0b367a3cd47b [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/597ff930296c4c8fc6b6a536884d4f1a7187ec70 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/51fa08edd80003db700bdaa099385c5900d27f4b [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/9719687398dea8a6a12a10321a54dd75eec7ab2d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/61df76619e270a46fd427fbdeb670ad491c42de2 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/a4858b00a1ec57043697fb935565fe267f161833 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/d76fc0f0b18d49b7e721c9e4975ef4bffde2f3e7 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/206f533a0a7c683982af473079c4111f4a0f9f5e [No types assigned]