mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
2.0 KiB
2.0 KiB
CVE-2024-46829
Description
In the Linux kernel, the following vulnerability has been resolved:rtmutex: Drop rt_mutex::wait_lock before schedulingrt_mutex_handle_deadlock() is called with rt_mutex::wait_lock held. In thegood case it returns with the lock held and in the deadlock case it emits awarning and goes into an endless scheduling loop with the lock held, whichtriggers the 'scheduling in atomic' warning.Unlock rt_mutex::wait_lock in the dead lock case before issuing the warningand dropping into the schedule for ever loop.[ tglx: Moved unlock before the WARN(), removed the pointless comment, massaged changelog, added Fixes tag ]
POC
Reference
Github
No PoCs found on GitHub currently.