CVE-2026-90403: wifi: rtlwifi: pci: fix error path in rtl_pci_probe()
Published Sep 17, 2026
·Updated
In the Linux kernel, the following vulnerability has been resolved:
wifi: rtlwifi: pci: fix error path in rtlpciprobe()
In the last error path in rtlpciprobe(), the cleanup functions are skipped due to a wrong goto label. Moreover, the successful call to rtlinitrfkill(), ieee80211registerhw(), rtldebugaddone() have to be reverted. Fix this issue by updating the labels and adding the relevant cleanup functions to the last error path.
Event History
Sep 17, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
Description