Impact
The change fixes a race condition where a DMA buffer could share a cacheline with a mutex. Because the buffer is used for direct memory access, the shared cacheline can lead to inconsistent reads or writes if the mutex is concurrently accessed. The affected weakness is a classic race condition that may corrupt kernel data structures if exploited.
Affected Systems
All Linux kernel builds that include the vulnerable DMA buffer handling code and that allow a cacheline to be shared between a DMA buffer and a mutex are potentially impacted. The CVE does not list specific kernel versions, so any release prior to the inclusion of this patch may be at risk.
Risk and Exploitability
The CVSS score is not provided and the EPSS score is not available, so the quantitative severity is unknown. The flaw likely requires privileged access or a malicious DMA controller that can target the kernel buffer to trigger the race. No public exploit is known, and the vulnerability is not included in CISA KEV, but the potential for memory corruption makes the risk significant if an attacker can orchestrate concurrent DMA and mutex activity.
OpenCVE Enrichment