Lucene search
+L

86 matches found

CVE
CVE
added 2026/08/28 6:52 a.m.5 views

CVE-2026-80693

In the Linux kernel idpf driver , idpf_get_reg_intr_vecs() fills a caller-allocated reg_vals[] array using a loop bounded only by per-chunk num_vectors from a VIRTCHNL2_OP_ALLOC_VECTORS reply. The array is sized from caps.num_allocated_vectors, but the sum of per-chunk num_vectors is never reconc...

5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:52 a.m.3 views

EUVD-2026-67428

In the Linux kernel, the following vulnerability has been resolved: idpf: bound interrupt-vector register fill to the allocated array idpfgetregintrvecs fills the caller-allocated regvals array from the VIRTCHNL2OPALLOCVECTORS reply in adapter-reqvecchunks, bounding its inner loop only by the...

5.8AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/11 4:43 p.m.9 views

CVE-2026-68291

A flaw was found in the Linux kernel's idpf driver. During initialization, if memory allocation for virtual port vport related buffers fails, the driver may attempt to access a null pointer when the module is removed or the system is reset. This can lead to a kernel null pointer dereference,...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.6 views

UBUNTU-CVE-2026-68291

In the Linux kernel, the following vulnerability has been resolved: idpf: fix maxvport related crash on allocation error during init Set adapter-maxvports only after successful allocation of vports, netdevs and vportconfig buffers. This fixes possible crashes on reset or rmmod, following failed...

5.2AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68291

In the Linux kernel, the following vulnerability has been resolved: idpf: fix maxvport related crash on allocation error during init Set adapter-maxvports only after successful allocation of vports, netdevs and vportconfig buffers. This fixes possible crashes on reset or rmmod, following failed...

5.5AI score0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:02 p.m.7 views

EUVD-2026-55392

In the Linux kernel, the following vulnerability has been resolved: idpf: fix maxvport related crash on allocation error during init Set adapter-maxvports only after successful allocation of vports, netdevs and vportconfig buffers. This fixes possible crashes on reset or rmmod, following failed...

5.3AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:02 p.m.43 views

CVE-2026-68291

CVE-2026-68291 covers a Linux kernel fix for the idpf driver: max_vports is now set only after successful allocation of vports, netdevs, and vport_config buffers, preventing crashes on reset or rmmod after a failed init. The description documents a kernel NULL pointer dereference in idpf_remove d...

5.3AI score0.00155EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: idpf: fixed a memory leak in idpfvportrel Freeed vport-rxptypelkup from idpfvportrel to prevent memory leakage during a reset. Reported by kmemleak: Unreferenced object 0xff450acac838a000 size 4096: comm "kworker/u258:5", pid 773...

5.5CVSS5.1AI score0.00147EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 5:11 a.m.8 views

CVE-2026-64162

A flaw was found in the Linux kernel's Intel Ethernet controller driver idpf. This vulnerability occurs because a critical synchronization mechanism, known as a spinlock, is accessed before it has been properly initialized. An attacker could potentially exploit this timing issue to cause the syst...

9.8CVSS5.6AI score0.00347EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 4:17 p.m.17 views

CVE-2026-64162

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

9.8CVSS0.00347EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:40 p.m.17 views

EUVD-2026-45847

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

5.4AI score0.00347EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64162

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

5.2AI score0.00347EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/06/29 9:15 a.m.15 views

CVE-2026-53286

A flaw was found in the Linux kernel. Specifically, a double free and use-after-free vulnerability exists in the idpf driver's auxiliary device error paths. This flaw occurs when auxiliarydeviceadd fails, leading to improper memory handling where memory is freed twice or accessed after being free...

7.8CVSS6AI score0.00126EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/06/26 7:40 p.m.30 views

EUVD-2026-39891

In the Linux kernel, the following vulnerability has been resolved: idpf: fix double free and use-after-free in aux device error paths When auxiliarydeviceadd fails in idpfplugvportauxdev or idpfplugcoreauxdev, the errauxdevadd label calls auxiliarydeviceuninit and falls through to errauxdevinit...

5.8AI score0.00126EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: idpf: fixed the issue where the aux device is unplugged when RDMA is not supported by the vport. If the vport flags do not contain VIRTCHNL2VPORTENABLERDMA, the driver does not allocate vdevinfo for this vport. This results in a...

5.2AI score0.00145EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: idpf: checked for errors when calling registernetdev in init. The current init logic ignores the error code from registernetdev. This could lead to a WARNON message when attempting to unregister the device, if such an attempt...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: idpf: Detaching and closing netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and closing any netdevs in UP state until the reset handling is completed. During a reset,...

5.5CVSS6AI score0.00117EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/24 9:44 p.m.10 views

CVE-2026-31647

A flaw was found in the Linux kernel's idpf driver. This vulnerability arises from improper nesting of spinlocks during asynchronous Virtual Channel VC handling. An attacker could potentially trigger an invalid wait context, leading to a system crash or denial of service. Mitigation To reduce...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:45 p.m.5 views

CVE-2026-31647

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

5.3AI score0.00122EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2026/04/24 12:00 a.m.14 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the idpf driver’s use of a raw spinlock during asynchronous VC processing, leading to an...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References1
Rows per page
Query Builder