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()`.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-27 02:15
Updated : 2025-11-03 20:17
NVD link : CVE-2025-21728
Mitre link : CVE-2025-21728
CVE.ORG link : CVE-2025-21728
JSON object : View
Products Affected
linux
- linux_kernel
CWE
