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

4.7 · MEDIUM
Published Sep 18, 2025 linux CWE-362 EPSS 0.11% (1th pctl)

Overview

CVE-2022-50379 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 4.7 (MEDIUM).

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

btrfs: fix race between quota enable and quota rescan ioctl

When enabling quotas, at btrfs_quota_enable(), after committing the

transaction, we change fs_info->quota_root to point to the quota root we

created and set BTRFS_FS_QUOTA_ENABLED at fs_info->flags. Then we try

to start the qgroup rescan worker, first by initializing it with a call

to qgroup_rescan_init() - however if that fails we end up freeing the

quota root but we leave fs_info->quota_root still pointing to it, this

can later result in a use-after-free somewhere else.

We have previously set the flags BTRFS_FS_QUOTA_ENABLED and

BTRFS_QGROUP_STATUS_FLAG_ON, so we can only fail with -EINPROGRESS at

btrfs_quota_enable(), which is possible if someone already called the

quota rescan ioctl, and therefore started the rescan worker.

So fix this by ignoring an -EINPROGRESS and asserting we can't get any

other error.

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.19.262 Affected

Frequently Asked Questions

What is CVE-2022-50379?

CVE-2022-50379 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 4.7 (MEDIUM).

How severe is CVE-2022-50379?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-50379?

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

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