U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2023-52511

Change History

New CVE Received by NIST 3/02/2024 5:15:47 PM

Action Type Old Value New Value
Added Description

								
							
							
						
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.
Added Reference

								
							
							
						
Linux https://git.kernel.org/stable/c/171f8a49f212e87a8b04087568e1b3d132e36a18 [No types assigned]
Added Reference

								
							
							
						
Linux https://git.kernel.org/stable/c/b3c21c9c7289692f4019f163c3b06d8bdf78b355 [No types assigned]
Added Reference

								
							
							
						
Linux https://git.kernel.org/stable/c/e15bb292b24630ee832bfc7fd616bd72c7682bbb [No types assigned]
Added Reference

								
							
							
						
Linux https://git.kernel.org/stable/c/ff05ed4ae214011464a0156f05cac1b0b46b5fbc [No types assigned]