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

5.5 · MEDIUM
Published Aug 17, 2024 linux CWE-476 EPSS 0.21% (11th pctl)

Overview

CVE-2024-43855 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 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:

md: fix deadlock between mddev_suspend and flush bio

Deadlock occurs when mddev is being suspended while some flush bio is in

progress. It is a complex issue.

T1. the first flush is at the ending stage, it clears 'mddev->flush_bio'

and tries to submit data, but is blocked because mddev is suspended

by T4.

T2. the second flush sets 'mddev->flush_bio', and attempts to queue

md_submit_flush_data(), which is already running (T1) and won't

execute again if on the same CPU as T1.

T3. the third flush inc active_io and tries to flush, but is blocked because

'mddev->flush_bio' is not NULL (set by T2).

T4. mddev_suspend() is called and waits for active_io dec to 0 which is inc

by T3.

T1 T2 T3 T4

(flush 1) (flush 2) (third 3) (suspend)

md_submit_flush_data

mddev->flush_bio = NULL;

.

. md_flush_request

. mddev->flush_bio = bio

. queue submit_flushes

. .

. . m

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 >= 0, < 6.1.103 Affected

Frequently Asked Questions

What is CVE-2024-43855?

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

How severe is CVE-2024-43855?

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

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

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