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

5.5 · MEDIUM
Published Feb 26, 2025 linux CWE-401 EPSS 0.26% (17th pctl)

Overview

CVE-2022-49210 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:

MIPS: pgalloc: fix memory leak caused by pgd_free()

pgd page is freed by generic implementation pgd_free() since commit

f9cb654cb550 ("asm-generic: pgalloc: provide generic pgd_free()"),

however, there are scenarios that the system uses more than one page as

the pgd table, in such cases the generic implementation pgd_free() won't

be applicable anymore. For example, when PAGE_SIZE_4KB is enabled and

MIPS_VA_BITS_48 is not enabled in a 64bit system, the macro "PGD_ORDER"

will be set as "1", which will cause allocating two pages as the pgd

table. Well, at the same time, the generic implementation pgd_free()

just free one pgd page, which will result in the memory leak.

The memory leak can be easily detected by executing shell command:

"while true; do ls > /dev/null; grep MemFree /proc/meminfo; done"

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.9, < 5.10.110 Affected

Frequently Asked Questions

What is CVE-2022-49210?

CVE-2022-49210 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-49210?

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

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

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