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

7.8 · HIGH
Published Nov 8, 2024 linux EPSS 0.23% (14th pctl)

Overview

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

drm/vc4: Stop the active perfmon before being destroyed

Upon closing the file descriptor, the active performance monitor is not

stopped. Although all perfmons are destroyed in `vc4_perfmon_close_file()`,

the active performance monitor's pointer (`vc4->active_perfmon`) is still

retained.

If we open a new file descriptor and submit a few jobs with performance

monitors, the driver will attempt to stop the active performance monitor

using the stale pointer in `vc4->active_perfmon`. However, this pointer

is no longer valid because the previous process has already terminated,

and all performance monitors associated with it have been destroyed and

freed.

To fix this, when the active performance monitor belongs to a given

process, explicitly stop it before destroying and freeing it.

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 >= 4.17, < 6.1.113 Affected

Frequently Asked Questions

What is CVE-2024-50187?

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

How severe is CVE-2024-50187?

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

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

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