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

7.8 · HIGH
Published May 20, 2024 linux CWE-787 EPSS 0.20% (10th pctl)

Overview

CVE-2024-36001 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

netfs: Fix the pre-flush when appending to a file in writethrough mode

In netfs_perform_write(), when the file is marked NETFS_ICTX_WRITETHROUGH

or O_*SYNC or RWF_*SYNC was specified, write-through caching is performed

on a buffered file. When setting up for write-through, we flush any

conflicting writes in the region and wait for the write to complete,

failing if there's a write error to return.

The issue arises if we're writing at or above the EOF position because we

skip the flush and - more importantly - the wait. This becomes a problem

if there's a partial folio at the end of the file that is being written out

and we want to make a write to it too. Both the already-running write and

the write we start both want to clear the writeback mark, but whoever is

second causes a warning looking something like:

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

R=00000012: folio 11 is not under writeback

WARNING: CPU:

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.8, < 6.8.9 Affected

Frequently Asked Questions

What is CVE-2024-36001?

CVE-2024-36001 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-36001?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-36001?

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

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