Description
In the Linux kernel, the following vulnerability has been resolved:

wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config

This triggers a WARN_ON in ieee80211_hw_conf_init and isn't the expected
behavior from the driver - other drivers default to 0 too.
Published: 2026-03-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Driver Instability / Potential Denial of Service
Action: Update Kernel
AI Analysis

Impact

The Linux kernel wireless driver for Realtek (rsi) contains a bug where the rsi_mac80211_config function returns a default error code of –EOPNOTSUPP instead of 0. This unexpected return value triggers a WARN_ON in ieee80211_hw_conf_init and deviates from the behavior of other drivers, which default to success. The flaw represents a CWE‑909 Improper Handling of Driver Configurations and may lead to the rsi driver failing to initialize correctly, potentially causing intermittent Wi‑Fi service disruptions. Although the warning itself does not provide an attack vector, mis‑initialization could degrade the stability of the wireless interface.

Affected Systems

The issue affects Linux systems that include the rsi wireless driver code in the kernel. The known affected kernel versions are 6.9 and the 7.0 release candidates 7.0‑rc1 through 7.0‑rc7, as reflected in the encompassed CPE entries. Any system using these kernel releases without the patch is potentially affected. The vulnerability is vendor‑neutral, affecting the Linux kernel image only.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS score of <1% suggests a low probability of exploitation and the vulnerability is not listed in CISA's KEV catalog. The nature of the bug is a misconfiguration at driver initialization; there is no documented exploit or escalation path. The likely attack surface is local: an attacker with the ability to interact with the driver (e.g., via device power cycling or parameter changes) could attempt to replay the invalid configuration. Without such capability the risk remains low, so the vulnerability is best treated as a potential driver stability issue rather than a direct security threat.

Generated by OpenCVE AI on April 28, 2026 at 21:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Reboot the system after upgrading the kernel to the latest stable release that incorporates the rsi driver fix; the patch is committed to the stable tree.
  • If an immediate kernel upgrade is impractical, temporarily disable the rsi driver using modprobe -r rsi or blacklist it in /etc/modprobe.d/ to prevent the driver from loading until a fix is available.
  • Continuously monitor kernel logs for repeated WARN_ON entries referencing rsi_mac80211_config to detect remaining mis‑initialization after the patch.

Generated by OpenCVE AI on April 28, 2026 at 21:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6238-1 linux security update
History

Fri, 24 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:6.9:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Thu, 26 Mar 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-704

Thu, 26 Mar 2026 00:15:00 +0000


Wed, 25 Mar 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-704

Wed, 25 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config This triggers a WARN_ON in ieee80211_hw_conf_init and isn't the expected behavior from the driver - other drivers default to 0 too.
Title wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:05:37.258Z

Reserved: 2026-01-13T15:37:46.003Z

Link: CVE-2026-23373

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-03-25T11:16:36.940

Modified: 2026-04-24T16:35:27.657

Link: CVE-2026-23373

cve-icon Redhat

Severity :

Publid Date: 2026-03-25T00:00:00Z

Links: CVE-2026-23373 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T22:00:14Z

Weaknesses