PT-2026-36325 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-06
·
CVE-2026-31695
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
A use-after-free issue exists in the virt wifi component of the Linux kernel. The problem occurs because
SET NETDEV DEV(dev, &priv->lowerdev->dev) is executed for virt wifi net devices, but the unregistration of a virt wifi device in netdev run todo() can happen simultaneously with the device referenced by SET NETDEV DEV(). This can lead to a situation where the dev.parent field points to freed memory. When ethnl ops begin() calls pm runtime get sync(dev->dev.parent) during ethtool operations on a device being unregistered, it results in a use-after-free. A use-after-free is a memory corruption flaw where a program continues to use a pointer after it has been freed.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
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