CVE-2026-23158
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
14/02/2026
Last modified:
18/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
gpio: virtuser: fix UAF in configfs release path<br />
<br />
The gpio-virtuser configfs release path uses guard(mutex) to protect<br />
the device structure. However, the device is freed before the guard<br />
cleanup runs, causing mutex_unlock() to operate on freed memory.<br />
<br />
Specifically, gpio_virtuser_device_config_group_release() destroys<br />
the mutex and frees the device while still inside the guard(mutex)<br />
scope. When the function returns, the guard cleanup invokes<br />
mutex_unlock(&dev->lock), resulting in a slab use-after-free.<br />
<br />
Limit the mutex lifetime by using a scoped_guard() only around the<br />
activation check, so that the lock is released before mutex_destroy()<br />
and kfree() are called.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.12.69 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



