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

4.7 · MEDIUM
Published May 1, 2025 linux CWE-362 EPSS 0.11% (2th pctl)

Overview

CVE-2022-49781 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling

amd_pmu_enable_all() does:

if (!test_bit(idx, cpuc->active_mask))

continue;

amd_pmu_enable_event(cpuc->events[idx]);

A perf NMI of another event can come between these two steps. Perf NMI

handler internally disables and enables _all_ events, including the one

which nmi-intercepted amd_pmu_enable_all() was in process of enabling.

If that unintentionally enabled event has very low sampling period and

causes immediate successive NMI, causing the event to be throttled,

cpuc->events[idx] and cpuc->active_mask gets cleared by x86_pmu_stop().

This will result in amd_pmu_enable_event() getting called with event=NULL

when amd_pmu_enable_all() resumes after handling the NMIs. This causes a

kernel crash:

BUG: kernel NULL pointer dereference, address: 0000000000000198

#PF: supervisor read access in kernel mod

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.19, < 6.0.10 Affected

Frequently Asked Questions

What is CVE-2022-49781?

CVE-2022-49781 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2022-49781?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-49781?

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

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