Answer in brief
CVE-2026-90403 records a Unknown severity vulnerability in wifi: rtlwifi: pci: fix error path in rtl_pci_probe(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <2634998247d24be34ba16a7666f31815ef1da00b || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <cfd6824dd1d151ab3abc00117b3774c8056006e0 || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <86e6187f8525c8f8219eb49e022eba854cc6ab86 || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <aef178ffae5420afdbf46f7133ed28bd4248e15c || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <b42fcfb097da46f0e86564736ced939e83cb8442 || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <a89818977338ba71194b1ab1d071f0c0848b1e13 || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <1b68b6e529ce75112fab98e89583a76370ca394b || >=0c8173385e549f95cd80c3fff5aab87b4f881d8d <3c2999d13eeb222ae56631aeb7ca248090f2b210 | 2634998247d24be34ba16a7666f31815ef1da00b, cfd6824dd1d151ab3abc00117b3774c8056006e0, 86e6187f8525c8f8219eb49e022eba854cc6ab86, aef178ffae5420afdbf46f7133ed28bd4248e15c, b42fcfb097da46f0e86564736ced939e83cb8442, a89818977338ba71194b1ab1d071f0c0848b1e13, 1b68b6e529ce75112fab98e89583a76370ca394b, 3c2999d13eeb222ae56631aeb7ca248090f2b210 |
| Linux/Linuxgeneric | 2.6.38 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: pci: fix error path in rtl_pci_probe() In the last error path in rtl_pci_probe(), the cleanup functions are skipped due to a wrong goto label. Moreover, the successful call to rtl_init_rfkill(), ieee80211_register_hw(), rtl_debug_add_one() have to be reverted. Fix this issue by updating the labels and adding the relevant cleanup functions to the last error path.
Quoted source text, attributed separately from HOL analysis.