Lucene search
+L

9244 matches found

Debian CVE
Debian CVE
added 2025/06/18 11:04 a.m.20 views

CVE-2022-50228

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 Don't BUG/WARN on interrupt injection due to GIF being cleared, since it's trivial for userspace to force the situation via KVMSETVCPUEVENTS even if having at least...

5.5CVSS5.3AI score0.00233EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:04 a.m.15 views

CVE-2022-50228 KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 Don't BUG/WARN on interrupt injection due to GIF being cleared, since it's trivial for userspace to force the situation via KVMSETVCPUEVENTS even if having at least...

5.9AI score
SaveExploits0References12
CVE
CVE
added 2025/06/18 11:04 a.m.121 views

CVE-2022-50228

CVE-2022-50228 is a Linux kernel vulnerability affecting KVM on x86 with SVM. The issue occurs when userspace can inject an interrupt with GIF=0, which can trigger a kernel BUG (fatal crash) in arch/x86/kvm/svm/svm.c. The provided descriptions explicitly show a kernel BUG at svm_inject_irq and an...

5.5CVSS6.5AI score0.00233EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.24 views

CVE-2022-50227 KVM: x86/xen: Initialize Xen timer only once

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS0.00176EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.17 views

CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.113 views

CVE-2022-50227

CVE-2022-50227 concerns the Linux kernel KVM/xen path, where the function kvm_xen_init_timer() could be invoked repeatedly for KVM_XEN_VCPU_ATTR_TYPE_TIMER. The connected documents consistently describe the root cause as initializing Xen timers when one already exists, leading to an ODEBUG crash ...

7.8CVSS6.6AI score0.00176EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.16 views

CVE-2022-50227 KVM: x86/xen: Initialize Xen timer only once

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.15 views

CVE-2022-50224

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT Treat the NX bit as valid when using NPT, as KVM will set the NX bit when the NX huge page mitigation is enabled mindblowing and trigger the WARN that fires on reserved SPTE bits...

5.5CVSS5.2AI score0.00171EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.59 views

CVE-2022-50224

CVE-2022-50224 is a Linux kernel/KVM issue where NX is treated as a valid SPTE bit for NPT, enabling a mismatch that can trigger a WARN when reserved SPTE bits are set. Concrete details come from the Linux kernel KVM/mmu path, including a traceback and a mitigation involving NX handling when the ...

5.5CVSS6.5AI score0.00171EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.15 views

CVE-2022-50224 KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT Treat the NX bit as valid when using NPT, as KVM will set the NX bit when the NX huge page mitigation is enabled mindblowing and trigger the WARN that fires on reserved SPTE bits...

6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.14 views

CVE-2022-50224 KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT Treat the NX bit as valid when using NPT, as KVM will set the NX bit when the NX huge page mitigation is enabled mindblowing and trigger the WARN that fires on reserved SPTE bits...

0.00171EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.18 views

CVE-2022-50081

...

SaveExploits0
CVE
CVE
added 2025/06/18 11:02 a.m.73 views

CVE-2022-50081

CVE-2022-50081 is rejected and not an active vulnerability entry.

6.5AI score
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.29 views

CVE-2022-50041 ice: Fix call trace with null VSI during VF reset

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

0.00201EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 9:33 a.m.10 views

CVE-2025-38029 kasan: avoid sleepable page allocation from atomic context

In the Linux kernel, the following vulnerability has been resolved: kasan: avoid sleepable page allocation from atomic context applytopterange enters the lazy MMU mode and then invokes kasanpopulatevmallocpte callback on each page table walk iteration. However, the callback can go into sleep when...

5.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the KVM x86 mmu not treating NX as an NPT valid bit, which could result in a reserved bit set warning...

5.5CVSS7.8AI score0.00171EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/16 3:33 p.m.6 views

SUSE-SU-2025:20413-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52888: media: mediatek: vcodec: Only free buffer VA that is not NULL bsc1228557. - CVE-2024-46713: kabi fix for perf/aux: Fix AUX buffer...

10CVSS6.9AI score0.0076EPSS
SaveExploits3References422
SUSE Linux
SUSE Linux
added 2025/06/16 2:54 p.m.6 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-28956: x86/ibt: Keep IBT disabled during alternative patching bsc1242006. CVE-2024-46713: kabi fix for perf/aux: Fix AUX buffer serialization bsc1230581...

8.5CVSS8.6AI score0.0076EPSS
SaveExploits3References740
SUSE Linux
SUSE Linux
added 2025/06/16 2:54 p.m.20 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-28956: x86/ibt: Keep IBT disabled during alternative patching bsc1242006. CVE-2024-35840: mptcp: use OPTIONMPTCPMPJSYNACK in subflowfinishconnect bsc122459...

8.7CVSS8.1AI score0.13707EPSS
SaveExploits3References1534
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.12 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: KVM: x86 – Reject Hyper-V’s SENDIPI hypercalls if the local APIC is not part of the kernel. Advertise support for Hyper-V’s SENDIPI and SENDIPIEX hypercalls only if the local API is emulated/virtualized by KVM. Explicitly reje...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References3
Rows per page
Query Builder