In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jul 5, 2024
to the GitHub Advisory Database
•
Updated Jul 8, 2024
Description
Published by the National Vulnerability Database
Jul 5, 2024
Published to the GitHub Advisory Database
Jul 5, 2024
Last updated
Jul 8, 2024
In the Linux kernel, the following vulnerability has been resolved:
media: v4l: async: Properly re-initialise notifier entry in unregister
The notifier_entry of a notifier is not re-initialised after unregistering
the notifier. This leads to dangling pointers being left there so use
list_del_init() to return the notifier_entry an empty list.
References