In the Linux kernel, the following vulnerability has been resolved:
ieee802154/adf7242: defer destroy_workqueue call
There is a possible race condition (use-after-free) like below
(FREE) | (USE) adf7242_remove | adf7242_channel cancel_delayed_work_sync | destroy_workqueue (1) | adf7242_cmd_rx | mod_delayed_work (2) |
The root cause for this race is that the upper layer (ieee802154) is unaware of this detaching event and the function adf7242_channel can be called without any checks.
To fix this, we can add a flag write at the beginning of adf7242_remove and add flag check in adf7242_channel. Or we can just defer the destructive operation like other commit 3e0588c291d6 ("hamradio: defer ax25 kfree after unregister_netdev") which let the ieee802154_unregister_hw() to handle the synchronization. This patch takes the second option.
runs")
CVSS Details
- CVSS 3.1 Base Score: 8
- CVSS 3.1 Vector: (CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Jun 20, 2025 | Jun 20, 2025 |
| Dell Powerstore Dsa2025429 | — | Upgrade Dell PowerStoreOS to the latest version | Dec 3, 2025 | Dec 2, 2025 |
| Dell Powerstore Dsa2026039 | — | Upgrade Dell PowerStoreOS to the latest version | Jan 13, 2026 | Jan 6, 2026 |
| Ubuntu | — | Upgrade linux-kvmUpgrade linux-aws-5.15Upgrade linux-awsUpgrade linux-raspiUpgrade linux-bluefieldUpgrade linux-gcp-5.15Upgrade linux-gkeUpgrade linux-aws-5.4Upgrade linux-azureUpgrade linux-intel-iotg-5.15Upgrade linux-iotUpgrade linux-realtimeUpgrade linux-oracleUpgrade linux-lowlatency-hwe-5.15Upgrade linux-oracle-5.4Upgrade linux-lowlatencyUpgrade linux-intel-iotgUpgrade linux-azure-5.4Upgrade linux-nvidiaUpgrade linux-raspi-5.4Upgrade linux-hwe-5.15Upgrade linux-fipsUpgrade linux-gcp-fipsUpgrade linuxUpgrade linux-oracle-5.15Upgrade linux-ibmUpgrade linux-aws-fipsUpgrade linux-ibm-5.4Upgrade linux-riscv-5.15Upgrade linux-azure-fipsUpgrade linux-azure-5.15Upgrade linux-gcpUpgrade linux-gcp-5.4Upgrade linux-gkeopUpgrade linux-hwe-5.4 | Jun 26, 2025 | Jun 18, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | May 27, 2026 | Jun 18, 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