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

7.8 · HIGH
Published May 1, 2025 linux CWE-416 EPSS 0.18% (8th pctl)

Overview

CVE-2022-49882 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 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:

KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache

Reject kvm_gpc_check() and kvm_gpc_refresh() if the cache is inactive.

Not checking the active flag during refresh is particularly egregious, as

KVM can end up with a valid, inactive cache, which can lead to a variety

of use-after-free bugs, e.g. consuming a NULL kernel pointer or missing

an mmu_notifier invalidation due to the cache not being on the list of

gfns to invalidate.

Note, "active" needs to be set if and only if the cache is on the list

of caches, i.e. is reachable via mmu_notifier events. If a relevant

mmu_notifier event occurs while the cache is "active" but not on the

list, KVM will not acquire the cache's lock and so will not serailize

the mmu_notifier event with active users and/or kvm_gpc_refresh().

A race between KVM_XEN_ATTR_TYPE_SHARED_INFO and KVM_XEN_HVM_EVTCHN_SEND

can be exploited to trigger the bug.

1. Deactivate shinfo

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.17, < 6.0.8 Affected

Frequently Asked Questions

What is CVE-2022-49882?

CVE-2022-49882 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-49882?

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

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

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