PT-2026-20447 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-04-20
·
CVE-2026-23221
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The
driver override show() function in the Linux kernel can experience a use-after-free condition. This occurs because the function reads the driver override string without acquiring the device lock. Simultaneously, the driver override store() function modifies and frees this string while holding the device lock. If the store function frees the string while the show function is reading it, a concurrent use-after-free issue arises. The fix involves acquiring the device lock around the read operation.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel