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
23 Oct 2025, 13:05
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/092fc76b7ab4163e008f9cde596a58dad2108260 - Patch | |
| References | () https://git.kernel.org/stable/c/78b97783496b454435639937db3303e900a24d3f - Patch | |
| References | () https://git.kernel.org/stable/c/87c544108b612512b254c8f79aa5c0a8546e2cc4 - Patch | |
| References | () https://git.kernel.org/stable/c/be42a09fe898635b0093c0c8dac1bfabe225c240 - Patch | |
| References | () https://git.kernel.org/stable/c/ce51eab2070e295d298f42a2f1db269cd1b56d55 - Patch | |
| References | () https://git.kernel.org/stable/c/e306eaaa3d78b462db5f5b11e0171f9d2b6ca3f4 - Patch | |
| References | () https://git.kernel.org/stable/c/eeef8e65041a031bd8a747a392c14b76a123a12c - Patch | |
| References | () https://git.kernel.org/stable/c/feba1308bc5e8e04cee751d39fae8a9b407a9034 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:5.6:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| CWE | NVD-CWE-noinfo | |
| First Time |
Linux
Linux linux Kernel |
13 Mar 2025, 13:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
27 Feb 2025, 02:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-02-27 02:15
Updated : 2025-10-23 13:05
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
