← Back to CVE List

CVE-2024-39485

Published: 2024-07-05T07:15Z
Last Modified: 2024-11-21T09:27Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt