PT-2026-8200 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-02-14
·
CVE-2026-23192
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 Linux kernel contains a use-after-free issue within the linkwatch functionality. Specifically, the issue arises from the improper handling of device reference counts after
linkwatch do dev() calls dev put(). This can lead to the device being freed while still being accessed by linkwatch run queue(), resulting in a use-after-free condition when attempting to call netdev unlock ops() on the already-freed device. The issue can be triggered by adding and deleting a tun interface and can be reproduced with the provided steps. A KASAN report confirms the use-after-free in netdev need ops lock.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