CVE-2022-48763

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48763
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-48763.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-48763
Downstream
Related
Published
2024-06-20T11:13:40Z
Modified
2025-10-14T21:19:28.849766Z
Summary
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Details

In the Linux kernel, the following vulnerability has been resolved:

KVM: x86: Forcibly leave nested virt when SMM state is toggled

Forcibly leave nested virtualization operation if userspace toggles SMM state via KVMSETVCPUEVENTS or KVMSYNCX86EVENTS. If userspace forces the vCPU out of SMM while it's post-VMXON and then injects an SMI, vmxentersmm() will overwrite vmx->nested.smm.vmxon and end up with both vmxon=false and smm.vmxon=false, but all other nVMX state allocated.

Don't attempt to gracefully handle the transition as (a) most transitions are nonsencial, e.g. forcing SMM while L2 is running, (b) there isn't sufficient information to handle all transitions, e.g. SVM wants access to the SMRAM save state, and (c) KVMSETVCPUEVENTS must precede KVMSETNESTEDSTATE during state restore as the latter disallows putting the vCPU into L2 if SMM is active, and disallows tagging the vCPU as being post-VMXON in SMM if SMM is not active.

Abuse of KVMSETVCPU_EVENTS manifests as a WARN and memory leak in nVMX due to failure to free vmcs01's shadow VMCS, but the bug goes far beyond just a memory leak, e.g. toggling SMM on while L2 is active puts the vCPU in an architecturally impossible state.

WARNING: CPU: 0 PID: 3606 at freeloadedvmcs arch/x86/kvm/vmx/vmx.c:2665 [inline] WARNING: CPU: 0 PID: 3606 at freeloadedvmcs+0x158/0x1a0 arch/x86/kvm/vmx/vmx.c:2656 Modules linked in: CPU: 1 PID: 3606 Comm: syz-executor725 Not tainted 5.17.0-rc1-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:freeloadedvmcs arch/x86/kvm/vmx/vmx.c:2665 [inline] RIP: 0010:freeloadedvmcs+0x158/0x1a0 arch/x86/kvm/vmx/vmx.c:2656 Code: <0f> 0b eb b3 e8 8f 4d 9f 00 e9 f7 fe ff ff 48 89 df e8 92 4d 9f 00 Call Trace: <TASK> kvmarchvcpudestroy+0x72/0x2f0 arch/x86/kvm/x86.c:11123 kvmvcpudestroy arch/x86/kvm/../../../virt/kvm/kvmmain.c:441 [inline] kvmdestroyvcpus+0x11f/0x290 arch/x86/kvm/../../../virt/kvm/kvmmain.c:460 kvmfreevcpus arch/x86/kvm/x86.c:11564 [inline] kvmarchdestroyvm+0x2e8/0x470 arch/x86/kvm/x86.c:11676 kvmdestroyvm arch/x86/kvm/../../../virt/kvm/kvmmain.c:1217 [inline] kvmputkvm+0x4fa/0xb00 arch/x86/kvm/../../../virt/kvm/kvmmain.c:1250 kvmvmrelease+0x3f/0x50 arch/x86/kvm/../../../virt/kvm/kvmmain.c:1273 _fput+0x286/0x9f0 fs/filetable.c:311 taskworkrun+0xdd/0x1a0 kernel/taskwork.c:164 exittaskwork include/linux/taskwork.h:32 [inline] doexit+0xb29/0x2a30 kernel/exit.c:806 dogroupexit+0xd2/0x2f0 kernel/exit.c:935 getsignal+0x4b0/0x28c0 kernel/signal.c:2862 archdosignalorrestart+0x2a9/0x1c40 arch/x86/kernel/signal.c:868 handlesignalwork kernel/entry/common.c:148 [inline] exittousermodeloop kernel/entry/common.c:172 [inline] exittousermodeprepare+0x17d/0x290 kernel/entry/common.c:207 _syscallexittousermodework kernel/entry/common.c:289 [inline] syscallexittousermode+0x19/0x60 kernel/entry/common.c:300 dosyscall64+0x42/0xb0 arch/x86/entry/common.c:86 entrySYSCALL64after_hwframe+0x44/0xae </TASK>

References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
080dbe7e9b86a0392d8dffc00d9971792afc121f
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
e302786233e6bc512986d007c96458ccf5ca21c7
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
b4c0d89c92e957ecccce12e66b63875d0cc7af7e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
f7e570780efc5cec9b2ed1e0472a7da14e864fdb

Affected versions

v2.*

