CVE-2023-53335
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.7 (inc) to 5.15.99 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.16 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential null pointer dereference in the Linux kernel's RDMA cxgb4 driver. Specifically, if the function get_ep_from_tid() fails to find a non-NULL endpoint (ep), the code later dereferences ep without checking if it is NULL, which can lead to a crash or undefined behavior. The issue was fixed by adding a sanity check to ensure ep is not NULL before dereferencing.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or behave unpredictably due to a null pointer dereference in the RDMA cxgb4 driver. This could lead to denial of service or system instability on affected systems using this driver.