Description
In the Linux kernel, the following vulnerability has been resolved:

wifi: wlcore: Fix a locking bug

Make sure that wl->mutex is locked before it is unlocked. This has been
detected by the Clang thread-safety analyzer.
Published: 2026-04-03
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Kernel instability potential
Action: Apply patch
AI Analysis

Impact

A locking bug was discovered in the wlcore wireless driver of the Linux kernel. The code attempted to release wl->mutex without first acquiring it, a defect detected by the Clang thread‑safety analyzer. The weakness relates to improper lock acquisition/release (CWE-667) and mutable data access without proper control (CWE-832). Due to the absent lock, concurrent accesses could manifest as race conditions, potentially leading to undefined kernel‐level behavior.

Affected Systems

The issue is present in any Linux kernel that incorporates the wlcore driver before the applied fix. Associated CPE entries cover Linux kernel 4.19 and the 7.0 series release candidates from rc1 through rc7, meaning that distributions shipping those kernels—or derivatives that include them—could be vulnerable. No specific vendor product name beyond the generic Linux Kernel is available.

Risk and Exploitability

The CVSS score of 5.5 indicates a medium severity. An EPSS score of less than 1% signals a low likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that an attacker would need to influence the wlcore driver’s operation—likely through crafted Wi‑Fi traffic or other local interactions—to trigger the race condition. No active exploits are publicly documented, and the provided patch resolves the locking defect.

Generated by OpenCVE AI on April 29, 2026 at 00:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that contains the wlcore locking bug fix
  • If an update is not yet available, disable Wi‑Fi operations or unload the wlcore driver to keep the vulnerable code from executing
  • Monitor system logs for kernel instability events that may indicate driver‑related issues

Generated by OpenCVE AI on April 29, 2026 at 00:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 24 Apr 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-667
CPEs cpe:2.3:o:linux:linux_kernel:4.19:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*

Sat, 18 Apr 2026 09:15:00 +0000


Tue, 07 Apr 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-366

Sat, 04 Apr 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-832
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 03 Apr 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-366

Fri, 03 Apr 2026 14:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.
Title wifi: wlcore: Fix a locking bug
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-04-18T08:58:48.786Z

Reserved: 2026-01-13T15:37:46.014Z

Link: CVE-2026-23420

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-04-03T14:16:28.027

Modified: 2026-04-24T15:21:23.107

Link: CVE-2026-23420

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-04-03T00:00:00Z

Links: CVE-2026-23420 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-29T00:45:26Z

Weaknesses