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

7.8 · HIGH
Published Nov 11, 2024 linux EPSS 0.21% (12th pctl)

Overview

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

fork: only invoke khugepaged, ksm hooks if no error

There is no reason to invoke these hooks early against an mm that is in an

incomplete state.

The change in commit d24062914837 ("fork: use __mt_dup() to duplicate

maple tree in dup_mmap()") makes this more pertinent as we may be in a

state where entries in the maple tree are not yet consistent.

Their placement early in dup_mmap() only appears to have been meaningful

for early error checking, and since functionally it'd require a very small

allocation to fail (in practice 'too small to fail') that'd only occur in

the most dire circumstances, meaning the fork would fail or be OOM'd in

any case.

Since both khugepaged and KSM tracking are there to provide optimisations

to memory performance rather than critical functionality, it doesn't

really matter all that much if, under such dire memory pressure, we fail

to register an mm with these.

As a result, we follow the e

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.8, < 6.11.7 Affected

Frequently Asked Questions

What is CVE-2024-50263?

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

How severe is CVE-2024-50263?

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

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

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