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

7.8 · HIGH
Published Sep 18, 2024 linux CWE-59 EPSS 0.30% (22th pctl)

Overview

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

Squashfs: sanity check symbolic link size

Syzkiller reports a "KMSAN: uninit-value in pick_link" bug.

This is caused by an uninitialised page, which is ultimately caused

by a corrupted symbolic link size read from disk.

The reason why the corrupted symlink size causes an uninitialised

page is due to the following sequence of events:

1. squashfs_read_inode() is called to read the symbolic

link from disk. This assigns the corrupted value

3875536935 to inode->i_size.

2. Later squashfs_symlink_read_folio() is called, which assigns

this corrupted value to the length variable, which being a

signed int, overflows producing a negative number.

3. The following loop that fills in the page contents checks that

the copied bytes is less than length, which being negative means

the loop is skipped, producing an uninitialised page.

This patch adds a sanity check which checks that the symbolic

link size is no

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.322 Affected

Frequently Asked Questions

What is CVE-2024-46744?

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

How severe is CVE-2024-46744?

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

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

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