CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the Marvell OcteonTX crypto driver, where improper handling of DMA buffer cleanup can lead to memory leaks by using the wrong loop index during unmapping. This flaw may compromise system stability and performance by leaving mapped entries unaddressed. Organizations utilizing affected Linux systems, particularly those relying on the Marvell OcteonTX hardware, should prioritize applying the relevant patches to mitigate potential risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/octeontx - fix DMA cleanup using wrong loop index The sg_cleanup path used list[i] instead of list[j] when unmapping DMA buffers, leaking successfully mapped entries and repeatedly unmapping the failed one.