CVE-2024-41026

Publication date

2024-07-29 14:31:43

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mmc: davinci_mmc: Prevent transmitted data size from exceeding sgms length No check is done on the size of the data to be transmiited. This causes a kernel panic when this size exceeds the sg_miters length. Limit the number of transmitted bytes to sgm->length.