In the Linux kernel, the following vulnerability has been resolved:
wifi: ath9k: hif_usb: fix memory leak of remain_skbs
hif_dev->remain_skb is allocated and used exclusively in ath9k_hif_usb_rx_stream(). It is implied that an allocated remain_skb is processed and subsequently freed (in error paths) only during the next call of ath9k_hif_usb_rx_stream().
So, if the urbs are deallocated between those two calls due to the device deinitialization or suspend, it is possible that ath9k_hif_usb_rx_stream() is not called next time and the allocated remain_skb is leaked. Our local Syzkaller instance was able to trigger that.
remain_skb makes sense when receiving two consecutive urbs which are logically linked together, i.e. a specific data field from the first skb indicates a cached skb to be allocated, memcpy'd with some data and subsequently processed in the next call to ath9k_hif_usb_rx_stream(). Urbs deallocation supposedly makes that link irrelevant so we need to free the cached skb in those cases.
Fix the leak by introducing a function to explicitly free remain_skb (if it is not NULL) when the rx urbs have been deallocated. remain_skb is NULL when it has not been allocated at all (hif_dev struct is kzalloced) or when it has been processed in next call to ath9k_hif_usb_rx_stream().
Found by Linux Verification Center (linuxtesting.org) with Syzkaller.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Oct 9, 2025 | Oct 9, 2025 |
| Redhat_linux | — | No solution exists | Jul 17, 2026 | Oct 7, 2025 |
| Ubuntu | — | Upgrade linux-aws-5.4Upgrade linux-hwe-5.15Upgrade linux-nvidia-tegraUpgrade linux-raspiUpgrade linux-oracle-5.4Upgrade linux-oracle-5.15Upgrade linux-lowlatencyUpgrade linux-lowlatency-hwe-5.15Upgrade linux-ibm-5.15Upgrade linux-bluefieldUpgrade linux-awsUpgrade linux-riscv-5.15Upgrade linux-intel-iotgUpgrade linux-fipsUpgrade linux-azureUpgrade linux-realtimeUpgrade linux-nvidia-tegra-5.15Upgrade linux-raspi-5.4Upgrade linux-aws-5.15Upgrade linux-gkeUpgrade linux-nvidiaUpgrade linux-nvidia-tegra-igxUpgrade linux-intel-iotg-5.15Upgrade linux-azure-fipsUpgrade linux-xilinx-zynqmpUpgrade linux-iotUpgrade linux-gcp-5.15Upgrade linux-gcp-fipsUpgrade linux-oracleUpgrade linux-hwe-5.4Upgrade linux-ibm-5.4Upgrade linux-azure-5.4Upgrade linux-azure-5.15Upgrade linux-gcpUpgrade linux-aws-fipsUpgrade linux-ibmUpgrade linux-gkeopUpgrade linux-gcp-5.4Upgrade linux-intel-iot-realtimeUpgrade linuxUpgrade linux-kvm | Oct 10, 2025 | Oct 7, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Oct 15, 2025 | Oct 7, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub