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

5.5 · MEDIUM
Published Apr 3, 2024 linux CWE-459 EPSS 0.21% (11th pctl)

Overview

CVE-2024-26756 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 3, 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: Don't register sync_thread for reshape directly

Currently, if reshape is interrupted, then reassemble the array will

register sync_thread directly from pers->run(), in this case

'MD_RECOVERY_RUNNING' is set directly, however, there is no guarantee

that md_do_sync() will be executed, hence stop_sync_thread() will hang

because 'MD_RECOVERY_RUNNING' can't be cleared.

Last patch make sure that md_do_sync() will set MD_RECOVERY_DONE,

however, following hang can still be triggered by dm-raid test

shell/lvconvert-raid-reshape.sh occasionally:

[root@fedora ~]# cat /proc/1982/stack

[<0>] stop_sync_thread+0x1ab/0x270 [md_mod]

[<0>] md_frozen_sync_thread+0x5c/0xa0 [md_mod]

[<0>] raid_presuspend+0x1e/0x70 [dm_raid]

[<0>] dm_table_presuspend_targets+0x40/0xb0 [dm_mod]

[<0>] __dm_destroy+0x2a5/0x310 [dm_mod]

[<0>] dm_destroy+0x16/0x30 [dm_mod]

[<0>] dev_remove+0x165/0x290 [dm_mod]

[<0>] ctl_ioctl+0x4bb/0x7b0 [dm_mod]

[<0>] d

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 >= 2.6.17, < 6.7.7 Affected

Frequently Asked Questions

What is CVE-2024-26756?

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

How severe is CVE-2024-26756?

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

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

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