CVE-2026-23073

Source
https://cve.org/CVERecord?id=CVE-2026-23073
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23073.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-23073
Downstream
Related
Published
2026-02-04T16:07:53.527Z
Modified
2026-03-24T08:59:20.449922Z
Summary
wifi: rsi: Fix memory corruption due to not set vif driver data size
Details

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 ieee80211_vif) + 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 vif_priv", so that memory is allocated and the driver can store its driver data in it, instead of corrupting memory around it.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23073.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
dad0d04fa7ba41ce603a01e8e64967650303e9a2
Fixed
49ef094fdbc3526e5db2aebb404b84f79c5603dc
Fixed
0d7c9e793e351cbbe9e06a9ca47d77b6ad288fb0
Fixed
7c54d0c3e2cad4300be721ec2aecfcf8a63bc9f4
Fixed
7761d7801f40e61069b4df3db88b36d80d089f8a
Fixed
99129d80a5d4989ef8566f434f3589f60f28042b
Fixed
31efbcff90884ea5f65bf3d1de01267db51ee3d1
Fixed
4f431d88ea8093afc7ba55edf4652978c5a68f33

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23073.json"