cve/2024/CVE-2024-53127.md
2025-09-29 21:09:30 +02:00

2.1 KiB

CVE-2024-53127

Description

In the Linux kernel, the following vulnerability has been resolved:Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"The commit 8396c793ffdf ("mmc: dw_mmc: Fix IDMAC operation with pagesbigger than 4K") increased the max_req_size, even for 4K pages, causingvarious issues:- Panic booting the kernel/rootfs from an SD card on Rockchip RK3566- Panic booting the kernel/rootfs from an SD card on StarFive JH7100- "swiotlb buffer is full" and data corruption on StarFive JH7110At this stage no fix have been found, so it's probably better to justrevert the change.This reverts commit 8396c793ffdf28bb8aee7cfe0891080f8cab7890.

POC

Reference

No PoCs from references.

Github