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

7.5 · HIGH
Published Dec 9, 2025 EPSS 0.79% (54th pctl)

Overview

CVE-2022-50668 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

ext4: fix deadlock due to mbcache entry corruption

When manipulating xattr blocks, we can deadlock infinitely looping

inside ext4_xattr_block_set() where we constantly keep finding xattr

block for reuse in mbcache but we are unable to reuse it because its

reference count is too big. This happens because cache entry for the

xattr block is marked as reusable (e_reusable set) although its

reference count is too big. When this inconsistency happens, this

inconsistent state is kept indefinitely and so ext4_xattr_block_set()

keeps retrying indefinitely.

The inconsistent state is caused by non-atomic update of e_reusable bit.

e_reusable is part of a bitfield and e_reusable update can race with

update of e_referenced bit in the same bitfield resulting in loss of one

of the updates. Fix the problem by using atomic bitops instead.

This bug has been around for many years, but it became *much* easier

to hit after commit 65f8b8

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2022-50668?

CVE-2022-50668 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2022-50668?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-50668?

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