Lucene search

K
osvGoogleOSV:CVE-2024-35859
HistoryMay 17, 2024 - 3:15 p.m.

CVE-2024-35859

2024-05-1715:15:00
Google
osv.dev
2
linux kernel
module reference
leakage vulnerability

AI Score

6.9

Confidence

Low

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.