CVE-2023-53476
Description
In the Linux kernel, the following vulnerability has been resolved: iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry() This condition needs to match the previous "if (epcp->state == LISTEN) {" exactly to avoid a NULL dereference of either "listen_ep" or "ep". The problem is that "epcp" has been re-assigned so just testing "if (epcp->state == LISTEN) {" a second time is not sufficient.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2023-53476
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2023-53476.html
Vendor advisory: redhat — https://access.redhat.com/errata/RHSA-2024:2394
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| sles | affected | | |
| debian | bookworm | fixed | 6.1.20-1 |
| debian | bullseye | affected | |
| debian | forky | fixed | 6.1.20-1 |
| debian | sid | fixed | 6.1.20-1 |
| debian | trixie | fixed | 6.1.20-1 |
References
Verify integrity in audit chain (admin only). AS-IS.