PT-2026-2521 · Linux · Linux Kernel
Published
2025-12-10
·
Updated
2026-05-26
·
CVE-2025-68789
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The
ibmpex high low store() function in the Linux kernel does not validate driver data retrieved using dev get drvdata(). This creates a race condition where the sysfs callback can be invoked after the data structure is freed, leading to a use-after-free issue. The fix involves adding a NULL check after dev get drvdata() and reordering operations in the deletion path to prevent TOCTOU (Time-of-Check to Time-of-Use).Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Time Of Check To Time Of Use
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel