Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's loop device handling can lead to an overflow when userspace configures a loop device using an ioctl call. The issue arises because the loop device's offset is copied from a userspace structure without proper validation, allowing for an overflow that triggers a warning in the I/O mapping iterator. This vulnerability affects the loop device driver in the Linux kernel.
Exploitation of this vulnerability causes an overflow in the loop device's offset, leading to a warning being triggered in the I/O mapping iterator. This could potentially be exploited to manipulate I/O operations in an unintended manner.
The vulnerability can be reproduced by sending an ioctl call to a loop device with a configuration that includes an offset value designed to cause an overflow. The loop device driver will then copy this offset from the userspace structure to the device's internal representation without checking for validity, leading to the overflow condition.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.