CVE-2024-49954 Affecting kernel-debug package, versions *
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RHEL7-KERNELDEBUG-8293477
- published 23 Oct 2024
- disclosed 21 Oct 2024
Introduced: 21 Oct 2024
CVE-2024-49954 Open this link in a new tabHow to fix?
There is no fixed version for RHEL:7
kernel-debug
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream kernel-debug
package and not the kernel-debug
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
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().
References
- https://access.redhat.com/security/cve/CVE-2024-49954
- 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