CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the dm-integrity module, which fails to properly zero out uninitialized kernel memory when the hash size is smaller than the device's tuple size. This oversight could potentially lead to information leakage, exposing sensitive data from memory. System administrators and security teams managing Linux environments should prioritize this fix to mitigate risks associated with unintentional data exposure.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix leaking uninitialized kernel memory If hash size is less than device's tuple size, dm-integrity is supposed to zero the remaining space. There was a bug in the code that zeroing didn't work. This commit fixes it.