CVE-2023-53643
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-03
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.15.160 (inc) to 5.16 (inc) |
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 occurs in the Linux kernel's nvme-tcp driver. During error recovery, the nvme tcp socket is released and a new one is created. However, if the 'nvme list' command is run while error recovery is temporarily failing reconnect attempts, it causes a kernel NULL pointer dereference by calling getsockname() on a released socket. This happens because the socket is accessed without proper checks after it has been released.
How can this vulnerability impact me? :
The vulnerability can cause a kernel NULL pointer dereference, which may lead to a kernel crash or system instability when running the 'nvme list' command during error recovery. This can result in denial of service or unexpected system behavior.