Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability has been identified in the Linux kernel's mlxbf-bootctl driver, specifically when used on BlueField SOC. The issue arises because the driver calls 'sysfs_emit()' with a buffer pointer that is not properly aligned to the beginning of the page. This misalignment triggers a warning, as the 'sysfs_emit()' function expects the buffer to be aligned. The driver should utilize 'sysfs_emit_at()' to correctly handle non-zero offsets in the destination buffer.
The vulnerability can lead to warnings being generated during kernel operation, indicating improper buffer alignment. However, this misalignment could potentially be exploited in a way that affects the driver's interaction with the sysfs filesystem, where such misalignments might be leveraged under certain conditions.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.