3 matches found
SUSE CVE-2026-53112
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irqpreparebcntasklet The irqpreparebcntasklet is initialized in rtlpciinit and scheduled when RTLIMRBCNINT interrupt is triggered by hardware. But it is never...
CVE-2026-53112
CVE-2026-53112 : In the Linux kernel’s wifi: rtlwifi PCI path, a use-after-free can occur due to an unfinished irq_prepare_bcn_tasklet. The tasklet is initialized in rtl_pci_init() and scheduled by the RTL_IMR_BCNINT interrupt, but is not killed in rtl_pci_deinit(). If the rtlwifi device probe fa...
CVE-2025-71075 scsi: aic94xx: fix use-after-free in device removal path
In the Linux kernel, the following vulnerability has been resolved: scsi: aic94xx: fix use-after-free in device removal path The asdpciremove function fails to synchronize with pending tasklets before freeing the asdha structure, leading to a potential use-after-free vulnerability. When a device...