VDB
DEBIAN-CVE-2026-23221
DEBIAN-CVE-2026-23221
PUBLISHED
CVSS 7.800000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix use-after-free in driver_override_show() The driver_override_show() function reads the driver_override string without holding the device_lock. However, driver_override_store() uses driver_set_override(), which modifies and frees the string while holding the device_lock. This can result in a concurrent use-after-free if the string is freed by the store function while being read by the show function. Fix this by holding the device_lock around the read operation.
Risk Scores
CVSS v3.1
7.800000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.153-1, 6.1.158-1, 6.1.162-1 |
| Debian:12 | linux | 6.1.66-1, 6.1.67-1, 6.1.69-1 |
| Debian:14 | linux | 6.16.12-1, 6.16.12-2, 6.16.3-1 |
| Debian:13 | linux | 6.12.57-1, 6.12.57-1, 6.12.48-1 |
| Debian:11 | linux | 6.19-1~exp1, 6.18.8-1, * |
Timeline
- Feb 18, 2026 CVE Published
- Apr 28, 2026 CVE Updated