In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Disable bottom softirqs as part of spin_lock_irq() on PREEMPT_RT
snd_pcm_group_lock_irq() acquires a spinlock_t and disables interrupts via spin_lock_irq(). This also implicitly disables the handling of softirqs such as TIMER_SOFTIRQ. On PREEMPT_RT softirqs are preemptible and spin_lock_irq() does not disable them. That means a timer can be invoked during spin_lock_irq() on the same CPU. Due to synchronisations reasons local_bh_disable() has a per-CPU lock named softirq_ctrl.lock which synchronizes individual softirq against each other. syz-bot managed to trigger a lockdep report where softirq_ctrl.lock is acquired in hrtimer_cancel() in addition to hrtimer_run_softirq(). This is a possible deadlock.
The softirq_ctrl.lock can not be made part of spin_lock_irq() as this would lead to too much synchronisation against individual threads on the system. To avoid the possible deadlock, softirqs must be manually disabled before the lock is acquired.
Disable softirqs before the lock is acquired on PREEMPT_RT.
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Jul 23, 2026 | Jul 23, 2026 |
| Ubuntu | — | Upgrade linux-image-oracle-6.17Upgrade linux-image-oem-6.17Upgrade linux-image-awsUpgrade linux-image-gcp-6.17Upgrade linux-image-6.17.0-14-generic-64kUpgrade linux-image-6.17.0-1007-gcp-64kUpgrade linux-image-6.17.0-1007-gcpUpgrade linux-image-6.17.0-1007-awsUpgrade linux-image-6.17.0-1007-aws-64kUpgrade linux-image-realtimeUpgrade linux-image-generic-6.17Upgrade linux-image-gcp-64k-6.17Upgrade linux-image-oracleUpgrade linux-image-oracle-64k-6.17Upgrade linux-image-6.17.0-14-genericUpgrade linux-image-6.17.0-1008-raspiUpgrade linux-image-virtualUpgrade linux-image-6.17.0-1011-oemUpgrade linux-image-raspiUpgrade linux-image-generic-64k-6.17Upgrade linux-image-aws-64kUpgrade linux-image-aws-6.17Upgrade linux-image-gcp-64kUpgrade linux-image-virtual-6.17Upgrade linux-image-azure-6.17Upgrade linux-image-oracle-64kUpgrade linux-image-aws-64k-6.17Upgrade linux-image-gcpUpgrade linux-image-6.17.0-1007-oracle-64kUpgrade linux-image-6.17.0-1007-oracleUpgrade linux-image-6.17.0-1006-realtimeUpgrade linux-image-realtime-6.17Upgrade linux-image-genericUpgrade linux-image-6.17.0-1008-azureUpgrade linux-image-generic-64kUpgrade linux-image-raspi-6.17Upgrade linux-image-azure | Feb 13, 2026 | Feb 12, 2026 |
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