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

7.8 · HIGH
Published Sep 18, 2024 linux CWE-362 EPSS 0.19% (9th pctl)

Overview

CVE-2024-46734 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 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:

btrfs: fix race between direct IO write and fsync when using same fd

If we have 2 threads that are using the same file descriptor and one of

them is doing direct IO writes while the other is doing fsync, we have a

race where we can end up either:

1) Attempt a fsync without holding the inode's lock, triggering an

assertion failures when assertions are enabled;

2) Do an invalid memory access from the fsync task because the file private

points to memory allocated on stack by the direct IO task and it may be

used by the fsync task after the stack was destroyed.

The race happens like this:

1) A user space program opens a file descriptor with O_DIRECT;

2) The program spawns 2 threads using libpthread for example;

3) One of the threads uses the file descriptor to do direct IO writes,

while the other calls fsync using the same file descriptor.

4) Call task A the thread doing direct IO writes and task B the

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 >= 5.15.165, < 5.15.167 Affected

Frequently Asked Questions

What is CVE-2024-46734?

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

How severe is CVE-2024-46734?

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

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

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