PT-2026-34928 · Linux · Linux Kernel
Published
2026-04-24
·
Updated
2026-05-06
·
CVE-2026-31576
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 race condition exists in the hackrf driver. When the
hackrf probe() function registers a device and subsequently encounters an error, it may free device memory using kfree() while file descriptors are still open. Because open handles and in-flight I/O remain valid until the last reference is dropped and the driver release function is invoked, this leads to a use-after-free situation. Additionally, since the release function also frees memory, a double-free can occur.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