CVE-2024-57986
Published: Feb 27, 2025
Modified: May 12, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections A report in 2019 by the syzbot fuzzer was found to be connected to two errors in the HID core associated with Resolution Multipliers. One of the errors was fixed by commit ea427a222d8b ("HID: core: Fix deadloop in hid_apply_multiplier."), but the other has not been fixed. This error arises because hid_apply_multipler() assumes that every Resolution Multiplier control is contained in a Logical Collection, i.e., there's no way the routine can ever set multiplier_collection to NULL. This is in spite of the fact that the function starts with a big comment saying: * "The Resolution Multiplier control must be contained in the same * Logical Collection as the control(s) to which it is to be applied. ... * If no Logical Collection is * defined, the Resolution Multiplier is associated with all * controls in the report." * HID Usage Table, v1.12, Section 4.3.1, p30 * * Thus, search from the current collection upwards until we find a * logical collection... The comment and the code overlook the possibility that none of the collections found may be a Logical Collection. The fix is to set the multiplier_collection pointer to NULL if the collection found isn't a Logical Collection.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 5a4abb36f312cf83206b1b7d1308ba47cba0b3cc - < 3a002e4029230d9a6be89f869b2328b258612f5caffected 5a4abb36f312cf83206b1b7d1308ba47cba0b3cc - < 05dd7d10675b540b8b7b31035c0a8abb6e6f3b88affected 5a4abb36f312cf83206b1b7d1308ba47cba0b3cc - < a32ea3f982b389ea43a41ce77b6fb70d74006d9baffected 5a4abb36f312cf83206b1b7d1308ba47cba0b3cc - < bebf542e8d7c44a18a95f306b1b5dc160c823506affected 5a4abb36f312cf83206b1b7d1308ba47cba0b3cc - < ed3d3883476423f337aac0f22c521819b3f1e970+3 more versions |
Linux | Linux | affected 5.0unaffected 0 - < 5.0unaffected 5.4.291 - <= 5.4.*unaffected 5.10.235 - <= 5.10.*unaffected 5.15.179 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now