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

7.8 · HIGH
Published Aug 17, 2024 linux EPSS 0.23% (14th pctl)

Overview

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

f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid

mkdir /mnt/test/comp

f2fs_io setflags compression /mnt/test/comp

dd if=/dev/zero of=/mnt/test/comp/testfile bs=16k count=1

truncate --size 13 /mnt/test/comp/testfile

In the above scenario, we can get a BUG_ON.

kernel BUG at fs/f2fs/segment.c:3589!

Call Trace:

do_write_page+0x78/0x390 [f2fs]

f2fs_outplace_write_data+0x62/0xb0 [f2fs]

f2fs_do_write_data_page+0x275/0x740 [f2fs]

f2fs_write_single_data_page+0x1dc/0x8f0 [f2fs]

f2fs_write_multi_pages+0x1e5/0xae0 [f2fs]

f2fs_write_cache_pages+0xab1/0xc60 [f2fs]

f2fs_write_data_pages+0x2d8/0x330 [f2fs]

do_writepages+0xcf/0x270

__writeback_single_inode+0x44/0x350

writeback_sb_inodes+0x242/0x530

__writeback_inodes_wb+0x54/0xf0

wb_writeback+0x192/0x310

wb_workfn+0x30d/0x400

The reason is we gave CURSEG_ALL_DATA_ATGC to COMPR_ADDR where the

page was set the gcing flag by set_cluster_dirty().

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 >= 5.15.149, < 5.16 Affected

Frequently Asked Questions

What is CVE-2024-42273?

CVE-2024-42273 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-42273?

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

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

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