CVE-2026-74637
Last modified
CVE-2026-74637 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix group leader use-after-free after sibling detach perf_group_detach() handles leader and sibling detach differently. When the group leader is detached, all siblings are promoted to singleton events and their group_leader pointer is reset to themselves.
Description
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix group leader use-after-free after sibling detach perf_group_detach() handles leader and sibling detach differently. When the group leader is detached, all siblings are promoted to singleton events and their group_leader pointer is reset to themselves. When a sibling is detached, it is removed from the leader's sibling_list, but its group_leader pointer is left pointing at the old leader. That is harmless when the sibling is being closed and freed immediately, as in the DETACH_DEAD path. It is not safe when the sibling is detached but kept alive, such as during CPU hotplug with DETACH_GROUP. In that case the sibling is removed from the context, while its file descriptor can still keep it alive. A typical failing sequence is: - A group contains leader L and sibling S. - CPU hot-unplug detaches S with DETACH_GROUP, removing it from L->sibling_list but leaving S->group_leader == L. - L is later closed and freed. - A PERF_IOC_FLAG_GROUP ioctl on S follows S->group_leader and dereferences the freed leader. This was reproduced by running the perf event fuzzer, CPU hotplug, and a stress workload concurrently: Unable to handle kernel paging request at virtual address 006b6b6b6b6b6cdb CPU: 2 PID: 12489 Comm: perf_fuzzer 6.18.7 PREEMPT pc : perf_ioctl+0x34c/0xc68 x20: ffffff89a3fa2c70 x8 : 6b6b6b6b6b6b6b6b Code: 943c4a0e 340047a0 f9404a94 f9411e88 (f940b908) Call trace: perf_ioctl+0x34c/0xc68 (P) __arm64_sys_ioctl+0xa0/0xf4 invoke_syscall+0x58/0xe4 el0_svc_common+0xa8/0xdc do_el0_svc+0x1c/0x28 el0_svc+0x40/0xc0 el0t_64_sync_handler+0x68/0xdc el0t_64_sync+0x1c4/0x1c8 The fault happened in perf_ioctl(), where perf_event_for_each() follows the stale group_leader pointer and perf_event_for_each_child() then dereferences the freed leader's context. Fix the use-after-free by promoting the detached sibling to a singleton. Also fix __event_disable() cgroup accounting and event state change.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8a49542c0554af7d0073aac0ee73ee65b807ef34, < b42948f9e0d1ea4dbd5742ce1dfc7688de5d4a35; >= 8a49542c0554af7d0073aac0ee73ee65b807ef34, < a979a642402d0b1f856c7a729b4cb2d92de4cf2f; >= 8a49542c0554af7d0073aac0ee73ee65b807ef34, < 1e7abfeb23c12bf46f6457e4a3e1a1a300d50619; >= 8a49542c0554af7d0073aac0ee73ee65b807ef34, < 42c5ca1f0a288a52878bd72a5595b08261057438; e732ebc42aea321ee84514330eb3a675307fcc83; >= 2.6.34.14, < 2.6.35 |
| Linux | Linux | 2.6.35 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74637?
How severe is CVE-2026-74637?
How do I fix CVE-2026-74637?
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-74631In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74632In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74633In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74634In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74635In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74636In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74638In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74639In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7464The WP Google Maps Integration plugin for WordPress is vulne…6.1
- CVE-2026-74640In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74641In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74642In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74637?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