v2.6.12
v2.6.12-rc2
v2.6.12-rc3
v2.6.12-rc4
v2.6.12-rc5
v2.6.12-rc6
v2.6.13
v2.6.13-rc1
v2.6.13-rc2
v2.6.13-rc3
v2.6.13-rc4
v2.6.13-rc5
v2.6.13-rc6
v2.6.13-rc7
v2.6.14
v2.6.14-rc1
v2.6.14-rc2
v2.6.14-rc3
v2.6.14-rc4
v2.6.14-rc5
v2.6.15
v2.6.15-rc1
v2.6.15-rc2
v2.6.15-rc3
v2.6.15-rc4
v2.6.15-rc5
v2.6.15-rc6
v2.6.15-rc7
v2.6.16
v2.6.16-rc1
v2.6.16-rc2
v2.6.16-rc3
v2.6.16-rc4
v2.6.16-rc5
v2.6.16-rc6
v2.6.17
v2.6.17-rc1
v2.6.17-rc2
v2.6.17-rc3
v2.6.17-rc4
v2.6.17-rc5
v2.6.17-rc6
v2.6.18
v2.6.18-rc1
v2.6.18-rc2
v2.6.18-rc3
v2.6.18-rc4
v2.6.18-rc5
v2.6.18-rc6
v2.6.18-rc7
v2.6.19
v2.6.19-rc1
v2.6.19-rc2
v2.6.19-rc3
v2.6.19-rc4
v2.6.19-rc5
v2.6.19-rc6
v2.6.20
v2.6.20-rc1
v2.6.20-rc2
v2.6.20-rc3
v2.6.20-rc4
v2.6.20-rc5
v2.6.20-rc6
v2.6.20-rc7
v2.6.21
v2.6.21-rc1
v2.6.21-rc2
v2.6.21-rc3
v2.6.21-rc4
v2.6.21-rc5
v2.6.21-rc6
v2.6.21-rc7
v2.6.22
v2.6.22-rc1
v2.6.22-rc2
v2.6.22-rc3
v2.6.22-rc4
v2.6.22-rc5
v2.6.22-rc6
v2.6.22-rc7
v2.6.23
v2.6.23-rc1
v2.6.23-rc2
v2.6.23-rc3
v2.6.23-rc4
v2.6.23-rc5
v2.6.23-rc6
v2.6.23-rc7
v2.6.23-rc8
v2.6.23-rc9
v2.6.24
v2.6.24-rc1
v2.6.24-rc2
v2.6.24-rc3
v2.6.24-rc4
v2.6.24-rc5
v2.6.24-rc6
v2.6.24-rc7
v2.6.24-rc8
v2.6.25
v2.6.25-rc1
v2.6.25-rc2
v2.6.25-rc3
v2.6.25-rc4
v2.6.25-rc5
v2.6.25-rc6
v2.6.25-rc7
v2.6.25-rc8
v2.6.25-rc9
v2.6.26
v2.6.26-rc1
v2.6.26-rc2
v2.6.26-rc3
v2.6.26-rc4
v2.6.26-rc5
v2.6.26-rc6
v2.6.26-rc7
v2.6.26-rc8
v2.6.26-rc9
v2.6.27
v2.6.27-rc1
v2.6.27-rc2
v2.6.27-rc3
v2.6.27-rc4
v2.6.27-rc5
v2.6.27-rc6
v2.6.27-rc7
v2.6.27-rc8
v2.6.27-rc9
v2.6.28
v2.6.28-rc1
v2.6.28-rc2
v2.6.28-rc3
v2.6.28-rc4
v2.6.28-rc5
v2.6.28-rc6
v2.6.28-rc7
v2.6.28-rc8
v2.6.28-rc9
v2.6.29
v2.6.29-rc1
v2.6.29-rc2
v2.6.29-rc3
v2.6.29-rc4
v2.6.29-rc5
v2.6.29-rc6
v2.6.29-rc7
v2.6.29-rc8
v2.6.30
v2.6.30-rc1
v2.6.30-rc2
v2.6.30-rc3
v2.6.30-rc4
v2.6.30-rc5
v2.6.30-rc6
v2.6.30-rc7
v2.6.30-rc8
v2.6.31
v2.6.31-rc1
v2.6.31-rc2
v2.6.31-rc3
v2.6.31-rc4
v2.6.31-rc5
v2.6.31-rc6
v2.6.31-rc7
v2.6.31-rc8
v2.6.31-rc9
v2.6.32
v2.6.32-rc1
v2.6.32-rc2
v2.6.32-rc3
v2.6.32-rc4
v2.6.32-rc5
v2.6.32-rc6
v2.6.32-rc7
v2.6.32-rc8
v2.6.33
v2.6.33-rc1
v2.6.33-rc2
v2.6.33-rc3
v2.6.33-rc4
v2.6.33-rc5
v2.6.33-rc6
v2.6.33-rc7
v2.6.33-rc8
v2.6.34
v2.6.34-rc1
v2.6.34-rc2
v2.6.34-rc3
v2.6.34-rc4
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v2.6.35
v2.6.35-rc1
v2.6.35-rc2
v2.6.35-rc3
v2.6.35-rc4
v2.6.35-rc5
v2.6.35-rc6
v2.6.36
v2.6.36-rc1
v2.6.36-rc2
v2.6.36-rc3
v2.6.36-rc4
v2.6.36-rc5
v2.6.36-rc6
v2.6.36-rc7
v2.6.36-rc8
v2.6.37
v2.6.37-rc1
v2.6.37-rc2
v2.6.37-rc3
v2.6.37-rc4
v2.6.37-rc5
v2.6.37-rc6
v2.6.37-rc7
v2.6.37-rc8
v2.6.38
v2.6.38-rc1
v2.6.38-rc2
v2.6.38-rc3
v2.6.38-rc4
v2.6.38-rc5
v2.6.38-rc6
v2.6.38-rc7
v2.6.38-rc8
v2.6.39
v2.6.39-rc1
v2.6.39-rc2
v2.6.39-rc3
v2.6.39-rc4
v2.6.39-rc5
v2.6.39-rc6
v2.6.39-rc7

