Bug 1227449 (CVE-2024-39485) - VUL-0: CVE-2024-39485: kernel: media: v4l: async: Properly re-initialise notifier entry in unregister
Summary: VUL-0: CVE-2024-39485: kernel: media: v4l: async: Properly re-initialise noti...
Status: RESOLVED FIXED
Alias: CVE-2024-39485
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/412887/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-05 12:14 UTC by SMASH SMASH
Modified: 2024-07-08 09:17 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2024-07-05 12:14:56 UTC
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:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-39485
https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-39485.mbox
https://git.kernel.org/stable/c/87100b09246202a91fce4a1562955c32229173bb
https://git.kernel.org/stable/c/1aa6cd4adfc0380fa1ccc2f146848940ff882a66
https://git.kernel.org/stable/c/9537a8425a7a0222999d5839a0b394b1e8834b4a
https://www.cve.org/CVERecord?id=CVE-2024-39485
Comment 2 Andrea Mattiazzo 2024-07-08 09:17:23 UTC
All done, closing.