PT-2026-43856 · Opensuse+2 · Opensuse Tumbleweed+2
CVE-2026-45989
·
Published
2026-05-27
·
Updated
2026-08-20
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)
openSUSE Tumbleweed versions prior to kernel-devel-7.0.11-1.1
Description
A use-after-free issue exists in the
testdrv probe() function. The function retrieves the device node from the PCI device, applies an overlay, and calls of node put(dn), which releases the reference held by the PCI core. If the reference count drops to zero, the node is freed. Subsequently, the freed pointer dn is passed to of platform default populate(), resulting in a use-after-free condition. This occurs because the reference to pdev->dev.of node is owned by the device model and should not be released by the driver.Recommendations
For Linux kernel, remove the erroneous
of node put() call within the testdrv probe() function to prevent premature freeing of the node.
For openSUSE Tumbleweed, update to version kernel-devel-7.0.11-1.1.Exploit
Fix
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
Ubuntu
Opensuse Tumbleweed