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

4.7 · MEDIUM
Published Oct 21, 2024 linux EPSS 0.24% (15th pctl)

Overview

CVE-2024-50010 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

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

exec: don't WARN for racy path_noexec check

Both i_mode and noexec checks wrapped in WARN_ON stem from an artifact

of the previous implementation. They used to legitimately check for the

condition, but that got moved up in two commits:

633fb6ac3980 ("exec: move S_ISREG() check earlier")

0fd338b2d2cd ("exec: move path_noexec() check earlier")

Instead of being removed said checks are WARN_ON'ed instead, which

has some debug value.

However, the spurious path_noexec check is racy, resulting in

unwarranted warnings should someone race with setting the noexec flag.

One can note there is more to perm-checking whether execve is allowed

and none of the conditions are guaranteed to still hold after they were

tested for.

Additionally this does not validate whether the code path did any perm

checking to begin with -- it will pass if the inode happens to be

regular.

Keep the redundant path_noexec() check even though it's min

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, < 6.11.3 Affected

Frequently Asked Questions

What is CVE-2024-50010?

CVE-2024-50010 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2024-50010?

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

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

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