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-38601

4.7 · MEDIUM
Published Jun 19, 2024 linux CWE-362 EPSS 0.18% (7th pctl)

Overview

CVE-2024-38601 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 19, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

ring-buffer: Fix a race between readers and resize checks

The reader code in rb_get_reader_page() swaps a new reader page into the

ring buffer by doing cmpxchg on old->list.prev->next to point it to the

new page. Following that, if the operation is successful,

old->list.next->prev gets updated too. This means the underlying

doubly-linked list is temporarily inconsistent, page->prev->next or

page->next->prev might not be equal back to page for some page in the

ring buffer.

The resize operation in ring_buffer_resize() can be invoked in parallel.

It calls rb_check_pages() which can detect the described inconsistency

and stop further tracing:

[ 190.271762] ------------[ cut here ]------------

[ 190.271771] WARNING: CPU: 1 PID: 6186 at kernel/trace/ring_buffer.c:1467 rb_check_pages.isra.0+0x6a/0xa0

[ 190.271789] Modules linked in: [...]

[ 190.271991] Unloaded tainted modules: intel_uncore_frequency(E):1 skx_edac(E):

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 >= 3.5, < 4.19.316 Affected

Frequently Asked Questions

What is CVE-2024-38601?

CVE-2024-38601 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 19, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2024-38601?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-38601?

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-38601?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-38601 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.