First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix regression with module command in stack_trace_filter When executing the following command: # echo "write*:mod:ext3" > /sys/kernel/tracing/stack_trace_filter The current mod command causes a null pointer dereference. While commit 0f17976568b3f ("ftrace: Fix regression with module command in stack_trace_filter") has addressed part of the issue, it left a corner case unhandled, which still results in a kernel crash.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.12<5.4.287 | |
Linux Kernel | >=5.5<5.10.231 | |
Linux Kernel | >=5.11<5.15.174 | |
Linux Kernel | >=5.16<6.1.120 | |
Linux Kernel | >=6.2<6.6.64 | |
Linux Kernel | >=6.7<6.12.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56569 represents a moderate severity vulnerability in the Linux kernel due to a regression in the ftrace module.
To fix CVE-2024-56569, update your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2024-56569 affects multiple versions of the Linux kernel between 4.12 and 6.12.4.
CVE-2024-56569 addresses a regression issue with the module command in stack_trace_filter within the Linux kernel.
CVE-2024-56569 is not classified as a remotely exploitable vulnerability, as it requires local command execution to trigger.