
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23281 is a use-after-free vulnerability in the Linux kernel's libertas WiFi driver within the lbs_free_adapter() function. The flaw affects Linux kernel versions from 2.6.24 through multiple stable branches, with fixed versions including 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.78, 6.18.17, 6.19.7, and 7.0-rc2. It was published on March 25, 2026, and carries a CVSS v3.1 base score of 7.8 (High) (Red Hat CVE, Microsoft MSRC).
The root cause is an incorrect synchronization issue (CWE-821) leading to a use-after-free condition (CWE-416) in lbs_free_adapter(). The function calls timer_delete() — a non-synchronous operation — to cancel command_timer and tx_lockup_timer before freeing the adapter structure. Because timer_delete() does not wait for any in-progress timer callback to complete, a race condition exists: if lbs_cmd_timeout_handler or lbs_tx_lockup_handler is executing concurrently, it will access already-freed memory fields such as priv->driver_lock, priv->cur_cmd, and priv->dev. The bug was introduced in commit 8f641d93c38a ("libertas: detect TX lockups and reset hardware") and has existed in the command_timer path since the driver's initial inclusion in kernel 2.6.24. The fix replaces timer_delete() with timer_delete_sync() to ensure callbacks complete before the structure is freed (Red Hat CVE, Red Hat Bugzilla).
Successful exploitation can result in memory corruption, kernel panic (denial of service), or potentially arbitrary code execution in kernel context. Because the vulnerability operates at the kernel level, a local attacker who triggers the race condition could escalate privileges or crash the system entirely. The impact is scoped to systems with libertas WiFi hardware that are actively performing device management operations such as adapter removal or driver unload (Red Hat CVE, Microsoft MSRC).
The primary remediation is to update the Linux kernel to a patched version. Fixed releases include: 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.78, 6.18.17, 6.19.7, and 7.0-rc2. Distribution-specific patches have been issued by Red Hat, SUSE (SUSE-SU-2026:1661-1), Debian (DSA-6238-1, DSA-6243-1, DLA-4561-1), and Microsoft Azure Linux. No configuration-based workaround is available; upgrading the kernel is the only effective mitigation. Systems without libertas WiFi hardware are not affected (Red Hat CVE, SUSE Advisory).
Red Hat, SUSE, Debian, and Microsoft have all issued advisories or patches addressing this vulnerability, reflecting standard coordinated disclosure for a Linux kernel stable-branch fix. No notable independent researcher commentary or significant social media discussion has been identified beyond routine vendor patch announcements (Red Hat CVE, SUSE Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."