mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1002 B
1002 B
CVE-2024-39485
Description
In the Linux kernel, the following vulnerability has been resolved:media: v4l: async: Properly re-initialise notifier entry in unregisterThe notifier_entry of a notifier is not re-initialised after unregisteringthe notifier. This leads to dangling pointers being left there so uselist_del_init() to return the notifier_entry an empty list.
POC
Reference
No PoCs from references.