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

7.8 · HIGH
Published Jun 18, 2025 linux CWE-476 EPSS 0.17% (7th pctl)

Overview

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

dmaengine: sf-pdma: Add multithread support for a DMA channel

When we get a DMA channel and try to use it in multiple threads it

will cause oops and hanging the system.

% echo 64 > /sys/module/dmatest/parameters/threads_per_chan

% echo 10000 > /sys/module/dmatest/parameters/iterations

% echo 1 > /sys/module/dmatest/parameters/run

[ 89.480664] Unable to handle kernel NULL pointer dereference at virtual

address 00000000000000a0

[ 89.488725] Oops [#1]

[ 89.494708] CPU: 2 PID: 1008 Comm: dma0chan0-copy0 Not tainted

5.17.0-rc5

[ 89.509385] epc : vchan_find_desc+0x32/0x46

[ 89.513553] ra : sf_pdma_tx_status+0xca/0xd6

This happens because of data race. Each thread rewrite channels's

descriptor as soon as device_prep_dma_memcpy() is called. It leads to the

situation when the driver thinks that it uses right descriptor that

actually is freed or substituted for other one.

With curren

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 >= 5.5, < 5.10.137 Affected

Frequently Asked Questions

What is CVE-2022-50145?

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

How severe is CVE-2022-50145?

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

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

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