Answer in brief
CVE-2023-52517 records a High severity (CVSS 7.8) vulnerability in spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | 5.11 | Not reported |
| Linux/Linuxgeneric | >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f || >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <36b29974a7ad2ff604c24ad348f940506c7b1209 || >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <4e149d524678431638ff378ef6025e4e89b71097 || >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <1f11f4202caf5710204d334fe63392052783876d | bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f, 36b29974a7ad2ff604c24ad348f940506c7b1209, 4e149d524678431638ff378ef6025e4e89b71097, 1f11f4202caf5710204d334fe63392052783876d |
Published upstream
Mar 2, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain Previously the transfer complete IRQ immediately drained to RX FIFO to read any data remaining in FIFO to the RX buffer. This behaviour is correct when dealing with SPI in interrupt mode. However in DMA mode the transfer complete interrupt still fires as soon as all bytes to be transferred have been stored in the FIFO. At that point data in the FIFO still needs to be picked up by the DMA engine. Thus the drain procedure and DMA engine end up racing to read from RX FIFO, corrupting any data read. Additionally the RX buffer pointer is never adjusted according to DMA progress in DMA mode, thus calling the RX FIFO drain procedure in DMA mode is a bug. Fix corruptions in DMA RX mode by draining RX FIFO only in interrupt mode. Also wait for completion of RX DMA when in DMA mode before returning to ensure all data has been copied to the supplied memory buffer.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2023-52517 records a High severity (CVSS 7.8) vulnerability in spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | 5.11 | Not reported |
| Linux/Linuxgeneric | >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f || >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <36b29974a7ad2ff604c24ad348f940506c7b1209 || >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <4e149d524678431638ff378ef6025e4e89b71097 || >=345980a3a5e5e1c99fc621e2ce878fb150ad2287 <1f11f4202caf5710204d334fe63392052783876d | bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f, 36b29974a7ad2ff604c24ad348f940506c7b1209, 4e149d524678431638ff378ef6025e4e89b71097, 1f11f4202caf5710204d334fe63392052783876d |
Published upstream
Mar 2, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain Previously the transfer complete IRQ immediately drained to RX FIFO to read any data remaining in FIFO to the RX buffer. This behaviour is correct when dealing with SPI in interrupt mode. However in DMA mode the transfer complete interrupt still fires as soon as all bytes to be transferred have been stored in the FIFO. At that point data in the FIFO still needs to be picked up by the DMA engine. Thus the drain procedure and DMA engine end up racing to read from RX FIFO, corrupting any data read. Additionally the RX buffer pointer is never adjusted according to DMA progress in DMA mode, thus calling the RX FIFO drain procedure in DMA mode is a bug. Fix corruptions in DMA RX mode by draining RX FIFO only in interrupt mode. Also wait for completion of RX DMA when in DMA mode before returning to ensure all data has been copied to the supplied memory buffer.
Quoted source text, attributed separately from HOL analysis.