Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2022-49098 Details

Description

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix potential crash on module unload The vmbus driver relies on the panic notifier infrastructure to perform some operations when a panic event is detected. Since vmbus can be built as module, it is required that the driver handles both registering and unregistering such panic notifier callback. After commit 74347a99e73a ("x86/Hyper-V: Unload vmbus channel in hv panic callback") though, the panic notifier registration is done unconditionally in the module initialization routine whereas the unregistering procedure is conditionally guarded and executes only if HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE capability is set. This patch fixes that by unconditionally unregistering the panic notifier in the module's exit routine as well.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
NVD-CWE-noinfoInsufficient Information to Classify Weakness[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 4.19.118, < 4.19.238
>= 5.4.35, < 5.4.189
>= 5.6.7, < 5.7
>= 5.7.1, < 5.10.111
>= 5.11, < 5.15.34

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.7:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc1:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2022-49098
NVD Published Date:
Feb 26, 2025
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2022-49098 Details - Not Deferred