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

8.1 · HIGH
Published Feb 26, 2025 linux CWE-190 EPSS 0.66% (49th pctl)

Overview

CVE-2022-49075 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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

btrfs: fix qgroup reserve overflow the qgroup limit

We use extent_changeset->bytes_changed in qgroup_reserve_data() to record

how many bytes we set for EXTENT_QGROUP_RESERVED state. Currently the

bytes_changed is set as "unsigned int", and it will overflow if we try to

fallocate a range larger than 4GiB. The result is we reserve less bytes

and eventually break the qgroup limit.

Unlike regular buffered/direct write, which we use one changeset for

each ordered extent, which can never be larger than 256M. For

fallocate, we use one changeset for the whole range, thus it no longer

respects the 256M per extent limit, and caused the problem.

The following example test script reproduces the problem:

$ cat qgroup-overflow.sh

#!/bin/bash

DEV=/dev/sdj

MNT=/mnt/sdj

mkfs.btrfs -f $DEV

mount $DEV $MNT

# Set qgroup limit to 2GiB.

btrfs quota enable $MNT

btrfs qgroup limit 2G $MNT

# Try to fallocate a 3Gi

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

Frequently Asked Questions

What is CVE-2022-49075?

CVE-2022-49075 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2022-49075?

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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

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