CVE-2023-53476
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
01/10/2025
Last modified:
20/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()<br />
<br />
This condition needs to match the previous "if (epcp->state == LISTEN) {"<br />
exactly to avoid a NULL dereference of either "listen_ep" or "ep". The<br />
problem is that "epcp" has been re-assigned so just testing<br />
"if (epcp->state == LISTEN) {" a second time is not sufficient.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.18 (including) | 5.15.99 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.2.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



