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

5.5 · MEDIUM
Published Sep 18, 2025 linux CWE-476 EPSS 0.16% (5th pctl)

Overview

CVE-2022-50381 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

md: fix a crash in mempool_free

There's a crash in mempool_free when running the lvm test

shell/lvchange-rebuild-raid.sh.

The reason for the crash is this:

* super_written calls atomic_dec_and_test(&mddev->pending_writes) and

wake_up(&mddev->sb_wait). Then it calls rdev_dec_pending(rdev, mddev)

and bio_put(bio).

* so, the process that waited on sb_wait and that is woken up is racing

with bio_put(bio).

* if the process wins the race, it calls bioset_exit before bio_put(bio)

is executed.

* bio_put(bio) attempts to free a bio into a destroyed bio set - causing

a crash in mempool_free.

We fix this bug by moving bio_put before atomic_dec_and_test.

We also move rdev_dec_pending before atomic_dec_and_test as suggested by

Neil Brown.

The function md_end_flush has a similar bug - we must call bio_put before

we decrement the number of in-progress bios.

BUG: kernel NULL pointer dereference, address: 000000000000

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

Frequently Asked Questions

What is CVE-2022-50381?

CVE-2022-50381 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-50381?

This vulnerability has a CVSS 3.1 base score of 5.5, 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-2022-50381?

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

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