mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
20 lines
1002 B
Markdown
20 lines
1002 B
Markdown
### [CVE-2024-39485](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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.
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|