Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

DEBIAN-CVE-2026-23073

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory corruption due to not set vif driver data size The struct ieee80211_vif contains trailing space for vif driv...
Back to all
CVE

DEBIAN-CVE-2026-23073

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory corruption due to not set vif driver data size The struct ieee80211_vif contains trailing space for vif driv...

In the Linux kernel, the following vulnerability has been resolved:  wifi: rsi: Fix memory corruption due to not set vif driver data size  The struct ieee80211vif contains trailing space for vif driver data, when struct ieee80211vif is allocated, the total memory size that is allocated is sizeof(struct ieee80211vif) + size of vif driver data. The size of vif driver data is set by each WiFi driver as needed.  The RSI911x driver does not set vif driver data size, no trailing space for vif driver data is therefore allocated past struct ieee80211vif . The RSI911x driver does however use the vif driver data to store its vif driver data structure "struct vifpriv". An access to vif->drvpriv leads to access out of struct ieee80211vif bounds and corruption of some memory.  In case of the failure observed locally, rsimac80211addinterface() would write struct vifpriv vifinfo = (struct vifpriv )vif->drvpriv; vifinfo->vapid = vapidx. This write corrupts struct fqtin member struct listhead newflows . The flow = listfirstentry(head, struct fqflow, flowchain); in fqtinreset() then reports non-NULL bogus address, which when accessed causes a crash.  The trigger is very simple, boot the machine with init=/bin/sh , mount devtmpfs, sysfs, procfs, and then do "ip link set wlan0 up", "sleep 1", "ip link set wlan0 down" and the crash occurs.  Fix this by setting the correct size of vif driver data, which is the size of "struct vifpriv", so that memory is allocated and the driver can store its driver data in it, instead of corrupting memory around it.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
-
C
H
U
0
-
3.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://security-tracker.debian.org/tracker/CVE-2026-23073

Severity

7.8

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.8
EPSS Probability
0%
EPSS Percentile
0%
Introduced Version
0
Fix Available
5.10.249-1,6.1.162-1,6.12.69-1,6.18.8-1,6.1.162-1~deb11u1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading