{"id":"CVE-2026-23073","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:\n\nwifi: rsi: Fix memory corruption due to not set vif driver data size\n\nThe struct ieee80211_vif contains trailing space for vif driver data,\nwhen struct ieee80211_vif is allocated, the total memory size that is\nallocated is sizeof(struct ieee80211_vif) + size of vif driver data.\nThe size of vif driver data is set by each WiFi driver as needed.\n\nThe RSI911x driver does not set vif driver data size, no trailing space\nfor vif driver data is therefore allocated past struct ieee80211_vif .\nThe RSI911x driver does however use the vif driver data to store its\nvif driver data structure \"struct vif_priv\". An access to vif-\u003edrv_priv\nleads to access out of struct ieee80211_vif bounds and corruption of\nsome memory.\n\nIn case of the failure observed locally, rsi_mac80211_add_interface()\nwould write struct vif_priv *vif_info = (struct vif_priv *)vif-\u003edrv_priv;\nvif_info-\u003evap_id = vap_idx. This write corrupts struct fq_tin member\nstruct list_head new_flows . The flow = list_first_entry(head, struct\nfq_flow, flowchain); in fq_tin_reset() then reports non-NULL bogus\naddress, which when accessed causes a crash.\n\nThe trigger is very simple, boot the machine with init=/bin/sh , mount\ndevtmpfs, sysfs, procfs, and then do \"ip link set wlan0 up\", \"sleep 1\",\n\"ip link set wlan0 down\" and the crash occurs.\n\nFix this by setting the correct size of vif driver data, which is the\nsize of \"struct vif_priv\", so that memory is allocated and the driver\ncan store its driver data in it, instead of corrupting memory around\nit.","aliases":["ECHO-9143-8de4-ecc3"],"modified":"2026-04-21T02:27:02.853368077Z","published":"2026-02-04T16:07:53.527Z","related":["SUSE-SU-2026:0962-1","SUSE-SU-2026:1081-1","SUSE-SU-2026:20667-1","SUSE-SU-2026:20720-1","SUSE-SU-2026:20838-1","SUSE-SU-2026:20845-1","SUSE-SU-2026:20876-1","SUSE-SU-2026:20931-1","openSUSE-SU-2026:20416-1"],"database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23073.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/0d7c9e793e351cbbe9e06a9ca47d77b6ad288fb0"},{"type":"WEB","url":"https://git.kernel.org/stable/c/31efbcff90884ea5f65bf3d1de01267db51ee3d1"},{"type":"WEB","url":"https://git.kernel.org/stable/c/49ef094fdbc3526e5db2aebb404b84f79c5603dc"},{"type":"WEB","url":"https://git.kernel.org/stable/c/4f431d88ea8093afc7ba55edf4652978c5a68f33"},{"type":"WEB","url":"https://git.kernel.org/stable/c/7761d7801f40e61069b4df3db88b36d80d089f8a"},{"type":"WEB","url":"https://git.kernel.org/stable/c/7c54d0c3e2cad4300be721ec2aecfcf8a63bc9f4"},{"type":"WEB","url":"https://git.kernel.org/stable/c/99129d80a5d4989ef8566f434f3589f60f28042b"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23073.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-23073"},{"type":"PACKAGE","url":"https://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"}}],"schema_version":"1.7.5"}