v3.*

v3.0
v3.0-rc1
v3.0-rc2
v3.0-rc3
v3.0-rc4
v3.0-rc5
v3.0-rc6
v3.0-rc7
v3.1
v3.1-rc1
v3.1-rc10
v3.1-rc2
v3.1-rc3
v3.1-rc4
v3.1-rc5
v3.1-rc6
v3.1-rc7
v3.1-rc8
v3.1-rc9
v3.10
v3.10-rc1
v3.10-rc2
v3.10-rc3
v3.10-rc4
v3.10-rc5
v3.10-rc6
v3.10-rc7
v3.11
v3.11-rc1
v3.11-rc2
v3.11-rc3
v3.11-rc4
v3.11-rc5
v3.11-rc6
v3.11-rc7
v3.12
v3.12-rc1
v3.12-rc2
v3.12-rc3
v3.12-rc4
v3.12-rc5
v3.12-rc6
v3.12-rc7
v3.13
v3.13-rc1
v3.13-rc2
v3.13-rc3
v3.13-rc4
v3.13-rc5
v3.13-rc6
v3.13-rc7
v3.13-rc8
v3.14
v3.14-rc1
v3.14-rc2
v3.14-rc3
v3.14-rc4
v3.14-rc5
v3.14-rc6
v3.14-rc7
v3.14-rc8
v3.15
v3.15-rc1
v3.15-rc2
v3.15-rc3
v3.15-rc4
v3.15-rc5
v3.15-rc6
v3.15-rc7
v3.15-rc8
v3.16
v3.16-rc1
v3.16-rc2
v3.16-rc3
v3.16-rc4
v3.16-rc5
v3.16-rc6
v3.16-rc7
v3.17
v3.17-rc1
v3.17-rc2
v3.17-rc3
v3.17-rc4
v3.17-rc5
v3.17-rc6
v3.17-rc7
v3.18
v3.18-rc1
v3.18-rc2
v3.18-rc3
v3.18-rc4
v3.18-rc5
v3.18-rc6
v3.18-rc7
v3.19
v3.19-rc1
v3.19-rc2
v3.19-rc3
v3.19-rc4
v3.19-rc5
v3.19-rc6
v3.19-rc7
v3.2
v3.2-rc1
v3.2-rc2
v3.2-rc3
v3.2-rc4
v3.2-rc5
v3.2-rc6
v3.2-rc7
v3.3
v3.3-rc1
v3.3-rc2
v3.3-rc3
v3.3-rc4
v3.3-rc5
v3.3-rc6
v3.3-rc7
v3.4
v3.4-rc1
v3.4-rc2
v3.4-rc3
v3.4-rc4
v3.4-rc5
v3.4-rc6
v3.4-rc7
v3.5
v3.5-rc1
v3.5-rc2
v3.5-rc3
v3.5-rc4
v3.5-rc5
v3.5-rc6
v3.5-rc7
v3.6
v3.6-rc1
v3.6-rc2
v3.6-rc3
v3.6-rc4
v3.6-rc5
v3.6-rc6
v3.6-rc7
v3.7
v3.7-rc1
v3.7-rc2
v3.7-rc3
v3.7-rc4
v3.7-rc5
v3.7-rc6
v3.7-rc7
v3.7-rc8
v3.8
v3.8-rc1
v3.8-rc2
v3.8-rc3
v3.8-rc4
v3.8-rc5
v3.8-rc6
v3.8-rc7
v3.9
v3.9-rc1
v3.9-rc2
v3.9-rc3
v3.9-rc4
v3.9-rc5
v3.9-rc6
v3.9-rc7
v3.9-rc8

