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 Kernel | <2.6.23 | |
Linux Kernel | >=4.19<4.19.316 | |
Linux Kernel | >=5.4<5.4.278 | |
Linux Kernel | >=5.10<5.10.219 | |
Linux Kernel | >=5.15<5.15.161 | |
Linux Kernel | >=6.1<6.1.93 | |
Linux Kernel | >=6.6<6.6.33 | |
Linux Kernel | >=6.9<6.9.4 | |
Linux Kernel | =6.10.0-rc1 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-39292 has been classified with a moderate severity level due to the potential for race conditions in the Linux kernel.
To fix CVE-2024-39292, upgrade to the recommended patched versions, such as 5.10.223-1, 5.10.226-1, 6.1.123-1, or higher.
CVE-2024-39292 affects various versions of the Linux kernel, ranging from 2.6.23 up to 6.10.0-rc1.
In CVE-2024-39292, the winch IRQ refers to an interrupt request in the Linux kernel that can be registered in a race-prone manner.
CVE-2024-39292 is relevant to all distributions using the affected versions of the Linux kernel, including those derived from Debian.