In the Linux kernel, the following vulnerability has been resolved:
iwcxgb4: Fix potential NULL dereference in c4iwfillrescmidentry()
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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53476.json",
"cna_assigner": "Linux"
}