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

7.8 · HIGH
Published Sep 4, 2024 linux CWE-401 EPSS 0.23% (13th pctl)

Overview

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

idpf: fix memory leaks and crashes while performing a soft reset

The second tagged commit introduced a UAF, as it removed restoring

q_vector->vport pointers after reinitializating the structures.

This is due to that all queue allocation functions are performed here

with the new temporary vport structure and those functions rewrite

the backpointers to the vport. Then, this new struct is freed and

the pointers start leading to nowhere.

But generally speaking, the current logic is very fragile. It claims

to be more reliable when the system is low on memory, but in fact, it

consumes two times more memory as at the moment of running this

function, there are two vports allocated with their queues and vectors.

Moreover, it claims to prevent the driver from running into "bad state",

but in fact, any error during the rebuild leaves the old vport in the

partially allocated state.

Finally, if the interface is down when the fun

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 >= 6.7, < 6.10.5 Affected

Frequently Asked Questions

What is CVE-2024-44964?

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

How severe is CVE-2024-44964?

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

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

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