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

7.8 · HIGH
Published Feb 26, 2025 linux CWE-362 EPSS 0.22% (12th pctl)

Overview

CVE-2022-49554 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 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

zsmalloc: fix races between asynchronous zspage free and page migration

The asynchronous zspage free worker tries to lock a zspage's entire page

list without defending against page migration. Since pages which haven't

yet been locked can concurrently migrate off the zspage page list while

lock_zspage() churns away, lock_zspage() can suffer from a few different

lethal races.

It can lock a page which no longer belongs to the zspage and unsafely

dereference page_private(), it can unsafely dereference a torn pointer to

the next page (since there's a data race), and it can observe a spurious

NULL pointer to the next page and thus not lock all of the zspage's pages

(since a single page migration will reconstruct the entire page list, and

create_page_chain() unconditionally zeroes out each list pointer in the

process).

Fix the races by using migrate_read_lock() in lock_zspage() to synchronize

with page migration.

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 >= 4.14, < 4.14.282 Affected

Frequently Asked Questions

What is CVE-2022-49554?

CVE-2022-49554 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 7.8 (HIGH).

How severe is CVE-2022-49554?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-49554?

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

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