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

9.8 · CRITICAL
Published Aug 7, 2024 linux CWE-416 EPSS 0.76% (53th pctl)

Overview

CVE-2024-42232 is a critical-severity vulnerability affecting linux linux_kernel. It was published on August 7, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

libceph: fix race between delayed_work() and ceph_monc_stop()

The way the delayed work is handled in ceph_monc_stop() is prone to

races with mon_fault() and possibly also finish_hunting(). Both of

these can requeue the delayed work which wouldn't be canceled by any of

the following code in case that happens after cancel_delayed_work_sync()

runs -- __close_session() doesn't mess with the delayed work in order

to avoid interfering with the hunting interval logic. This part was

missed in commit b5d91704f53e ("libceph: behave in mon_fault() if

cur_mon < 0") and use-after-free can still ensue on monc and objects

that hang off of it, with monc->auth and monc->monmap being

particularly susceptible to quickly being reused.

To fix this:

- clear monc->cur_mon and monc->hunting as part of closing the session

in ceph_monc_stop()

- bail from delayed_work() if monc->cur_mon is cleared, similar to how

it's done in mon_fault

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, < 4.19.318 Affected

Frequently Asked Questions

What is CVE-2024-42232?

CVE-2024-42232 is a critical-severity vulnerability affecting linux linux_kernel. It was published on August 7, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-42232?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-42232?

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

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