CVE-2024-39485

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10.0:rc1:*:*:*:*:*:*

History

No history.

Information

Published : 2024-07-05 07:15

Updated : 2024-07-08 15:36


NVD link : CVE-2024-39485

Mitre link : CVE-2024-39485

CVE.ORG link : CVE-2024-39485


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-665

Improper Initialization