5.5
CVE-2024-49954
- EPSS 0.24%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
- CVE-Watchlists
- Unerledigt
static_call: Replace pointless WARN_ON() in static_call_module_notify()
In the Linux kernel, the following vulnerability has been resolved: static_call: Replace pointless WARN_ON() in static_call_module_notify() static_call_module_notify() triggers a WARN_ON(), when memory allocation fails in __static_call_add_module(). That's not really justified, because the failure case must be correctly handled by the well known call chain and the error code is passed through to the initiating userspace application. A memory allocation fail is not a fatal problem, but the WARN_ON() takes the machine out when panic_on_warn is set. Replace it with a pr_warn().
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 5.10 < 5.15.168
Linux ≫ Linux Kernel Version >= 5.16 < 6.1.113
Linux ≫ Linux Kernel Version >= 6.2 < 6.6.55
Linux ≫ Linux Kernel Version >= 6.7 < 6.10.14
Linux ≫ Linux Kernel Version >= 6.11 < 6.11.3
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.24% | 0.142 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
https://git.kernel.org/stable/c/85a104aaef1f56623acc10ba4c42d5f046ba65b7
https://git.kernel.org/stable/c/b83bef74c121a3311240fc4002d23486b85355e4
https://git.kernel.org/stable/c/bc9356513d56b688775497b7ac6f2b967f46a80c
https://git.kernel.org/stable/c/e67534bd31d79952b50e791e92adf0b3e6c13b8c
https://git.kernel.org/stable/c/ea2cdf4da093d0482f0ef36ba971e2e0c7673425
https://git.kernel.org/stable/c/fe513c2ef0a172a58f158e2e70465c4317f0a9a2
https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html