CVE-2024-41026
In the Linux kernel, the following vulnerability has been resolved: mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length No check is done on the size of the data to be transmiited.
Does this matter?
Lower severity and a low EPSS score (0.26%). Track it; it rarely justifies an emergency change on its own.
Description
In the Linux kernel, the following vulnerability has been resolved: mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's 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_miter's length. Limit the number of transmitted bytes to sgm->length.
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.26% probability · 18th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/16198eef11c1929374381d7f6271b4bf6aa44615Patch
- https://git.kernel.org/stable/c/c561c4ecce712f94b442db5960e281f13b28df2ePatch
- https://git.kernel.org/stable/c/16198eef11c1929374381d7f6271b4bf6aa44615Patch
- https://git.kernel.org/stable/c/c561c4ecce712f94b442db5960e281f13b28df2ePatch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.