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

5.5 · MEDIUM
Published Sep 15, 2025 linux CWE-476 EPSS 0.10% (1th pctl)

Overview

CVE-2022-50277 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 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: don't allow journal inode to have encrypt flag

Mounting a filesystem whose journal inode has the encrypt flag causes a

NULL dereference in fscrypt_limit_io_blocks() when the 'inlinecrypt'

mount option is used.

The problem is that when jbd2_journal_init_inode() calls bmap(), it

eventually finds its way into ext4_iomap_begin(), which calls

fscrypt_limit_io_blocks(). fscrypt_limit_io_blocks() requires that if

the inode is encrypted, then its encryption key must already be set up.

That's not the case here, since the journal inode is never "opened" like

a normal file would be. Hence the crash.

A reproducer is:

mkfs.ext4 -F /dev/vdb

debugfs -w /dev/vdb -R "set_inode_field <8> flags 0x80808"

mount /dev/vdb /mnt -o inlinecrypt

To fix this, make ext4 consider journal inodes with the encrypt flag to

be invalid. (Note, maybe other flags should be rejected on the journal

inode too. For now, this is just

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.18, < 6.0.18 Affected

Frequently Asked Questions

What is CVE-2022-50277?

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

How severe is CVE-2022-50277?

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

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

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