CVE-2024-56569

Updated on 27 Dec 2024

Severity

5.5 Medium severity

Details

CVSS score
5.5
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Overview

About vulnerability

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.

Details

Affected packages:
linux @ 4.15.0 (+8 more)

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.

Fixes