mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
808 B
808 B
CVE-2024-35859
Description
In the Linux kernel, the following vulnerability has been resolved:block: fix module reference leakage from bdev_open_by_dev error pathAt the time bdev_may_open() is called, module reference is grabbedalready, hence module reference should be released if bdev_may_open()failed.This problem is found by code review.
POC
Reference
No PoCs from references.