v4.*

v4.0
v4.0-rc1
v4.0-rc2
v4.0-rc3
v4.0-rc4
v4.0-rc5
v4.0-rc6
v4.0-rc7
v4.1
v4.1-rc1
v4.1-rc2
v4.1-rc3
v4.1-rc4
v4.1-rc5
v4.1-rc6
v4.1-rc7
v4.1-rc8
v4.10
v4.10-rc1
v4.10-rc2
v4.10-rc3
v4.10-rc4
v4.10-rc5
v4.10-rc6
v4.10-rc7
v4.10-rc8
v4.11
v4.11-rc1
v4.11-rc2
v4.11-rc3
v4.11-rc4
v4.11-rc5
v4.11-rc6
v4.11-rc7
v4.11-rc8
v4.12
v4.12-rc1
v4.12-rc2
v4.12-rc3
v4.12-rc4
v4.12-rc5
v4.12-rc6
v4.12-rc7
v4.13
v4.13-rc1
v4.13-rc2
v4.13-rc3
v4.13-rc4
v4.13-rc5
v4.13-rc6
v4.13-rc7
v4.14
v4.14-rc1
v4.14-rc2
v4.14-rc3
v4.14-rc4
v4.14-rc5
v4.14-rc6
v4.14-rc7
v4.14-rc8
v4.15
v4.15-rc1
v4.15-rc2
v4.15-rc3
v4.15-rc4
v4.15-rc5
v4.15-rc6
v4.15-rc7
v4.15-rc8
v4.15-rc9
v4.16
v4.16-rc1
v4.16-rc2
v4.16-rc3
v4.16-rc4
v4.16-rc5
v4.16-rc6
v4.16-rc7
v4.17
v4.17-rc1
v4.17-rc2
v4.17-rc3
v4.17-rc4
v4.17-rc5
v4.17-rc6
v4.17-rc7
v4.18
v4.18-rc1
v4.18-rc2
v4.18-rc3
v4.18-rc4
v4.18-rc5
v4.18-rc6
v4.18-rc7
v4.18-rc8
v4.19
v4.19-rc1
v4.19-rc2
v4.19-rc3
v4.19-rc4
v4.19-rc5
v4.19-rc6
v4.19-rc7
v4.19-rc8
v4.2
v4.2-rc1
v4.2-rc2
v4.2-rc3
v4.2-rc4
v4.2-rc5
v4.2-rc6
v4.2-rc7
v4.2-rc8
v4.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7
v4.3
v4.3-rc1
v4.3-rc2
v4.3-rc3
v4.3-rc4
v4.3-rc5
v4.3-rc6
v4.3-rc7
v4.4
v4.4-rc1
v4.4-rc2
v4.4-rc3
v4.4-rc4
v4.4-rc5
v4.4-rc6
v4.4-rc7
v4.4-rc8
v4.5
v4.5-rc1
v4.5-rc2
v4.5-rc3
v4.5-rc4
v4.5-rc5
v4.5-rc6
v4.5-rc7
v4.6
v4.6-rc1
v4.6-rc2
v4.6-rc3
v4.6-rc4
v4.6-rc5
v4.6-rc6
v4.6-rc7
v4.7
v4.7-rc1
v4.7-rc2
v4.7-rc3
v4.7-rc4
v4.7-rc5
v4.7-rc6
v4.7-rc7
v4.8
v4.8-rc1
v4.8-rc2
v4.8-rc3
v4.8-rc4
v4.8-rc5
v4.8-rc6
v4.8-rc7
v4.8-rc8
v4.9
v4.9-rc1
v4.9-rc2
v4.9-rc3
v4.9-rc4
v4.9-rc5
v4.9-rc6
v4.9-rc7
v4.9-rc8

v5.*

