A use-after-free vulnerability in the Linux Kernel Performance Events system can be exploited to achieve local privilege escalation. The perf_group_detach function did not check the event's siblin…
Summary
A use-after-free vulnerability in the Linux Kernel Performance Events system can be exploited to achieve local privilege escalation. The perf_group_detach function did not check the event's siblings' attach_state before calling add_event_to_groups(), but remove_on_exec made it possible to call list_del_event() on before detaching from their group, making it possible to use a dangling pointer causing a use-after-free vulnerability. We recommend upgrading past commit fd0815f632c24878e325821…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Lint boundary warnings (2)
The following non-blocking warnings were raised during the lint phase of this triage (e.g. reference URLs not yet on the allowlist). They do not affect entry usability and are disclosed for transparency (see DR-002).
-
REF_URL_NOT_ALLOWLISTEDurl not in allowlist: https://kernel.dance/fd0815f632c24878e325821943edccc7fde947a2 -
REF_URL_NOT_ALLOWLISTEDurl not in allowlist: https://kernel.dance/fd0815f632c24878e325821943edccc7fde947a2
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fd0815f632c24878e325821943edccc7fde947a2 Mitigation
- https://kernel.dance/fd0815f632c24878e325821943edccc7fde947a2 Patch
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fd0815f632c24878e325821943edccc7fde947a2 Mitigation
- https://kernel.dance/fd0815f632c24878e325821943edccc7fde947a2 Patch
- https://security.netapp.com/advisory/ntap-20230609-0002/
Timeline
- nvd_ingest NVD