mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
27 lines
2.1 KiB
Markdown
27 lines
2.1 KiB
Markdown
### [CVE-2024-53127](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://github.com/w4zu/Debian_security
|
|
|