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

7.1 · HIGH
Published May 30, 2024 linux EPSS 0.21% (11th pctl)

Overview

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

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

btrfs: zoned: do not flag ZEROOUT on non-dirty extent buffer

Btrfs clears the content of an extent buffer marked as

EXTENT_BUFFER_ZONED_ZEROOUT before the bio submission. This mechanism is

introduced to prevent a write hole of an extent buffer, which is once

allocated, marked dirty, but turns out unnecessary and cleaned up within

one transaction operation.

Currently, btrfs_clear_buffer_dirty() marks the extent buffer as

EXTENT_BUFFER_ZONED_ZEROOUT, and skips the entry function. If this call

happens while the buffer is under IO (with the WRITEBACK flag set,

without the DIRTY flag), we can add the ZEROOUT flag and clear the

buffer's content just before a bio submission. As a result:

1) it can lead to adding faulty delayed reference item which leads to a

FS corrupted (EUCLEAN) error, and

2) it writes out cleared tree node on disk

The former issue is previously discussed in [1]. The corruption happens

when it runs

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

Frequently Asked Questions

What is CVE-2024-36027?

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

How severe is CVE-2024-36027?

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

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

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