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

5.5 · MEDIUM
Published Feb 26, 2025 linux CWE-476 EPSS 0.28% (20th pctl)

Overview

CVE-2022-49707 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 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: add reserved GDT blocks check

We capture a NULL pointer issue when resizing a corrupt ext4 image which

is freshly clear resize_inode feature (not run e2fsck). It could be

simply reproduced by following steps. The problem is because of the

resize_inode feature was cleared, and it will convert the filesystem to

meta_bg mode in ext4_resize_fs(), but the es->s_reserved_gdt_blocks was

not reduced to zero, so could we mistakenly call reserve_backup_gdb()

and passing an uninitialized resize_inode to it when adding new group

descriptors.

mkfs.ext4 /dev/sda 3G

tune2fs -O ^resize_inode /dev/sda #forget to run requested e2fsck

mount /dev/sda /mnt

resize2fs /dev/sda 8G

========

BUG: kernel NULL pointer dereference, address: 0000000000000028

CPU: 19 PID: 3243 Comm: resize2fs Not tainted 5.18.0-rc7-00001-gfde086c5ebfd #748

...

RIP: 0010:ext4_flex_group_add+0xe08/0x2570

...

Call Trace:

<TASK>

ext4_resize_fs+0

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

Frequently Asked Questions

What is CVE-2022-49707?

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

How severe is CVE-2022-49707?

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

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

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