Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's ublk driver has been addressed, related to how the driver manages request queues. The issue arose because the driver relied on the 'ubq->canceling' flag to determine whether requests could be processed. If the queue was frozen, this flag needed to be set to prevent a use-after-free error when handling commands via the io_uring interface. The vulnerability has been resolved by ensuring that 'ubq->canceling' is properly set when the queue is frozen, allowing for safe command cancellation and completion.
The vulnerability could lead to a use-after-free error when processing io_uring commands, potentially causing memory corruption or other unintended behavior.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.