← Back to CVE List

CVE-2024-35859

Published: 2024-05-17T15:15Z
Last Modified: 2025-04-07T18:57Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt