Lucene search
+L

3254 matches found

OSV
OSV
added 2025/06/18 11:03 a.m.6 views

CVE-2022-50181 virtio-gpu: fix a missing check to avoid NULL dereference

In the Linux kernel, the following vulnerability has been resolved: virtio-gpu: fix a missing check to avoid NULL dereference 'cacheent' could be set NULL inside virtiogpucmdgetcapset and it will lead to a NULL dereference by a lately use of it i.e., ptr = cacheent-capscache. Fix it with a NULL...

5.9AI score
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:02 a.m.124 views

CVE-2022-50073

CVE-2022-50073 affects the Linux kernel TAP path. Root cause: in dev_parse_header_protocol the code dereferences skb->dev which can be NULL when the tap driver calls virtio_net_hdr_to_skb, causing a NULL pointer dereference. The issue is triggered in tap_get_user/tap_sendmsg paths and can cras...

5.5CVSS6.1AI score0.00167EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.23 views

CVE-2022-50064 virtio-blk: Avoid use-after-free on suspend/resume

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Avoid use-after-free on suspend/resume hctx-userdata is set to vq in virtblkinithctx. However, vq is freed on suspend and reallocated on resume. So, hctx-userdata is invalid after resume, and it will cause...

7.8CVSS0.00157EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/06/18 11:02 a.m.16 views

CVE-2022-50064

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Avoid use-after-free on suspend/resume hctx-userdata is set to vq in virtblkinithctx. However, vq is freed on suspend and reallocated on resume. So, hctx-userdata is invalid after resume, and it will cause...

7.8CVSS6.3AI score0.00157EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:02 a.m.53 views

CVE-2022-50064

CVE-2022-50064 involves a use-after-free in the Linux kernel’s virtio-blk path. The issue arises because hctx->user_data is assigned to vq in virtblk_init_hctx(), but vq is freed during suspend and reallocated on resume, making hctx->user_data invalid after resume and capable of causing a k...

7.8CVSS6.5AI score0.00157EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:02 a.m.9 views

CVE-2022-50064 virtio-blk: Avoid use-after-free on suspend/resume

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Avoid use-after-free on suspend/resume hctx-userdata is set to vq in virtblkinithctx. However, vq is freed on suspend and reallocated on resume. So, hctx-userdata is invalid after resume, and it will cause...

7.8CVSS6.2AI score
SaveExploits0References5
OSV
OSV
added 2025/06/18 10:15 a.m.3 views

DEBIAN-CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.18 views

AZL-70295 CVE-2025-38064 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 10:15 a.m.27 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS0.00137EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 10:15 a.m.11 views

AZL-63986 CVE-2025-38064 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.1 views

DEBIAN-CVE-2025-38048

In the Linux kernel, the following vulnerability has been resolved: virtioring: Fix data race by tagging eventtriggered as racy for KCSAN syzbot reports a data-race when accessing the eventtriggered, here is the simplified stack when the issue occurred:...

4.7CVSS5.5AI score0.00119EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.12 views

UBUNTU-CVE-2025-38048

In the Linux kernel, the following vulnerability has been resolved: virtioring: Fix data race by tagging eventtriggered as racy for KCSAN syzbot reports a data-race when accessing the eventtriggered, here is the simplified stack when the issue occurred:...

4.7CVSS6.2AI score0.00119EPSS
SaveExploits0References40
OSV
OSV
added 2025/06/18 10:15 a.m.9 views

UBUNTU-CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS6.1AI score0.00137EPSS
SaveExploits0References12
CVE
CVE
added 2025/06/18 9:33 a.m.116 views

CVE-2025-38064

The CVE-2025-38064 entry concerns the Linux kernel virtio subsystem, specifically virtio-console, where devices continue to write to MMIO after the underlying virtio-pci device is reset, causing hangs in kexec-in-VM scenarios. The issue is mitigated by the kernel fix that breaks all virtio device...

7.8CVSS6.2AI score0.00137EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.19 views

CVE-2025-38064 virtio: break and reset virtio devices on device_shutdown()

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS0.00137EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 9:33 a.m.9 views

CVE-2025-38064 virtio: break and reset virtio devices on device_shutdown()

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38048

In the Linux kernel, the following vulnerability has been resolved: virtioring: Fix data race by tagging eventtriggered as racy for KCSAN syzbot reports a data-race when accessing the eventtriggered, here is the simplified stack when the issue occurred:...

4.7CVSS5.5AI score0.00119EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.3 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 a memory leak caused by virtionet not freeing xdppage in XPDTX mode...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.5 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 presence of data contention in eventtriggered in virtioring...

4.7CVSS7.5AI score0.00119EPSS
SaveExploits0References7
Rows per page
Query Builder