Lucene search
+L

42819 matches found

NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64032

In the Linux kernel, the following vulnerability has been resolved: bridge: mcast: Fix a possible use-after-free when removing a bridge port When per-VLAN multicast snooping is enabled, the bridge iterates over all the bridge ports, disables the per-port multicast context on each port and enables...

7.8CVSS0.00125EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/19 4:17 p.m.7 views

CVE-2026-64013

In the Linux kernel, the following vulnerability has been resolved: ACPI: button: Fix ACPI GPE handler leak during removal Commit a7e23ec17fee "ACPI: button: Install notifier for system events as well" changed the ACPI notify handler type for ACPI buttons to ACPIALLNOTIFY, but it forgot to update...

0.00155EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.5 views

CVE-2026-64003

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Run queues for all non-SDEVDEL devices from scsirunhostqueues While a SCSI host is in a recovery state, scsimqrequeuecmd will not set the requeue list for a requeued command to be kicked in the future. The expectation...

7.5CVSS0.00441EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/19 4:17 p.m.5 views

CVE-2026-63977

In the Linux kernel, the following vulnerability has been resolved: dpll: zl3073x: use dplldevicechangentf and remove changework The changework was introduced to send device change notifications from DPLL device callbacks without deadlocking on dplllock, since the callbacks are already invoked...

7.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/19 3:41 p.m.26 views

CVE-2026-64185 sysfs: don't remove existing directory on update failure

In the Linux kernel, the following vulnerability has been resolved: sysfs: don't remove existing directory on update failure When sysfsupdategroup is called for a named group and createfiles fails e.g. -ENOMEM, internalcreategroup calls kernfsremovekn on the group directory. In the update path, k...

0.00168EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:41 p.m.10 views

CVE-2026-64180

The CVE-2026-64180 entry documents a Linux kernel issue in the memory hotplug path (mm/memory_hotplug). The root cause is that remove_memory_blocks_and_altmaps() calls find_memory_block() to obtain a memory block device reference, but the acquired reference is not dropped, leading to a leaked dev...

5.3AI score0.00157EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64115

CVE-2026-64115 affects the Linux kernel’s vsock/vmci component. The issue is a Use-After-Free caused when a peer resets a connection during the handshake, leading to a pending socket remaining in a listener’s pending list and the possibility of a crash/DoS. Root cause: vmci_transport_recv_connect...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 3:40 p.m.6 views

EUVD-2026-45800

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.5AI score0.00135EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS5.3AI score0.00135EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.28 views

CVE-2026-64103 scsi: isci: Fix use-after-free in device removal path

In the Linux kernel, the following vulnerability has been resolved: scsi: isci: Fix use-after-free in device removal path The ISCI completion tasklet is initialized in iscihostalloc drivers/scsi/isci/init.c:496 and scheduled from both MSI-X and legacy interrupt handlers...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64103

The CVE affects the Linux kernel SCSI ISCI code. A use-after-free can occur in device removal due to completion_tasklet not being killed after wait_for_stop(), allowing IRQ-driven scheduling to requeue and potentially touch ihost structures after teardown. The issue is in isci_host_alloc()/ismsi_...

5.5AI score0.00177EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64103

In the Linux kernel, the following vulnerability has been resolved: scsi: isci: Fix use-after-free in device removal path The ISCI completion tasklet is initialized in iscihostalloc drivers/scsi/isci/init.c:496 and scheduled from both MSI-X and legacy interrupt handlers...

5.3AI score0.00177EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.8 views

EUVD-2026-45788

In the Linux kernel, the following vulnerability has been resolved: scsi: isci: Fix use-after-free in device removal path The ISCI completion tasklet is initialized in iscihostalloc drivers/scsi/isci/init.c:496 and scheduled from both MSI-X and legacy interrupt handlers...

5.5AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64103 scsi: isci: Fix use-after-free in device removal path

In the Linux kernel, the following vulnerability has been resolved: scsi: isci: Fix use-after-free in device removal path The ISCI completion tasklet is initialized in iscihostalloc drivers/scsi/isci/init.c:496 and scheduled from both MSI-X and legacy interrupt handlers...

5.4AI score0.00177EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64103

In the Linux kernel, the following vulnerability has been resolved: scsi: isci: Fix use-after-free in device removal path The ISCI completion tasklet is initialized in iscihostalloc drivers/scsi/isci/init.c:496 and scheduled from both MSI-X and legacy interrupt handlers...

5.3AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.29 views

CVE-2026-64077 netfilter: ebtables: move to two-stage removal scheme

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS0.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64077

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64077 netfilter: ebtables: move to two-stage removal scheme

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:39 p.m.9 views

EUVD-2026-45650

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

5.4AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.10 views

CVE-2026-64077

The CVE-2026-64077 issue concerns the Linux kernel netfilter ebtables component, resolved by moving to a two-stage removal scheme. The root cause is an incompatibility in ebt_table layout that prevents reusing xt helpers. As a remediation, table->ops assignment is now performed while the ebt m...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
Rows per page
Query Builder