CVE-2023-52517
Sun6i SPI Linux Kernel Double Fetch
Description
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.
INFO
Published Date :
March 2, 2024, 10:15 p.m.
Last Modified :
Jan. 13, 2025, 6:54 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
1.0
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2023-52517
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2023-52517
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2023-52517
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Jan. 13, 2025
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H Added CWE NIST CWE-362 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (excluding) 5.15.134 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.56 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.5.6 Changed Reference Type https://git.kernel.org/stable/c/1f11f4202caf5710204d334fe63392052783876d No Types Assigned https://git.kernel.org/stable/c/1f11f4202caf5710204d334fe63392052783876d Patch Changed Reference Type https://git.kernel.org/stable/c/1f11f4202caf5710204d334fe63392052783876d No Types Assigned https://git.kernel.org/stable/c/1f11f4202caf5710204d334fe63392052783876d Patch Changed Reference Type https://git.kernel.org/stable/c/36b29974a7ad2ff604c24ad348f940506c7b1209 No Types Assigned https://git.kernel.org/stable/c/36b29974a7ad2ff604c24ad348f940506c7b1209 Patch Changed Reference Type https://git.kernel.org/stable/c/36b29974a7ad2ff604c24ad348f940506c7b1209 No Types Assigned https://git.kernel.org/stable/c/36b29974a7ad2ff604c24ad348f940506c7b1209 Patch Changed Reference Type https://git.kernel.org/stable/c/4e149d524678431638ff378ef6025e4e89b71097 No Types Assigned https://git.kernel.org/stable/c/4e149d524678431638ff378ef6025e4e89b71097 Patch Changed Reference Type https://git.kernel.org/stable/c/4e149d524678431638ff378ef6025e4e89b71097 No Types Assigned https://git.kernel.org/stable/c/4e149d524678431638ff378ef6025e4e89b71097 Patch Changed Reference Type https://git.kernel.org/stable/c/bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f No Types Assigned https://git.kernel.org/stable/c/bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f Patch Changed Reference Type https://git.kernel.org/stable/c/bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f No Types Assigned https://git.kernel.org/stable/c/bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f Patch -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/1f11f4202caf5710204d334fe63392052783876d Added Reference https://git.kernel.org/stable/c/36b29974a7ad2ff604c24ad348f940506c7b1209 Added Reference https://git.kernel.org/stable/c/4e149d524678431638ff378ef6025e4e89b71097 Added Reference https://git.kernel.org/stable/c/bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 28, 2024
Action Type Old Value New Value -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 14, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Mar. 02, 2024
Action Type Old Value New Value Added Description 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. Added Reference Linux https://git.kernel.org/stable/c/bd1ec7f9983b5cd3c77e0f7cda3fa8aed041af2f [No types assigned] Added Reference Linux https://git.kernel.org/stable/c/36b29974a7ad2ff604c24ad348f940506c7b1209 [No types assigned] Added Reference Linux https://git.kernel.org/stable/c/4e149d524678431638ff378ef6025e4e89b71097 [No types assigned] Added Reference Linux https://git.kernel.org/stable/c/1f11f4202caf5710204d334fe63392052783876d [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2023-52517
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2023-52517
weaknesses.