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

5.5 · MEDIUM
Published Oct 1, 2025 linux CWE-193 EPSS 0.15% (5th pctl)

Overview

CVE-2022-50428 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

ext4: fix off-by-one errors in fast-commit block filling

Due to several different off-by-one errors, or perhaps due to a late

change in design that wasn't fully reflected in the code that was

actually merged, there are several very strange constraints on how

fast-commit blocks are filled with tlv entries:

- tlvs must start at least 10 bytes before the end of the block, even

though the minimum tlv length is 8. Otherwise, the replay code will

ignore them. (BUG: ext4_fc_reserve_space() could violate this

requirement if called with a len of blocksize - 9 or blocksize - 8.

Fortunately, this doesn't seem to happen currently.)

- tlvs must end at least 1 byte before the end of the block. Otherwise

the replay code will consider them to be invalid. This quirk

contributed to a bug (fixed by an earlier commit) where uninitialized

memory was being leaked to disk in the last byte of blocks.

Also, strangely the

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.10, < 5.15.87 Affected

Frequently Asked Questions

What is CVE-2022-50428?

CVE-2022-50428 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-50428?

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

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

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