CVE-2026-43438
Last modified
CVE-2026-43438 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sched_ext: Remove redundant css_put() in scx_cgroup_init() The iterator css_for_each_descendant_pre() walks the cgroup hierarchy under cgroup_lock(). It does not increment the reference counts on yielded css structs. According to the cgroup documentation, css_put() should only be used to release a reference obtained via css_get() or css_tryget_online(). Since the iterator does not use either of these to acquire a reference, calling css_put() in the error path of scx_cgroup_init() causes a refcount underflow. Remove the unbalanced css_put() to prevent a potential Use-After-Free (UAF) vulnerability.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Remove redundant css_put() in scx_cgroup_init() The iterator css_for_each_descendant_pre() walks the cgroup hierarchy under cgroup_lock(). It does not increment the reference counts on yielded css structs. According to the cgroup documentation, css_put() should only be used to release a reference obtained via css_get() or css_tryget_online(). Since the iterator does not use either of these to acquire a reference, calling css_put() in the error path of scx_cgroup_init() causes a refcount underflow. Remove the unbalanced css_put() to prevent a potential Use-After-Free (UAF) vulnerability.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43438?
How severe is CVE-2026-43438?
How do I fix CVE-2026-43438?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43432In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43433In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43434In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43435In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43436In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43437In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43439In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-4344A maliciously crafted HTML payload in a component name, when…7.1
- CVE-2026-43440In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43441In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43442In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43443In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43438?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
