In the Linux kernel, the following vulnerability has been resolved:
drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()
There is a deadlock in rtllib_beacons_stop(), which is shown below:
(Thread 1) | (Thread 2) | rtllib_send_beacon() rtllib_beacons_stop() | mod_timer() spin_lock_irqsave() //(1) | (wait a time) ... | rtllib_send_beacon_cb() del_timer_sync() | spin_lock_irqsave() //(2) (wait timer to stop) | ...
We hold ieee->beacon_lock in position (1) of thread 1 and use del_timer_sync() to wait timer to stop, but timer handler also need ieee->beacon_lock in position (2) of thread 2. As a result, rtllib_beacons_stop() will block forever.
This patch extracts del_timer_sync() from the protection of spin_lock_irqsave(), which could let timer handler to obtain the needed lock.
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 | Feb 27, 2025 | Feb 27, 2025 |
| Redhat_linux | — | No solution exists | Jul 9, 2025 | Feb 26, 2025 |
| Ubuntu | — | Upgrade linux-hwe-5.4Upgrade linux-hweUpgrade linuxUpgrade linux-kvmUpgrade linux-gcp-4.15Upgrade linux-ibmUpgrade linux-azure-4.15Upgrade linux-azure-fipsUpgrade linux-iotUpgrade linux-aws-fipsUpgrade linux-nvidiaUpgrade linux-gcp-fipsUpgrade linux-raspi-5.4Upgrade linux-azure-5.4Upgrade linux-azure-fde-5.15Upgrade linux-azure-5.15Upgrade linux-awsUpgrade linux-gcp-5.4Upgrade linux-gcpUpgrade linux-ibm-5.4Upgrade linux-intel-iotg-5.15Upgrade linux-gkeopUpgrade linux-oracleUpgrade linux-riscv-5.15Upgrade linux-gkeUpgrade linux-lowlatencyUpgrade linux-fipsUpgrade linux-hwe-5.15Upgrade linux-azureUpgrade linux-bluefieldUpgrade linux-aws-5.15Upgrade linux-raspiUpgrade linux-realtimeUpgrade linux-aws-hweUpgrade linux-aws-5.4Upgrade linux-intel-iotgUpgrade linux-oracle-5.15Upgrade linux-gcp-5.15Upgrade linux-lowlatency-hwe-5.15Upgrade linux-oracle-5.4 | Mar 3, 2025 | Feb 26, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | May 27, 2026 | Feb 26, 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