CVE-2024-26897

Updated: 2024-06-05 06:50:52.689582

Description:

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete The ath9k_wmi_event_tasklet() used in ath9k_htc assumes that all the data structures have been fully initialised by the time it runs. However, because of the order in which things are initialised, this is not guaranteed to be the case, because the device is exposed to the USB subsystem before the ath9k driver initialisation is completed. We already committed a partial fix for this in commit: 8b3046abc99e ("ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()") However, that commit only aborted the WMI_TXSTATUS_EVENTID command in the event tasklet, pairing it with an "initialisation complete" bit in the TX struct. It seems syzbot managed to trigger the race for one of the other commands as well, so let's just move the existing synchronisation bit to cover the whole tasklet (setting it at the end of ath9k_htc_probe_device() instead of inside ath9k_tx_init()).


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x NONE 0
CVSS Version 3.x MEDIUM 4.1

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 4.1 MEDIUM Released CLSA-2024:1722533082 2024-08-01 14:33:25
AlmaLinux 9.2 FIPS kernel 5.14.0 4.1 MEDIUM Released CLSA-2024:1722530110 2024-08-01 14:33:26
CentOS 6 ELS kernel 2.6.32 4.1 MEDIUM Ignored 2024-06-24 10:10:19
CentOS 7 ELS kernel 3.10.0 4.1 MEDIUM Ignored 2024-06-24 11:20:19
CentOS 8.4 ELS kernel 4.18.0 4.1 MEDIUM Ignored 2024-06-24 11:20:19
CentOS 8.5 ELS kernel 4.18.0 4.1 MEDIUM Ignored 2024-06-24 11:20:20
CentOS Stream 8 ELS kernel 4.18.0 4.1 MEDIUM Already Fixed 2024-06-09 14:18:50
CloudLinux 6 ELS kernel 2.6.32 4.1 MEDIUM Ignored 2024-06-24 10:10:19
CloudLinux 7 ELS kernel 3.10.0 4.1 MEDIUM Ignored 2024-08-15 12:09:14
Oracle Linux 6 ELS kernel 2.6.32 4.1 MEDIUM Ignored 2024-06-24 10:10:18