CVE-2025-21889

MEDIUM

Linux Kernel 6.2-6.6.80, 6.7-6.12.17, 6.13-6.13.5 - Use-After-Free in perf_iterate_ctx()

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perf_iterate_ctx() The perf_iterate_ctx() function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare(1) under CONFIG_PROVE_RCU_LIST=y: WARNING: suspicious RCU usage kernel/events/core.c:8168 RCU-list traversed in non-reader section!! Call Trace: lockdep_rcu_suspicious ? perf_event_addr_filters_apply perf_iterate_ctx perf_event_exec begin_new_exec ? load_elf_phdrs load_elf_binary ? lock_acquire ? find_held_lock ? bprm_execve bprm_execve do_execveat_common.isra.0 __x64_sys_execve do_syscall_64 entry_SYSCALL_64_after_hwframe This protection was previously present but was removed in commit bd2756811766 ("perf: Rewrite core context handling"). Add back the necessary rcu_read_lock()/rcu_read_unlock() pair around perf_iterate_ctx() call in perf_event_exec(). [ mingo: Use scoped_guard() as suggested by Peter ]

Scores

CVSS v3 5.5
EPSS 0.0018
EPSS Percentile 7.5%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

Status published
Products (15)
linux/Kernel 6.13.0 - 6.13.6linux
linux/Kernel 6.2.0 - 6.6.81linux
linux/Kernel 6.7.0 - 6.12.18linux
Linux/Linux < 6.2
Linux/Linux 6.12.18 - 6.12.*
Linux/Linux 6.13.6 - 6.13.*
Linux/Linux 6.14
Linux/Linux 6.2
Linux/Linux 6.6.81 - 6.6.*
Linux/Linux bd27568117664b8b3e259721393df420ed51f57b - 0fe8813baf4b2e865d3b2c735ce1a15b86002c74
... and 5 more
Published Mar 27, 2025
Tracked Since Feb 18, 2026