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.
Metrics
Affected Vendors & Products
References
History
Wed, 06 Nov 2024 19:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-02T21:52:23.277Z
Updated: 2024-11-06T19:06:54.626Z
Reserved: 2024-02-20T12:30:33.315Z
Link: CVE-2023-52511
Vulnrichment
Updated: 2024-08-02T23:03:20.530Z
NVD
Status : Awaiting Analysis
Published: 2024-03-02T22:15:47.640
Modified: 2024-11-06T19:35:04.233
Link: CVE-2023-52511
Redhat