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

7.8 · HIGH
Published Sep 15, 2025 linux CWE-416 EPSS 0.16% (6th pctl)

Overview

CVE-2022-50240 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 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:

android: binder: stop saving a pointer to the VMA

Do not record a pointer to a VMA outside of the mmap_lock for later use.

This is unsafe and there are a number of failure paths *after* the

recorded VMA pointer may be freed during setup. There is no callback to

the driver to clear the saved pointer from generic mm code. Furthermore,

the VMA pointer may become stale if any number of VMA operations end up

freeing the VMA so saving it was fragile to being with.

Instead, change the binder_alloc struct to record the start address of the

VMA and use vma_lookup() to get the vma when needed. Add lockdep

mmap_lock checks on updates to the vma pointer to ensure the lock is held

and depend on that lock for synchronization of readers and writers - which

was already the case anyways, so the smp_wmb()/smp_rmb() was not

necessary.

[[email protected]: fix drivers/android/binder_alloc_selftest.c]

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.20, < 5.4.224 Affected

Frequently Asked Questions

What is CVE-2022-50240?

CVE-2022-50240 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-50240?

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

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

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