CVE-2026-74753
Last modified
CVE-2026-74753 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: perf: Reject exited events as group leaders perf_event_remove_on_exec() sets remove-on-exec events to the EXIT state and detaches their group relationships. The event's file descriptor can remain open, however, and perf_event_open() currently accepts that event as a group leader because its early validation rejects only REVOKED and DEAD events. A new sibling can consequently be linked to the detached leader. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: perf: Reject exited events as group leaders perf_event_remove_on_exec() sets remove-on-exec events to the EXIT state and detaches their group relationships. The event's file descriptor can remain open, however, and perf_event_open() currently accepts that event as a group leader because its early validation rejects only REVOKED and DEAD events. A new sibling can consequently be linked to the detached leader. When the leader is closed, perf_group_detach() observes that its PERF_ATTACH_GROUP bit is already clear and skips the new sibling. The sibling then retains a group_leader pointer to the freed event. Reject group leaders in the EXIT state. Perform the check while holding the shared context mutex so that an exec in the target task cannot detach the leader between validation and group attachment. [peterz: make the earlier test fully consistent]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4cdb1b3ab96eb1b7eb70bc5c82fede334bd60df2, < ce12e1170c0c78dffb9b28af6d287492ae7dd99d; >= 39358e856fb89e62e3c8d7389a2dc4ec33dbe90e, < e593031ff19a9484e8a00bc47edd447187721846; >= a2d5d3ee7b6e3953114726b1521e62123ab5b043, < 7a03413f31c196ab3894f988cdce0bb47b4fec42; >= 06ccef0434e98058ddae7bcebc901f93d22b7653, < 7ce010275c531475f9d6e7efb11b9e522c74ed2e; >= 037a3c43edfb597665dd34457cd22b14692f2ba3, < fa091f46c3833fb22384f10eade2b4e1e1d0b278 |
| Linux | Linux | >= 6.6.145, < 6.6.156; >= 6.12.96, < 6.12.108; >= 6.18.39, < 6.18.46; >= 7.1.4, < 7.1.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74753?
How severe is CVE-2026-74753?
How do I fix CVE-2026-74753?
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-74747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7475The Sky Addons plugin for WordPress is vulnerable to Stored …6.4
- CVE-2026-74750In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74751In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-74752In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7476Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel D…7.8
- CVE-2026-74761Improper input validation in TopicRegion in Apache ActiveMQ,…7.5
- CVE-2026-74764Pandora contains a path traversal vulnerability in its TAR a…10
- CVE-2026-74765Net::IDN::Punycode versions before 2.590 for Perl allow an o…6.5
- CVE-2026-74766Net::IDN::Punycode versions from 2.301 before 2.590 for Perl…8.4
- CVE-2026-74767Pandora contains a denial-of-service vulnerability in its ha…8.7
Are you affected by CVE-2026-74753?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
