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

8.8 · HIGH
Published Sep 15, 2025 linux CWE-416 EPSS 0.36% (29th pctl)

Overview

CVE-2022-50241 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 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

NFSD: fix use-after-free on source server when doing inter-server copy

Use-after-free occurred when the laundromat tried to free expired

cpntf_state entry on the s2s_cp_stateids list after inter-server

copy completed. The sc_cp_list that the expired copy state was

inserted on was already freed.

When COPY completes, the Linux client normally sends LOCKU(lock_state x),

FREE_STATEID(lock_state x) and CLOSE(open_state y) to the source server.

The nfs4_put_stid call from nfsd4_free_stateid cleans up the copy state

from the s2s_cp_stateids list before freeing the lock state's stid.

However, sometimes the CLOSE was sent before the FREE_STATEID request.

When this happens, the nfsd4_close_open_stateid call from nfsd4_close

frees all lock states on its st_locks list without cleaning up the copy

state on the sc_cp_list list. When the time the FREE_STATEID arrives the

server returns BAD_STATEID since the lock state was freed.

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

Frequently Asked Questions

What is CVE-2022-50241?

CVE-2022-50241 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 8.8 (HIGH).

How severe is CVE-2022-50241?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-50241?

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

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