CVE-2021-46932
Published: Feb 27, 2024
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in __flush_work(). This warning is caused by work->func == NULL, which means missing work initialization. This may happen, since input_dev->close() calls cancel_work_sync(&dev->work), but dev->work initalization happens _after_ input_register_device() call. So this patch moves dev->work initialization before registering input device
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 5a6eb676d3bc4d7a6feab200a92437b62ad298da - < d2cb2bf39a6d17ef4bdc0e59c1a35cf5751ad8f4affected 5a6eb676d3bc4d7a6feab200a92437b62ad298da - < d1962f263a176f493400b8f91bfbf2bfedce951eaffected 5a6eb676d3bc4d7a6feab200a92437b62ad298da - < 292d2ac61fb0d9276a0f7b7ce4f50426f2a1c99faffected 5a6eb676d3bc4d7a6feab200a92437b62ad298da - < a02e1404e27855089d2b0a0acc4652c2ce65fe46affected 5a6eb676d3bc4d7a6feab200a92437b62ad298da - < 975774ea7528b489930b76a77ffc4d5379b95ff2+3 more versions |
Linux | Linux | affected 2.6.23unaffected 0 - < 2.6.23unaffected 4.4.298 - <= 4.4.*unaffected 4.9.296 - <= 4.9.*unaffected 4.14.261 - <= 4.14.*+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