Improper resource shutdown or release in Linux kernel - CVE-2026-93111
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to prevent the release of a tracing_multi link.
The vulnerability exists due to improper resource release in register_fentry_multi() BPF trampoline registration when attaching a tracing_multi link followed by an fentry link. A local user can attach a tracing_multi link and then an fentry link to prevent the release of the tracing_multi link.
The condition triggers a kernel warning during tracing_multi link release.