Lucene search
K

17 matches found

CVE
CVE
added 2026/04/03 3:15 p.m.6 views

CVE-2026-23435

The CVE-2026-23435 entries describe a Linux kernel PMU/X86 perf vulnerability that was resolved. The root cause was a commit that moved cpuc->events[idx] assignment out of x86_pmu_start() into step 2 of x86_pmu_enable(), after PERF_HES_ARCH checks. This could allow a path that calls pmu->st...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/12/25 4:59 p.m.1 views

CVE-2025-68375

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.5CVSS5.7AI score0.00027EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:24 a.m.2 views

SUSE CVE-2025-68375

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.5CVSS6.4AI score0.00027EPSS
Exploits0References3
OSV
OSV
added 2025/12/24 11:16 a.m.0 views

UBUNTU-CVE-2025-68375

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.7AI score0.00027EPSS
Exploits0References11
Microsoft CVE
Microsoft CVE
added 2025/10/31 1:9 a.m.2 views

KVM: arm64: Prevent access to vCPU events before init

...

7AI score0.00065EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/10/31 12:24 a.m.1 views

SUSE CVE-2025-40102

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of...

7AI score0.00065EPSS
Exploits0References23
EUVD
EUVD
added 2025/10/30 12:31 p.m.1 views

EUVD-2025-36976

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of...

6.4AI score0.00065EPSS
Exploits0References3
OSV
OSV
added 2025/10/30 10:15 a.m.2 views

AZL-69412 CVE-2025-40102 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of...

5.7AI score0.00065EPSS
Exploits0References1
NVD
NVD
added 2025/10/30 10:15 a.m.2 views

CVE-2025-40102

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of...

0.00065EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/10/30 9:48 a.m.5 views

CVE-2025-40102 KVM: arm64: Prevent access to vCPU events before init

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of...

0.00065EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/10/30 9:48 a.m.3 views

CVE-2025-40102

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of...

5.4AI score0.00065EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/10/30 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2025-40102

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that...

5.9AI score0.00065EPSS
Exploits0References4
CNNVD
CNNVD
added 2025/10/30 12:0 a.m.1 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 allowing access to vCPU events before vCPU initialization, which could lead to an exception injection error...

6.4AI score0.00065EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.5 views

CVE-2025-38424 perf: Fix sample vs do_exit()

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

0.00066EPSS
Exploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.4 views

CVE-2022-49784

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/uncore: Fix memory leak for events array When a CPU comes online, the per-CPU NB and LLC uncore contexts are freed but not the events array within the context structure. This causes a memory leak as identified by the...

5.5CVSS0.00074EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2024/09/27 1:15 p.m.4 views

CVE-2024-46830

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire kvm-srcu when handling KVMSETVCPUEVENTS Grab kvm-srcu when processing KVMSETVCPUEVENTS, as KVM will forcibly leave nested VMX/SVM if SMM mode is being toggled, and leaving nested VMX reads guest memory. Note,...

7.8CVSS6.3AI score0.00013EPSS
Exploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 5:55 a.m.1 views

SUSE CVE-2010-4525

Linux kernel 2.6.33 and 2.6.34.y does not initialize the kvmvcpuevents-interrupt.pad structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via unspecified vectors...

1.9CVSS6.3AI score0.00108EPSS
Exploits1References4
Rows per page
Query Builder