{ "schema_version": "1.4.0", "id": "GHSA-6mjw-j4c8-cfgq", "modified": "2025-09-15T15:31:30Z", "published": "2025-09-15T15:31:29Z", "aliases": [ "CVE-2023-53251" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler()\n\nrxq can be NULL only when trans_pcie->rxq is NULL and entry->entry\nis zero. For the case when entry->entry is not equal to 0, rxq\nwon't be NULL even if trans_pcie->rxq is NULL. Modify checker to\ncheck for trans_pcie->rxq.", "severity": [], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53251" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/1902f1953b8ba100ee8705cb8a6f1a9795550eca" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/2d690495eb2766d58e25c83676f422219c4fcf18" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/390e44efcf4d390b5053ad112553155d2d097c73" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/3b9de981fe7f1c6e07c7b852421ad69be3d4b6c2" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/f71d0fc407dd028416bec002ddcc62f5acb0346a" } ], "database_specific": { "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-15T15:15:52Z" } }