First published: Mon Jun 24 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: um: Add winch to winch_handlers before registering winch IRQ Registering a winch IRQ is racy, an interrupt may occur before the winch is added to the winch_handlers list. If that happens, register_winch_irq() adds to that list a winch that is scheduled to be (or has already been) freed, causing a panic later in winch_cleanup(). Avoid the race by adding the winch to the winch_handlers list before registering the IRQ, and rolling back if um_request_irq() fails.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | <2.6.23 | |
Linux Linux kernel | >=4.19<4.19.316 | |
Linux Linux kernel | >=5.4<5.4.278 | |
Linux Linux kernel | >=5.10<5.10.219 | |
Linux Linux kernel | >=5.15<5.15.161 | |
Linux Linux kernel | >=6.1<6.1.93 | |
Linux Linux kernel | >=6.6<6.6.33 | |
Linux Linux kernel | >=6.9<6.9.4 | |
Linux Linux kernel | =6.10.0-rc1 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.106-3 6.1.112-1 6.11.4-1 6.11.5-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.