Security Advisory

CVE-2025-21728

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-02-27 02:07:34
Last updated 2026-07-14 12:39:53
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Send signals asynchronously if !preemptible BPF programs can execute in all kinds of contexts and when a program running in a non-preemptible context uses the bpf_send_signal() kfunc, it will cause issues because this kfunc can sleep. Change `irqs_disabled()` to `!preemptible()`.