v5.0
v5.0-rc1
v5.0-rc2
v5.0-rc3
v5.0-rc4
v5.0-rc5
v5.0-rc6
v5.0-rc7
v5.0-rc8
v5.1
v5.1-rc1
v5.1-rc2
v5.1-rc3
v5.1-rc4
v5.1-rc5
v5.1-rc6
v5.1-rc7
v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.10.1
v5.10.10
v5.10.11
v5.10.12
v5.10.13
v5.10.14
v5.10.15
v5.10.16
v5.10.17
v5.10.18
v5.10.19
v5.10.2
v5.10.20
v5.10.21
v5.10.22
v5.10.23
v5.10.24
v5.10.25
v5.10.26
v5.10.27
v5.10.28
v5.10.29
v5.10.3
v5.10.30
v5.10.31
v5.10.32
v5.10.33
v5.10.34
v5.10.35
v5.10.36
v5.10.37
v5.10.38
v5.10.39
v5.10.4
v5.10.40
v5.10.41
v5.10.42
v5.10.43
v5.10.44
v5.10.45
v5.10.46
v5.10.47
v5.10.48
v5.10.49
v5.10.5
v5.10.50
v5.10.51
v5.10.52
v5.10.53
v5.10.54
v5.10.55
v5.10.56
v5.10.57
v5.10.58
v5.10.59
v5.10.6
v5.10.60
v5.10.61
v5.10.62
v5.10.63
v5.10.64
v5.10.65
v5.10.66
v5.10.67
v5.10.68
v5.10.69
v5.10.7
v5.10.70
v5.10.71
v5.10.72
v5.10.73
v5.10.74
v5.10.75
v5.10.76
v5.10.77
v5.10.78
v5.10.79
v5.10.8
v5.10.80
v5.10.81
v5.10.82
v5.10.83
v5.10.84
v5.10.85
v5.10.86
v5.10.87
v5.10.88
v5.10.89
v5.10.9
v5.10.90
v5.10.91
v5.10.92
v5.10.93
v5.10.94
v5.10.95
v5.10.96
v5.11
v5.11-rc1
v5.11-rc2
v5.11-rc3
v5.11-rc4
v5.11-rc5
v5.11-rc6
v5.11-rc7
v5.12
v5.12-rc1
v5.12-rc1-dontuse
v5.12-rc2
v5.12-rc3
v5.12-rc4
v5.12-rc5
v5.12-rc6
v5.12-rc7
v5.12-rc8
v5.13
v5.13-rc1
v5.13-rc2
v5.13-rc3
v5.13-rc4
v5.13-rc5
v5.13-rc6
v5.13-rc7
v5.14
v5.14-rc1
v5.14-rc2
v5.14-rc3
v5.14-rc4
v5.14-rc5
v5.14-rc6
v5.14-rc7
v5.15
v5.15-rc1
v5.15-rc2
v5.15-rc3
v5.15-rc4
v5.15-rc5
v5.15-rc6
v5.15-rc7
v5.15.1
v5.15.10
v5.15.11
v5.15.12
v5.15.13
v5.15.14
v5.15.15
v5.15.16
v5.15.17
v5.15.18
v5.15.2
v5.15.3
v5.15.4
v5.15.5
v5.15.6
v5.15.7
v5.15.8
v5.15.9
v5.16
v5.16-rc1
v5.16-rc2
v5.16-rc3
v5.16-rc4
v5.16-rc5
v5.16-rc6
v5.16-rc7
v5.16-rc8
v5.16.1
v5.16.2
v5.16.3
v5.16.4
v5.2
v5.2-rc1
v5.2-rc2
v5.2-rc3
v5.2-rc4
v5.2-rc5
v5.2-rc6
v5.2-rc7
v5.3
v5.3-rc1
v5.3-rc2
v5.3-rc3
v5.3-rc4
v5.3-rc5
v5.3-rc6
v5.3-rc7
v5.3-rc8
v5.4
v5.4-rc1
v5.4-rc2
v5.4-rc3
v5.4-rc4
v5.4-rc5
v5.4-rc6
v5.4-rc7
v5.4-rc8
v5.5
v5.5-rc1
v5.5-rc2
v5.5-rc3
v5.5-rc4
v5.5-rc5
v5.5-rc6
v5.5-rc7
v5.6
v5.6-rc1
v5.6-rc2
v5.6-rc3
v5.6-rc4
v5.6-rc5
v5.6-rc6
v5.6-rc7
v5.7
v5.7-rc1
v5.7-rc2
v5.7-rc3
v5.7-rc4
v5.7-rc5
v5.7-rc6
v5.7-rc7
v5.8
v5.8-rc1
v5.8-rc2
v5.8-rc3
v5.8-rc4
v5.8-rc5
v5.8-rc6
v5.8-rc7
v5.9
v5.9-rc1
v5.9-rc2
v5.9-rc3
v5.9-rc4
v5.9-rc5
v5.9-rc6
v5.9-rc7
v5.9-rc8

Database specific

