CVE-2024-53127

Updated on 04 Dec 2024

Severity

5.5 Medium severity

Details

CVSS score
5.5
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Overview

About vulnerability

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 pages bigger than 4K”) increased the max_req_size, even for 4K pages, causing various 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 JH7110

At this stage no fix have been found, so it’s probably better to just revert the change.

This reverts commit 8396c793ffdf28bb8aee7cfe0891080f8cab7890.

Details

Affected product:
Ubuntu 16.04 ELS , Ubuntu 18.04 ELS
Affected packages:
linux @ 4.15.0 (+1 more)

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 pages bigger than 4K”) increased the max_req_size, even for 4K pages, causing various 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 JH7110

At this stage no fix have been found, so it’s probably better to just revert the change.

This reverts commit 8396c793ffdf28bb8aee7cfe0891080f8cab7890.

Fixes