In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: mvm: fix a crash when we run out of stations
A DoS tool that injects loads of authentication frames made our AP
crash. The iwl_mvm_is_dup() function couldn't find the per-queue
dup_data which was not allocated.
The root cause for that is that we ran out of stations in the firmware
and we didn't really add the station to the firmware, yet we didn't
return an error to mac80211.
Mac80211 was thinking that we have the station and because of that,
sta_info::uploaded was set to 1. This allowed
ieee80211_find_sta_by_ifaddr() to return a valid station object, but
that ieee80211_sta didn't have any iwl_mvm_sta object initialized and
that caused the crash mentioned earlier when we got Rx on that station.
References
Configurations
Configuration 1 (hide)
|
History
17 Mar 2025, 15:37
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/00f4eb31b8193f6070ce24df636883f9c104ca95 - Patch | |
References | () https://git.kernel.org/stable/c/b7198383ef2debe748118996f627452281cf27d7 - Patch | |
References | () https://git.kernel.org/stable/c/c12f0f4d4caf23b1bfdc2602b6b70d56bdcd6aa7 - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CWE | NVD-CWE-noinfo |
Information
Published : 2024-04-03 15:15
Updated : 2025-03-17 15:37
NVD link : CVE-2024-26693
Mitre link : CVE-2024-26693
CVE.ORG link : CVE-2024-26693
JSON object : View
Products Affected
linux
- linux_kernel
CWE