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

7.8 · HIGH
Published Jun 18, 2025 linux CWE-416 EPSS 0.20% (9th pctl)

Overview

CVE-2022-50067 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:

btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()

In btrfs_relocate_block_group(), the rc is allocated. Then

btrfs_relocate_block_group() calls

relocate_block_group()

prepare_to_relocate()

set_reloc_control()

that assigns rc to the variable fs_info->reloc_ctl. When

prepare_to_relocate() returns, it calls

btrfs_commit_transaction()

btrfs_start_dirty_block_groups()

btrfs_alloc_path()

kmem_cache_zalloc()

which may fail for example (or other errors could happen). When the

failure occurs, btrfs_relocate_block_group() detects the error and frees

rc and doesn't set fs_info->reloc_ctl to NULL. After that, in

btrfs_init_reloc_root(), rc is retrieved from fs_info->reloc_ctl and

then used, which may cause a use-after-free bug.

This possible bug can be triggered by calling btrfs_ioctl_balance()

before calling btrfs_ioctl_defrag().

To fix this possible bug, in prepare_to_relo

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

Frequently Asked Questions

What is CVE-2022-50067?

CVE-2022-50067 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-50067?

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

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

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