NULL Pointer Dereference Affecting kernel-debug-modules package, versions <0:4.18.0-372.119.1.el8_6
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RHEL8-KERNELDEBUGMODULES-7754811
- published 21 Aug 2024
- disclosed 16 Jul 2024
Introduced: 16 Jul 2024
CVE-2022-48793 Open this link in a new tabHow to fix?
Upgrade RHEL:8
kernel-debug-modules
to version 0:4.18.0-372.119.1.el8_6 or higher.
This issue was patched in RHSA-2024:5692
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream kernel-debug-modules
package and not the kernel-debug-modules
package as distributed by RHEL
.
See How to fix?
for RHEL:8
relevant fixed versions and status.
In the Linux kernel, the following vulnerability has been resolved:
KVM: x86: nSVM: fix potential NULL derefernce on nested migration
Turns out that due to review feedback and/or rebases I accidentally moved the call to nested_svm_load_cr3 to be too early, before the NPT is enabled, which is very wrong to do.
KVM can't even access guest memory at that point as nested NPT is needed for that, and of course it won't initialize the walk_mmu, which is main issue the patch was addressing.
Fix this for real.