Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
- >= 5.12.0-0_fbk12_clang_7346_g1bb6f2e7058f, < 5.12.0-0_fbk12_clang_7346_g1bb6f2e7058f
A vulnerability in the Linux kernel's block I/O polling mechanism can lead to a NULL pointer dereference, causing a crash. This issue occurs in version 5.12.0-0_fbk12_clang_7346_g1bb6f2e7058f. The problem arises when two tasks share a poll queue and one task completes I/O for the other, allowing a reused I/O request to be processed before the original task has finished, leading to a NULL reference.
Exploitation of this vulnerability causes a kernel crash due to a NULL pointer dereference.
The vulnerability can be reproduced by creating two tasks that perform polled I/O operations on the same poll queue. When one task completes its I/O and returns the request to the cache, it can be reallocated and processed by the other task before it has finished polling, causing a NULL pointer dereference.
Users can upgrade to the latest stable version of the Linux kernel to address this vulnerability.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.