Lucene search
+L

3361 matches found

OSV
OSV
added 2025/10/02 3:05 p.m.17 views

USN-7797-2 linux-aws, linux-lts-xenial vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Virtio block driver; - Media drivers; - Network drivers; - Framebuffer layer; - BTRFS file system; - Ext4 file...

9.8CVSS6.7AI score0.00635EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/02 9:48 a.m.16 views

USN-7797-1 linux, linux-kvm vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Virtio block driver; - Media drivers; - Network drivers; - Framebuffer layer; - BTRFS file system; - Ext4 file...

9.8CVSS6.7AI score0.00635EPSS
SaveExploits0References11
Ubuntu
Ubuntu
added 2025/10/02 9:48 a.m.10 views

USN-7797-1: Linux kernel vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Virtio block driver; - Media drivers; - Network drivers; - Framebuffer layer; - BTRFS file system; - Ext4 file...

9.8CVSS7AI score0.00635EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.10 views

Several memory leaks were found in the virtio vhost-user GPU device (vhost-user-gpu) of QEMU in versions up to and including 6.0. They exist in contrib/vhost-user-gpu/vhost-user-gpu.c and contrib/vhost-user-gpu/virgl.c due to improper release of memory (i.e., free) after effective lifetime.

...

6.5CVSS7AI score0.00436EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.12 views

SUSE CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/10/01 11:29 p.m.10 views

SUSE CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

6.7CVSS6.4AI score0.00149EPSS
SaveExploits0References19
OSV
OSV
added 2025/10/01 3:10 p.m.17 views

USN-7774-4 linux-kvm vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Serial ATA and Parallel ATA...

9.8CVSS6.5AI score0.01297EPSS
SaveExploits9References143
OSV
OSV
added 2025/10/01 1:59 p.m.23 views

USN-7789-1 linux-oracle-6.14 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACP...

9.8CVSS6.6AI score0.01297EPSS
SaveExploits9References185
NVD
NVD
added 2025/10/01 12:15 p.m.8 views

CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

7.8CVSS0.00149EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.8 views

CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 12:15 p.m.13 views

UBUNTU-CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS5.7AI score0.00156EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.21 views

UBUNTU-CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

7.8CVSS5.9AI score0.00149EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/01 11:46 a.m.11 views

CVE-2023-53515 virtio-mmio: don't break lifecycle of vm_dev

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

6.3AI score
SaveExploits0References10
CVE
CVE
added 2025/10/01 11:46 a.m.48 views

CVE-2023-53515

CVE-2023-53515 affects the Linux kernel virtio-mmio subsystem. The issue stems from allocating vm_dev with devres, which breaks the vm_dev lifecycle tied to a struct device; when the platform_device is removed, the memory is freed before vm_dev release, causing a use-after-free when the release c...

7.8CVSS6AI score0.00149EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.19 views

CVE-2023-53515 virtio-mmio: don't break lifecycle of vm_dev

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

0.00149EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:45 a.m.43 views

CVE-2023-53499

The CVE-2023-53499 vulnerability stems from virtio_net XDP initialization handling in virtnet_open(): an error during rq XDP init could leave previously initialized XDP and NAPI enabled, causing leaks during error unwinding. The fix rolls back prior rq initialization on error, and extracts/uses h...

7CVSS6.1AI score0.00156EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.10 views

CVE-2023-53499 virtio_net: Fix error unwinding of XDP initialization

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS6.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.18 views

CVE-2023-53499 virtio_net: Fix error unwinding of XDP initialization

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 8:17 a.m.26 views

USN-7775-3 linux-azure-5.15 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Serial ATA and Parallel ATA...

9.8CVSS6.5AI score0.01297EPSS
SaveExploits9References144
CNNVD
CNNVD
added 2025/10/01 12:00 a.m.10 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 virtio-mmio component's use of devres to allocate a vmdev structure, which could lead to reuse after...

5.9AI score0.00149EPSS
SaveExploits0References8
Rows per page
Query Builder