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

7.8 · HIGH
Published Jul 12, 2024 debian CWE-416 EPSS 0.29% (21th pctl)

Overview

CVE-2024-39496 is a high-severity vulnerability affecting debian debian_linux. It was published on July 12, 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: zoned: fix use-after-free due to race with dev replace

While loading a zone's info during creation of a block group, we can race

with a device replace operation and then trigger a use-after-free on the

device that was just replaced (source device of the replace operation).

This happens because at btrfs_load_zone_info() we extract a device from

the chunk map into a local variable and then use the device while not

under the protection of the device replace rwsem. So if there's a device

replace operation happening when we extract the device and that device

is the source of the replace operation, we will trigger a use-after-free

if before we finish using the device the replace operation finishes and

frees the device.

Fix this by enlarging the critical section under the protection of the

device replace rwsem so that all uses of the device are done inside the

critical section.

Remediation

Check the references section for vendor advisories and patches from debian. Update debian_linux 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.12, < 6.1.95 Affected

Frequently Asked Questions

What is CVE-2024-39496?

CVE-2024-39496 is a high-severity vulnerability affecting debian debian_linux. It was published on July 12, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-39496?

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

Check the references section for vendor advisories and patches from debian. Update debian_linux 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-39496?

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