CVE-2026-64556
Last modified
CVE-2026-64556 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: perf/core: Detach event groups during remove_on_exec perf_event_remove_on_exec() removes events by calling perf_event_exit_event(). For top-level events, this removes the event from the context with DETACH_EXIT only. This can leave inconsistent group state when a removed event is a group leader and the group contains siblings without remove_on_exec. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: perf/core: Detach event groups during remove_on_exec perf_event_remove_on_exec() removes events by calling perf_event_exit_event(). For top-level events, this removes the event from the context with DETACH_EXIT only. This can leave inconsistent group state when a removed event is a group leader and the group contains siblings without remove_on_exec. If the group was active, the surviving siblings can remain active and attached to the removed leader's sibling list, but are no longer represented by a valid group leader on the PMU context active lists. A later close of the removed leader uses DETACH_GROUP and can promote the still-active siblings from this stale group state. The next schedule-in can then add an already-linked active_list entry again, corrupting the PMU context active list. With DEBUG_LIST enabled, this is caught as a list_add double-add in merge_sched_in(). Fix this by detaching group relationships when remove_on_exec removes an event. This preserves the existing task-exit and revoke behavior, while ensuring surviving siblings are ungrouped before the removed event leaves the context.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2e498d0a74e5b88a6689ae1b811f247f91ff188e, < 4cdb1b3ab96eb1b7eb70bc5c82fede334bd60df2; >= 2e498d0a74e5b88a6689ae1b811f247f91ff188e, < 39358e856fb89e62e3c8d7389a2dc4ec33dbe90e; >= 2e498d0a74e5b88a6689ae1b811f247f91ff188e, < a2d5d3ee7b6e3953114726b1521e62123ab5b043; >= 2e498d0a74e5b88a6689ae1b811f247f91ff188e, < 06ccef0434e98058ddae7bcebc901f93d22b7653; >= 2e498d0a74e5b88a6689ae1b811f247f91ff188e, < 037a3c43edfb597665dd34457cd22b14692f2ba3 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64556?
How severe is CVE-2026-64556?
How do I fix CVE-2026-64556?
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-64550In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-64551In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64552In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64554In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64555In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64557In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64558In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64559In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6456The Account Switcher plugin for WordPress is vulnerable to P…8.8
- CVE-2026-64560In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64561In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-64556?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
