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

7.8 · HIGH
Published Oct 21, 2024 debian CWE-415 EPSS 0.32% (24th pctl)

Overview

CVE-2024-49882 is a high-severity vulnerability affecting debian debian_linux. It was published on October 21, 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:

ext4: fix double brelse() the buffer of the extents path

In ext4_ext_try_to_merge_up(), set path[1].p_bh to NULL after it has been

released, otherwise it may be released twice. An example of what triggers

this is as follows:

split2 map split1

|--------|-------|--------|

ext4_ext_map_blocks

ext4_ext_handle_unwritten_extents

ext4_split_convert_extents

// path->p_depth == 0

ext4_split_extent

// 1. do split1

ext4_split_extent_at

|ext4_ext_insert_extent

| ext4_ext_create_new_leaf

| ext4_ext_grow_indepth

| le16_add_cpu(&neh->eh_depth, 1)

| ext4_find_extent

| // return -ENOMEM

|// get error and try zeroout

|path = ext4_find_extent

| path->p_depth = 1

|ext4_ext_try_to_merge

| ext4_ext_try_to_merge_up

| path->p_depth = 0

| brelse(path[1].p_bh) ---> not set to NULL here

|// ze

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 >= 3.7, < 4.19.323 Affected

Frequently Asked Questions

What is CVE-2024-49882?

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

How severe is CVE-2024-49882?

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

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

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