CVE-2026-74753

Source
https://cve.org/CVERecord?id=CVE-2026-74753
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-74753.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-74753
Downstream
Published
2026-08-26T14:37:00Z
Modified
2026-09-04T03:30:37Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
perf: Reject exited events as group leaders
Details

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]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74753.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4cdb1b3ab96eb1b7eb70bc5c82fede334bd60df2
Fixed
ce12e1170c0c78dffb9b28af6d287492ae7dd99d
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
39358e856fb89e62e3c8d7389a2dc4ec33dbe90e
Fixed
e593031ff19a9484e8a00bc47edd447187721846
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a2d5d3ee7b6e3953114726b1521e62123ab5b043
Fixed
7a03413f31c196ab3894f988cdce0bb47b4fec42
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
06ccef0434e98058ddae7bcebc901f93d22b7653
Fixed
7ce010275c531475f9d6e7efb11b9e522c74ed2e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
037a3c43edfb597665dd34457cd22b14692f2ba3
Fixed
fa091f46c3833fb22384f10eade2b4e1e1d0b278

Affected versions

v6.*
v6.12.100
v6.12.101
v6.12.102
v6.12.103
v6.12.104
v6.12.105
v6.12.106
v6.12.107
v6.12.96
v6.12.97
v6.12.98
v6.12.99
v6.18.39
v6.18.40
v6.18.41
v6.18.42
v6.18.43
v6.18.44
v6.18.45
v6.6.145
v6.6.146
v6.6.147
v6.6.148
v6.6.149
v6.6.150
v6.6.151
v6.6.152
v6.6.153
v6.6.154
v6.6.155
v7.*
v7.1.4
v7.1.5
v7.1.6
v7.1.7
v7.1.8
v7.1.9

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-74753.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.145
Fixed
6.6.156
Type
ECOSYSTEM
Events
Introduced
6.12.96
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.18.39
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
7.1.4
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-74753.json"