CVE-2023-53315
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-01
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.6 (inc) to 5.10.181 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.113 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.30 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.3.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory corruption issue in the Linux kernel's ath11k wifi driver. When running network traffic for a long time, an invalid RX descriptor with a value of zero can be received from the REO destination ring. This causes the wrong socket buffer (SKB) to be fetched, leading to SKB memory corruption and eventually causing the system to crash. The fix involved reserving buffer id zero for error validation and adding sanity checks to validate descriptors before processing.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to crash due to memory corruption in the wifi driver. This can lead to system instability, denial of service, and potential loss of network connectivity on affected devices using the ath11k wifi driver.