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

7.1 · HIGH
Published Dec 2, 2024 linux CWE-190 EPSS 0.21% (11th pctl)

Overview

CVE-2024-53111 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 2, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

mm/mremap: fix address wraparound in move_page_tables()

On 32-bit platforms, it is possible for the expression `len + old_addr <

old_end` to be false-positive if `len + old_addr` wraps around.

`old_addr` is the cursor in the old range up to which page table entries

have been moved; so if the operation succeeded, `old_addr` is the *end* of

the old region, and adding `len` to it can wrap.

The overflow causes mremap() to mistakenly believe that PTEs have been

copied; the consequence is that mremap() bails out, but doesn't move the

PTEs back before the new VMA is unmapped, causing anonymous pages in the

region to be lost. So basically if userspace tries to mremap() a

private-anon region and hits this bug, mremap() will return an error and

the private-anon region's contents appear to have been zeroed.

The idea of this check is that `old_end - len` is the original start

address, and writing the check that way also make

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

Frequently Asked Questions

What is CVE-2024-53111?

CVE-2024-53111 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 2, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2024-53111?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-53111?

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

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