PT-2026-39099 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-21
·
CVE-2026-43438
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 refcount underflow occurs in the
scx cgroup init() function due to a redundant call to css put() in the error path. The iterator css for each descendant pre() traverses the cgroup hierarchy under cgroup lock() without incrementing reference counts on yielded css structs. Because css put() is intended only to release references obtained via css get() or css tryget online(), its incorrect use in this context can lead to a Use-After-Free (UAF) condition, where the system attempts to access memory that has already 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