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-2022-50630

7.8 · HIGH
Published Dec 8, 2025 EPSS 0.15% (5th pctl)

Overview

CVE-2022-50630 is a high-severity vulnerability. It was published on December 8, 2025 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:

mm: hugetlb: fix UAF in hugetlb_handle_userfault

The vma_lock and hugetlb_fault_mutex are dropped before handling userfault

and reacquire them again after handle_userfault(), but reacquire the

vma_lock could lead to UAF[1,2] due to the following race,

hugetlb_fault

hugetlb_no_page

/*unlock vma_lock */

hugetlb_handle_userfault

handle_userfault

/* unlock mm->mmap_lock*/

vm_mmap_pgoff

do_mmap

mmap_region

munmap_vma_range

/* clean old vma */

/* lock vma_lock again <--- UAF */

/* unlock vma_lock */

Since the vma_lock will unlock immediately after

hugetlb_handle_userfault(), let's drop the unneeded lock and unlock in

hugetlb_handle_userfault() to fix the

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2022-50630?

CVE-2022-50630 is a high-severity vulnerability. It was published on December 8, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-50630?

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-2022-50630?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-2022-50630?

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