CVE-2022-49781
Linux Kernel vulnerability analysis and mitigation

Overview

A race condition vulnerability was identified in the Linux kernel's performance monitoring subsystem (perf) for AMD processors, tracked as CVE-2022-49781. The issue affects the interaction between amdpmuenable_all, perf NMI, and throttling functions. The vulnerability was disclosed and documented in May 2025 (NVD).

Technical details

The vulnerability occurs in the amdpmuenableall() function where a race condition exists between checking the activemask and enabling events. When a perf NMI of another event occurs between these two steps, it internally disables and enables all events, including the one which nmi-intercepted amdpmuenableall() was in process of enabling. If an unintentionally enabled event has a very low sampling period causing immediate successive NMI and throttling, it results in cpuc->events[idx] and cpuc->activemask being cleared by x86pmustop(). This leads to amdpmuenable_event() being called with event=NULL (NVD, Wiz).

Impact

The vulnerability can result in a kernel crash due to NULL pointer dereference, potentially affecting system stability and availability. The crash manifests in the kernel with error messages indicating a supervisor read access failure in kernel mode (Wiz).

Mitigation and workarounds

The issue has been resolved in the Linux kernel by modifying the handling of BRS (Branch Sampling) enablement. The fix involves disabling BRS at the beginning and enabling it back while returning from NMI. This prevents the race condition by avoiding the enabling of events whose active_masks are set but not yet enabled in the hardware PMU (NVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40344N/AN/A
  • Linux KernelLinux Kernel
  • kernel-debug-modules-internal
NoYesDec 09, 2025
CVE-2025-40343N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel
NoYesDec 09, 2025
CVE-2025-40342N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesDec 09, 2025
CVE-2025-40341N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-64k-debug-modules-extra
NoYesDec 09, 2025
CVE-2025-40340N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-64k-debug-kvm
NoYesDec 09, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management