Vulnerability in Linux
CVE-2023-52511
In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: reduce DMA RX transfer width to single byte Through empirical testing it has been determined that sometimes RX SPI transfers with DMA enabled return corrupted data. This is down to single or even multiple bytes lost during DMA transfer from SPI peripheral to memory. It seems the RX FIFO within the SPI peripheral can become confused when performing bus read accesses wider than a single byte to it during an active SPI transfer. This patch reduces the width of individual DMA read accesses to the RX FIFO to a single byte to mitigate that issue.
EPSS: 0.008 (53.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L.
Affected products
- Linux — versions 345980a3a5e5e1c99fc621e2ce878fb150ad2287, 5.11, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2023-52511?
- CVE-2023-52511 is a medium-severity vulnerability in Linux. CVSS score: 5.3/10. Published 2024-03-02.
- How severe is CVE-2023-52511?
- Medium severity. CVSS v3 base score is 5.3 out of 10.