๐Ÿ” CVE Alert

CVE-2026-53112

UNKNOWN 0.0

wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irq_prepare_bcn_tasklet

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irq_prepare_bcn_tasklet The irq_prepare_bcn_tasklet is initialized in rtl_pci_init() and scheduled when RTL_IMR_BCNINT interrupt is triggered by hardware. But it is never killed in rtl_pci_deinit(). When the rtlwifi card probe fails or is being detached, the ieee80211_hw is deallocated. However, irq_prepare_bcn_tasklet may still be running or pending, leading to use-after-free when the freed ieee80211_hw is accessed in _rtl_pci_prepare_bcn_tasklet(). Similar to irq_tasklet, add tasklet_kill() in rtl_pci_deinit() to ensure that irq_prepare_bcn_tasklet is properly terminated before the ieee80211_hw is released. The issue was identified through static analysis.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jun 24, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
0c8173385e549f95cd80c3fff5aab87b4f881d8d < ae10d4a1ab6bcaa1336abb171908a9a365761d3e 0c8173385e549f95cd80c3fff5aab87b4f881d8d < fac1079e0fdec6df6d7562c21941587236dc3def 0c8173385e549f95cd80c3fff5aab87b4f881d8d < e40873820c9d245ce482faa7ad514ebdb3b8d23d 0c8173385e549f95cd80c3fff5aab87b4f881d8d < 008c456b76e9070979bc0e763897a5d3b0fdd4dc 0c8173385e549f95cd80c3fff5aab87b4f881d8d < 7731b67bd59d1284d150cbe40a47e95a10613234 0c8173385e549f95cd80c3fff5aab87b4f881d8d < aa10a452e34810987fb9f4a047995b30003fb53f 0c8173385e549f95cd80c3fff5aab87b4f881d8d < 3c0e8a3179e6325a7dc6ce221aef0e03d854ab4b 0c8173385e549f95cd80c3fff5aab87b4f881d8d < 039cd522dc70151da13329a5e3ae19b1736f468a
Linux / Linux
2.6.38

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/ae10d4a1ab6bcaa1336abb171908a9a365761d3e git.kernel.org: https://git.kernel.org/stable/c/fac1079e0fdec6df6d7562c21941587236dc3def git.kernel.org: https://git.kernel.org/stable/c/e40873820c9d245ce482faa7ad514ebdb3b8d23d git.kernel.org: https://git.kernel.org/stable/c/008c456b76e9070979bc0e763897a5d3b0fdd4dc git.kernel.org: https://git.kernel.org/stable/c/7731b67bd59d1284d150cbe40a47e95a10613234 git.kernel.org: https://git.kernel.org/stable/c/aa10a452e34810987fb9f4a047995b30003fb53f git.kernel.org: https://git.kernel.org/stable/c/3c0e8a3179e6325a7dc6ce221aef0e03d854ab4b git.kernel.org: https://git.kernel.org/stable/c/039cd522dc70151da13329a5e3ae19b1736f468a