Lucene search
+L

4209 matches found

EUVD
EUVD
added 2026/07/19 3:40 p.m.8 views

EUVD-2026-45837

In the Linux kernel, the following vulnerability has been resolved: iommu: Handle unmap error when iommudebug is enabled Sashiko noticed a latent bug where the map error flow called iommuunmap which calls iommudebugunmapbegin/iommudebugunmapend however since this is an error path the map flow nev...

5.4AI score0.00108EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 3:40 p.m.12 views

CVE-2026-64098

CVE-2026-64098 affects the Linux kernel’s VirtIO GPU driver. The issue arises when virtio_gpu_cursor_plane_update() and virtio_gpu_resource_flush() acquire the framebuffer dma_resv via virtio_gpu_array_lock_resv() and ignore the return value. The lock can fail (-EINTR or -ENOMEM), leaving the res...

7.8CVSS5.3AI score0.00146EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:40 p.m.6 views

EUVD-2026-45778

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: directly shut down timer on cleanup batadvtpsendercleanup was calling timerdeletesync followed by timerdelete to guard against the timer handler re-arming itself between the two calls. This double-deletion ha...

5.4AI score0.00337EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64079

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.3AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.7 views

EUVD-2026-45648

In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregisterfprobe to wait for RCU grace period Commit 4346ba1604093 "fprobe: Rewrite fprobe on function-graph tracer" changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to wait for RCU GP. Thus the...

5.5AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64045

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

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

CVE-2026-64029 ALSA: seq: Serialize UMP output teardown with event_input

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Serialize UMP output teardown with eventinput sequmpprocessevent borrows client-outrfile.output without synchronizing with the first-open and last-close transition in sequmpclientopen and sequmpclientclose. The last...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.15 views

CVE-2026-63969

The CVE-2026-63969 entry describes a Linux kernel issue where a potential infinite loop in rt6_fill_node() can occur due to unsafe manipulation of fib6_siblings while holding tb6_lock. The root cause is that rt->fib6_siblings.next can point into the old ring if a walker runs concurrently with ...

5.4AI score0.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 2:55 p.m.8 views

EUVD-2026-45741

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in fib6selectpath Found while auditing the same pattern Sashiko reported in rt6fillnode 1. Apply the same fix as commit f8d8ce1b515a "ipv6: fix possible infinite loop in fib6infousesdev". Writers...

5.4AI score0.00647EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.35 views

CVE-2026-63944 Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix UAF in hcilecreatecissync hcilecreatecissync dereferences conn-conntimeout after releasing both rcureadlock and hcidevlockhdev. The conn pointer was obtained from an RCU-protected iteration over...

8.8CVSS0.00324EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 2:55 p.m.19 views

CVE-2026-63944

The set of CVE records (CVE-2026-63944) describes a Linux kernel issue in Bluetooth hci_sync: hci_le_create_cis_sync that can cause a use-after-free by dereferencing conn->conn_timeout after releasing rcu_read_lock() and hci_dev_lock(hdev). The conn pointer originates from an RCU-protected ite...

8.8CVSS5.4AI score0.00324EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.28 views

CVE-2026-63905 usbip: vudc: Fix use after free bug in vudc_remove due to race condition

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: Fix use after free bug in vudcremove due to race condition This patch follows up Zheng Wang's 2023 report of a use-after-free in vudcremove. The original thread stalled on Shuah Khan's request for runtime testing of...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:18 p.m.35 views

CVE-2026-63874 net: mctp: usb: fix race between urb completion and rx_retry cancellation

In the Linux kernel, the following vulnerability has been resolved: net: mctp: usb: fix race between urb completion and rxretry cancellation It's possible that sequencing between setting -stopped and cancelling the rxretry work in ndostop could leave us with an urb queued: T1: ndostop T2:...

7.8CVSS0.00119EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.11 views

CVE-2026-63803

In the Linux kernel, the following vulnerability has been resolved: hdlcppp: sync per-proto timers before freeing hdlc state Each PPP control protocol LCP/IPCP/IPV6CP embedded in struct ppp registers a timer via timersetup. That struct ppp is the hdlc-state allocation, which detachhdlcprotocol...

7.8CVSS5.2AI score0.00133EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63803

In the Linux kernel, the following vulnerability has been resolved: hdlcppp: sync per-proto timers before freeing hdlc state Each PPP control protocol LCP/IPCP/IPV6CP embedded in struct ppp registers a timer via timersetup. That struct ppp is the hdlc-state allocation, which detachhdlcprotocol...

7.8CVSS5.2AI score0.00133EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61396

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL dereference occurs in the netfilter x tables component. The arp/ip6t register table function adds a table to the per-netns list via xt register table before allocating the per-net...

5.2AI score0.00155EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61432

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the vsock/vmci component. The vmci transport recv connecting server function incorrectly returns a success value when a peer sends a reset RST packet...

8.8CVSS5.2AI score0.00135EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.12 views

PT-2026-61119

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the HDLC PPP protocol implementation. The struct ppp allocated as hdlc-state registers timers for PPP control protocols LCP, IPCP, and IPV6CP using timer...

9.8CVSS5.3AI score0.005EPSS
SaveExploits0References81
NVD
NVD
added 2026/07/17 6:17 p.m.11 views

CVE-2026-48008

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, a non-admin API user with integration:create ACL privilege can escalate to full administrator by creating an integration with admin: true through the Sync API POST /api/action/sync; the regular integration endpoint POST...

6.5CVSS0.00264EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/17 5:47 p.m.9 views

EUVD-2026-45237

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, a non-admin API user with integration:create ACL privilege can escalate to full administrator by creating an integration with admin: true through the Sync API POST /api/action/sync; the regular integration endpoint POST...

6.5CVSS5.4AI score0.00264EPSS
SaveExploits0References5
Rows per page
Query Builder