CVE-2026-23041
CVE-2026-23041 (bnxt_en, Linux kernel) : A NULL-pointer dereference occurs in bnxt_ptp_enable during error cleanup when bnxt_init_one() fails. The error path frees HWRM resources (destroying the DMA pool and setting bp->hwrm_dma_pool to NULL) and later calls bnxt_ptp_clear(), which triggers pt...