{
    "vanir_signatures": [
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.h"
            },
            "id": "CVE-2022-48763-06b820e5",
            "digest": {
                "line_hashes": [
                    "85323468085550199863831504000647541895",
                    "230281674316366133128977916760009635375",
                    "10067763172749214192864985116013132034",
                    "300367248344173299895356289677388874490"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/x86.c"
            },
            "id": "CVE-2022-48763-13d51c2c",
            "digest": {
                "line_hashes": [
                    "145424087647072447295578924515055237732",
                    "212861015595090059888702603028143030443",
                    "106255069828928634918486893244613440775",
                    "111149167285740103605773933973203282457",
                    "237663590640779596764540056731943511573"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/include/asm/kvm_host.h"
            },
            "id": "CVE-2022-48763-18f9b947",
            "digest": {
                "line_hashes": [
                    "328149507135207832172587766802514157847",
                    "113126385481386319849859078372105019231",
                    "198666797944271998685029907306990918226",
                    "279319078227510362424723188316235045565"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/vmx/nested.c"
            },
            "id": "CVE-2022-48763-1e4fc783",
            "digest": {
                "line_hashes": [
                    "326628500284517124998542780900686845464",
                    "86489569584777144056432353325827033364",
                    "37533558775276368953621451247066076140",
                    "13380955716207782175499035716175046226"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_set_nested_state"
            },
            "id": "CVE-2022-48763-27874eb9",
            "digest": {
                "length": 2462.0,
                "function_hash": "48144328463197674434153036829765593789"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c",
                "function": "svm_set_efer"
            },
            "id": "CVE-2022-48763-3f654f35",
            "digest": {
                "length": 784.0,
                "function_hash": "151381315844051460496657867803291491097"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/x86.c",
                "function": "kvm_vcpu_ioctl_x86_set_vcpu_events"
            },
            "id": "CVE-2022-48763-406dd63a",
            "digest": {
                "length": 2814.0,
                "function_hash": "73061840048499336130815845303692239304"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/x86.c",
                "function": "kvm_vcpu_ioctl_x86_set_vcpu_events"
            },
            "id": "CVE-2022-48763-46a68913",
            "digest": {
                "length": 2895.0,
                "function_hash": "16603446398470054539959898147482350968"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c"
            },
            "id": "CVE-2022-48763-51c18658",
            "digest": {
                "line_hashes": [
                    "328323365669363852889704575091002795898",
                    "139085668243042125228429101388820398214",
                    "119776995939265820597864575783279800178",
                    "164042697931222042383506159820071541223"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c"
            },
            "id": "CVE-2022-48763-5694d527",
            "digest": {
                "line_hashes": [
                    "328323365669363852889704575091002795898",
                    "139085668243042125228429101388820398214",
                    "75129261567258842554691563040554680196",
                    "307422844129587811021604384561937885836"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c"
            },
            "id": "CVE-2022-48763-5c6763ac",
            "digest": {
                "line_hashes": [
                    "154386050728662053902123941153566364075",
                    "180764384763893518548957360782749410928",
                    "38542007763158968446216845671578473428",
                    "217135526945867443747502811186368898230",
                    "235715590567929101434586371554715962668",
                    "15352751625403626202939340907024113286",
                    "234650308180711379285221831633707710570",
                    "80003930886952132235101353234728153591",
                    "268633176415979773696590634692192697822",
                    "121329059499795300194746111979842118291",
                    "74924918588796393856662804156460158627",
                    "208543020898743541049577450539422181410",
                    "137813420213298484206598437084668159152",
                    "288266133976343867631143488415063456409",
                    "299470344422827992832411816473421014912",
                    "89631894016906409177822472384496549627",
                    "2445548498613702910351384001760308618",
                    "117109343909031597964666379389478447731"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c"
            },
            "id": "CVE-2022-48763-5d5872a4",
            "digest": {
                "line_hashes": [
                    "154386050728662053902123941153566364075",
                    "180764384763893518548957360782749410928",
                    "38542007763158968446216845671578473428",
                    "217135526945867443747502811186368898230",
                    "235715590567929101434586371554715962668",
                    "15352751625403626202939340907024113286",
                    "234650308180711379285221831633707710570",
                    "80003930886952132235101353234728153591",
                    "268633176415979773696590634692192697822",
                    "121329059499795300194746111979842118291",
                    "74924918588796393856662804156460158627",
                    "208543020898743541049577450539422181410",
                    "137813420213298484206598437084668159152",
                    "288266133976343867631143488415063456409",
                    "299470344422827992832411816473421014912",
                    "89631894016906409177822472384496549627",
                    "2445548498613702910351384001760308618",
                    "117109343909031597964666379389478447731"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c",
                "function": "svm_set_efer"
            },
            "id": "CVE-2022-48763-6df141e8",
            "digest": {
                "length": 784.0,
                "function_hash": "151381315844051460496657867803291491097"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_set_nested_state"
            },
            "id": "CVE-2022-48763-73b0d5d1",
            "digest": {
                "length": 1996.0,
                "function_hash": "246540946946421064250702066936107493985"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c"
            },
            "id": "CVE-2022-48763-7b1d61f5",
            "digest": {
                "line_hashes": [
                    "154386050728662053902123941153566364075",
                    "180764384763893518548957360782749410928",
                    "38542007763158968446216845671578473428",
                    "217135526945867443747502811186368898230",
                    "235715590567929101434586371554715962668",
                    "15352751625403626202939340907024113286",
                    "234650308180711379285221831633707710570",
                    "80003930886952132235101353234728153591",
                    "268633176415979773696590634692192697822",
                    "121329059499795300194746111979842118291",
                    "74924918588796393856662804156460158627",
                    "208543020898743541049577450539422181410",
                    "137813420213298484206598437084668159152",
                    "288266133976343867631143488415063456409",
                    "299470344422827992832411816473421014912",
                    "89631894016906409177822472384496549627",
                    "2445548498613702910351384001760308618",
                    "117109343909031597964666379389478447731"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_leave_nested"
            },
            "id": "CVE-2022-48763-84ee2dbc",
            "digest": {
                "length": 343.0,
                "function_hash": "305602246540717242352187948939730551281"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.h"
            },
            "id": "CVE-2022-48763-86487f65",
            "digest": {
                "line_hashes": [
                    "85323468085550199863831504000647541895",
                    "230281674316366133128977916760009635375",
                    "10067763172749214192864985116013132034",
                    "300367248344173299895356289677388874490"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/vmx/nested.c"
            },
            "id": "CVE-2022-48763-95fa61fe",
            "digest": {
                "line_hashes": [
                    "326628500284517124998542780900686845464",
                    "86489569584777144056432353325827033364",
                    "37533558775276368953621451247066076140",
                    "13380955716207782175499035716175046226"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_leave_nested"
            },
            "id": "CVE-2022-48763-9614dc96",
            "digest": {
                "length": 343.0,
                "function_hash": "305602246540717242352187948939730551281"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/x86.c"
            },
            "id": "CVE-2022-48763-987f1829",
            "digest": {
                "line_hashes": [
                    "145424087647072447295578924515055237732",
                    "212861015595090059888702603028143030443",
                    "106255069828928634918486893244613440775",
                    "111149167285740103605773933973203282457",
                    "237663590640779596764540056731943511573"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/include/asm/kvm_host.h"
            },
            "id": "CVE-2022-48763-a1a90b1e",
            "digest": {
                "line_hashes": [
                    "328149507135207832172587766802514157847",
                    "113126385481386319849859078372105019231",
                    "198666797944271998685029907306990918226",
                    "279319078227510362424723188316235045565"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/include/asm/kvm_host.h"
            },
            "id": "CVE-2022-48763-a9c6e8ec",
            "digest": {
                "line_hashes": [
                    "1947519569253253399828274106969024406",
                    "48784874120328273772469408922267601919",
                    "198666797944271998685029907306990918226",
                    "81525626415954616918389478939943634518"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.h"
            },
            "id": "CVE-2022-48763-aa3f8bce",
            "digest": {
                "line_hashes": [
                    "327354553647709735138190134396560262607",
                    "88734897825084080018769672115827191190",
                    "171664442649464350718606524613330974315",
                    "2653721381828000636572628667270949442"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_leave_nested"
            },
            "id": "CVE-2022-48763-ac8759d6",
            "digest": {
                "length": 343.0,
                "function_hash": "305602246540717242352187948939730551281"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c",
                "function": "svm_set_efer"
            },
            "id": "CVE-2022-48763-ad404490",
            "digest": {
                "length": 784.0,
                "function_hash": "151381315844051460496657867803291491097"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.h"
            },
            "id": "CVE-2022-48763-be90cc16",
            "digest": {
                "line_hashes": [
                    "85323468085550199863831504000647541895",
                    "230281674316366133128977916760009635375",
                    "10067763172749214192864985116013132034",
                    "300367248344173299895356289677388874490"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/x86.c",
                "function": "kvm_vcpu_ioctl_x86_set_vcpu_events"
            },
            "id": "CVE-2022-48763-bfd41458",
            "digest": {
                "length": 2814.0,
                "function_hash": "73061840048499336130815845303692239304"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_set_nested_state"
            },
            "id": "CVE-2022-48763-c2905f67",
            "digest": {
                "length": 2544.0,
                "function_hash": "272930248052257082632013604817912283172"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c"
            },
            "id": "CVE-2022-48763-c356d947",
            "digest": {
                "line_hashes": [
                    "328323365669363852889704575091002795898",
                    "139085668243042125228429101388820398214",
                    "75129261567258842554691563040554680196",
                    "307422844129587811021604384561937885836"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_set_nested_state"
            },
            "id": "CVE-2022-48763-cdcbcf6f",
            "digest": {
                "length": 2462.0,
                "function_hash": "48144328463197674434153036829765593789"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/vmx/nested.c"
            },
            "id": "CVE-2022-48763-d0947929",
            "digest": {
                "line_hashes": [
                    "326628500284517124998542780900686845464",
                    "86489569584777144056432353325827033364",
                    "37533558775276368953621451247066076140",
                    "13380955716207782175499035716175046226"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b4c0d89c92e957ecccce12e66b63875d0cc7af7e"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/x86.c",
                "function": "kvm_vcpu_ioctl_x86_set_vcpu_events"
            },
            "id": "CVE-2022-48763-d1f1d3f0",
            "digest": {
                "length": 2814.0,
                "function_hash": "73061840048499336130815845303692239304"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7e570780efc5cec9b2ed1e0472a7da14e864fdb"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c"
            },
            "id": "CVE-2022-48763-e6c71ff5",
            "digest": {
                "line_hashes": [
                    "328323365669363852889704575091002795898",
                    "139085668243042125228429101388820398214",
                    "75129261567258842554691563040554680196",
                    "307422844129587811021604384561937885836"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/x86.c"
            },
            "id": "CVE-2022-48763-e90b2275",
            "digest": {
                "line_hashes": [
                    "329980694966615671452742810183745178086",
                    "31696324848621397148156711311255156952",
                    "138812326109368914815433752949493800492",
                    "283635285683676678380881762632258566634"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/include/asm/kvm_host.h"
            },
            "id": "CVE-2022-48763-ee0130c2",
            "digest": {
                "line_hashes": [
                    "328149507135207832172587766802514157847",
                    "113126385481386319849859078372105019231",
                    "198666797944271998685029907306990918226",
                    "279319078227510362424723188316235045565"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/vmx/nested.c"
            },
            "id": "CVE-2022-48763-f325731a",
            "digest": {
                "line_hashes": [
                    "326628500284517124998542780900686845464",
                    "86489569584777144056432353325827033364",
                    "37533558775276368953621451247066076140",
                    "72906011851103746719405929469170154400"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/svm.c",
                "function": "svm_set_efer"
            },
            "id": "CVE-2022-48763-f3a078df",
            "digest": {
                "length": 636.0,
                "function_hash": "231821038776924843738576591400675951134"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c"
            },
            "id": "CVE-2022-48763-f3bf8b39",
            "digest": {
                "line_hashes": [
                    "263366921107873028458618449502063694745",
                    "180764384763893518548957360782749410928",
                    "311086546649632328371155178235394472420",
                    "290014606180243692606632810154991795952",
                    "176933867097731415511691603172600738619",
                    "234650308180711379285221831633707710570",
                    "80003930886952132235101353234728153591",
                    "268633176415979773696590634692192697822",
                    "121329059499795300194746111979842118291",
                    "239221737402485684161922374775018878115",
                    "101801021418651698688879780230661363176",
                    "161532503919085588959621344145045535053",
                    "57934587061020460407878987594507088620",
                    "100729887053866033290871609742186036048",
                    "323464076272675278228701900874933744233",
                    "287570126565460666698362805221174756259"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "arch/x86/kvm/x86.c"
            },
            "id": "CVE-2022-48763-f4c7dd88",
            "digest": {
                "line_hashes": [
                    "145424087647072447295578924515055237732",
                    "212861015595090059888702603028143030443",
                    "106255069828928634918486893244613440775",
                    "111149167285740103605773933973203282457",
                    "237663590640779596764540056731943511573"
                ],
                "threshold": 0.9
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e302786233e6bc512986d007c96458ccf5ca21c7"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "arch/x86/kvm/svm/nested.c",
                "function": "svm_leave_nested"
            },
            "id": "CVE-2022-48763-f9e01834",
            "digest": {
                "length": 363.0,
                "function_hash": "65932380389087352585409624519384551374"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@080dbe7e9b86a0392d8dffc00d9971792afc121f"
        }
    ]
}

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.97
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.19
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.16.5