---
id: CVE-2026-90403
title: |-
  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
summary: |-
  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,…
severity: high
cvss: 7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    2634998247d24be34ba16a7666f31815ef1da00b
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    cfd6824dd1d151ab3abc00117b3774c8056006e0
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    86e6187f8525c8f8219eb49e022eba854cc6ab86
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    aef178ffae5420afdbf46f7133ed28bd4248e15c
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    b42fcfb097da46f0e86564736ced939e83cb8442
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    a89818977338ba71194b1ab1d071f0c0848b1e13
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    1b68b6e529ce75112fab98e89583a76370ca394b
  - >-
    Linux >= 0c8173385e549f95cd80c3fff5aab87b4f881d8d <
    3c2999d13eeb222ae56631aeb7ca248090f2b210
  - Linux 2.6.38
published: '2026-09-17'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T18:17:57.630'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90403'
references:
  - url: 'https://git.kernel.org/stable/c/1b68b6e529ce75112fab98e89583a76370ca394b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/2634998247d24be34ba16a7666f31815ef1da00b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/3c2999d13eeb222ae56631aeb7ca248090f2b210'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/86e6187f8525c8f8219eb49e022eba854cc6ab86'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/a89818977338ba71194b1ab1d071f0c0848b1e13'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/aef178ffae5420afdbf46f7133ed28bd4248e15c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b42fcfb097da46f0e86564736ced939e83cb8442'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/cfd6824dd1d151ab3abc00117b3774c8056006e0'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
epss: 0.00145
epssPercentile: 0.04153
ingestedAt: '2026-09-17T16:21:47.800Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
