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

5.5 · MEDIUM
Published Dec 2, 2024 linux CWE-476 EPSS 0.25% (16th pctl)

Overview

CVE-2024-53113 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

mm: fix NULL pointer dereference in alloc_pages_bulk_noprof

We triggered a NULL pointer dereference for ac.preferred_zoneref->zone in

alloc_pages_bulk_noprof() when the task is migrated between cpusets.

When cpuset is enabled, in prepare_alloc_pages(), ac->nodemask may be

&current->mems_allowed. when first_zones_zonelist() is called to find

preferred_zoneref, the ac->nodemask may be modified concurrently if the

task is migrated between different cpusets. Assuming we have 2 NUMA Node,

when traversing Node1 in ac->zonelist, the nodemask is 2, and when

traversing Node2 in ac->zonelist, the nodemask is 1. As a result, the

ac->preferred_zoneref points to NULL zone.

In alloc_pages_bulk_noprof(), for_each_zone_zonelist_nodemask() finds a

allowable zone and calls zonelist_node_idx(ac.preferred_zoneref), leading

to NULL pointer dereference.

__alloc_pages_noprof() fixes this issue by checking NULL pointer in commit

ea574

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.13, < 6.1.119 Affected

Frequently Asked Questions

What is CVE-2024-53113?

CVE-2024-53113 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-53113?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-53113?

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

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