CVE-2022-49782
Linux Kernel vulnerability analysis and mitigation

Overview

In the Linux kernel, a vulnerability (CVE-2022-49782) was identified related to missing SIGTRAP checking in the perf subsystem. The issue was discovered when a WARN in _perfeventoverflow() would fire if pendingsigtrap was already set, indicating a return to user space without consuming pending_sigtrap (NVD).

Technical details

The vulnerability occurs when events not associated with progress in the user space task can fire and the interrupt handler runs before the IRQ work meant to consume pendingsigtrap. This was demonstrated through a program with event type PERFTYPESOFTWARE and config PERFCOUNTSWCPU_CLOCK, where the hrtimer could fire again before the IRQ work got a chance to run, while never having returned to user space (NVD).

Impact

When triggered, this vulnerability could cause the kernel to generate warning messages and potentially lead to system instability. The issue specifically affects the kernel's performance monitoring subsystem and its handling of software-based CPU clock events (NVD).

Mitigation and workarounds

The fix involves improving the WARN check to verify real progress in user space by storing a 32-bit hash of the current IP into pendingsigtrap. If an event fires while pendingsigtrap still matches the previous IP, it assumes no progress has been made. While this approach may have false negatives due to possible returns to the same IP, it provides a more robust detection mechanism (NVD).

Additional resources


SourceThis report was generated using AI

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