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-2023-52444

7.8 · HIGH
Published Feb 22, 2024 linux CWE-119 EPSS 0.24% (16th pctl)

Overview

CVE-2023-52444 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 22, 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: fix to avoid dirent corruption

As Al reported in link[1]:

f2fs_rename()

...

if (old_dir != new_dir && !whiteout)

f2fs_set_link(old_inode, old_dir_entry,

old_dir_page, new_dir);

else

f2fs_put_page(old_dir_page, 0);

You want correct inumber in the ".." link. And cross-directory

rename does move the source to new parent, even if you'd been asked

to leave a whiteout in the old place.

[1] https://lore.kernel.org/all/20231017055040.GN800259@ZenIV/

With below testcase, it may cause dirent corruption, due to it missed

to call f2fs_set_link() to update ".." link to new directory.

- mkdir -p dir/foo

- renameat2 -w dir/foo bar

[ASSERT] (__chk_dots_dentries:1421) --> Bad inode number[0x4] for '..', parent parent ino is [0x3]

[FSCK] other corrupted bugs [Fail]

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 >= 4.2.0, < 4.19.306 Affected

Frequently Asked Questions

What is CVE-2023-52444?

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

How severe is CVE-2023-52444?

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-2023-52444?

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-2023-52444?

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