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
Link | Resource |
---|---|
https://git.kernel.org/stable/c/1aa6cd4adfc0380fa1ccc2f146848940ff882a66 | Mailing List Patch |
https://git.kernel.org/stable/c/87100b09246202a91fce4a1562955c32229173bb | Mailing List Patch |
https://git.kernel.org/stable/c/9537a8425a7a0222999d5839a0b394b1e8834b4a | Mailing List Patch |
Configurations
Configuration 1 (hide)
|
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