CVE-2023-53286
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 5.10.192 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.128 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.47 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.12 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the RDMA mlx5 driver where the result of the firmware destruction function for Queue Pairs (QP) or Receive Queues (RQ) was previously ignored. Because the upper layers were not informed if the destruction failed, they continued operating under the assumption that the QP/RQ was successfully destroyed when it was not. This could lead to kernel warnings and potential instability. The fix ensures that the correct firmware destruction status is returned to the upper layers, allowing them to handle failures properly.
How can this vulnerability impact me? :
If the firmware destruction failure is not reported, the system's upper layers may continue to operate incorrectly, assuming that QP/RQ resources were destroyed when they were not. This can lead to kernel warnings and potentially unstable or unpredictable behavior in the system, which could affect system reliability and performance.