Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-57930

5.5 · MEDIUM
Published Jan 21, 2025 linux EPSS 0.20% (10th pctl)

Overview

CVE-2024-57930 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 21, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

tracing: Have process_string() also allow arrays

In order to catch a common bug where a TRACE_EVENT() TP_fast_assign()

assigns an address of an allocated string to the ring buffer and then

references it in TP_printk(), which can be executed hours later when the

string is free, the function test_event_printk() runs on all events as

they are registered to make sure there's no unwanted dereferencing.

It calls process_string() to handle cases in TP_printk() format that has

"%s". It returns whether or not the string is safe. But it can have some

false positives.

For instance, xe_bo_move() has:

TP_printk("move_lacks_source:%s, migrate object %p [size %zu] from %s to %s device_id:%s",

__entry->move_lacks_source ? "yes" : "no", __entry->bo, __entry->size,

xe_mem_type_to_name[__entry->old_placement],

xe_mem_type_to_name[__entry->new_placement], __get_str(device_id))

Where the "%s" refe

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.1.122, < 6.1.124 Affected

Frequently Asked Questions

What is CVE-2024-57930?

CVE-2024-57930 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 21, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-57930?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-57930?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-57930?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-57930 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.