Bugzilla – Bug 1224593
VUL-0: CVE-2024-35859: kernel: block: fix module reference leakage from bdev_open_by_dev error path
Last modified: 2024-06-10 12:33:56 UTC
In the Linux kernel, the following vulnerability has been resolved: block: fix module reference leakage from bdev_open_by_dev error path At the time bdev_may_open() is called, module reference is grabbed already, hence module reference should be released if bdev_may_open() failed. This problem is found by code review. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-35859 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-35859.mbox https://git.kernel.org/stable/c/0e9327c67410b129bf85e5c3a5aaea518328636f https://git.kernel.org/stable/c/9617cd6f24b294552a817f80f5225431ef67b540 https://www.cve.org/CVERecord?id=CVE-2024-35859 https://bugzilla.redhat.com/show_bug.cgi?id=2281243
https://www.suse.com/security/cve/CVE-2024-35859.html cvss 5.5
Nothing to be done
All done, closing.