Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
0.0 NA
CVE-2026-74543 — net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()

In the Linux kernel, the following vulnerability has been resolved: net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister() syzbot reported a memory leak [1] in the UDP tunnel NIC offload c…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74542 — netfs: Fix folio_queue ENOMEM in writeback by adding a mempool

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio_queue ENOMEM in writeback by adding a mempool Fix the handling of folio_queue allocation failure in writeback by…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74541 — Bluetooth: ISO: clear iso_data always when detaching conn from hcon

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: clear iso_data always when detaching conn from hcon When setting conn->hcon = NULL, also conn->hcon->iso_data = N…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74540 — Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp l2cap_le_connect_rsp() obtains a channel via __l2cap_get_chan_by_ident() but ne…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74539 — Bluetooth: ISO: lock sk in iso_sock_getname

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in iso_sock_getname Accessing iso_pi(sk)->conn requires lock_sock, which is not held here. Fix by adding…

linux_kernel | Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74538 — Bluetooth: ISO: lock sk in iso_connect_ind

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in iso_connect_ind Accessing iso_pi(sk)->conn requires lock_sock, which is not taken in the "ev3" part of…

linux_kernel | Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74537 — Bluetooth: ISO: hold sk properly in iso_conn_ready

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in iso_conn_ready sk deref in iso_conn_ready must be done either under conn->lock, or holding a …

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74536 — Bluetooth: ISO: fix leaking sk after socket release

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release iso_sock_kill() tests !sock_flag(sk, SOCK_ZAPPED) || sk->sk_socket || sock_fl…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74535 — Bluetooth: ISO: avoid deadlocks in iso_sock_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in iso_sock_timeout iso_sock_timeout() takes lock_sock, so sync disabling the timer while holding…

linux_kernel | Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74534 — Bluetooth: ISO: fix refcounting of iso_conn

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of iso_conn iso_conn_del() and iso_chan_del() have a race that results to double-put of iso_conn:…

linux_kernel | Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74533 — Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero hci_conn::iso_data is accessed and modified without lock or RCU. This l…

linux_kernel | Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74532 — Bluetooth: btintel: Validate length before parsing diagnostics TLV

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btintel_diagnostics() accesses tlv->val[0] without first valid…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74531 — Bluetooth: hci_conn: hold conn reference in abort_conn_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: hold conn reference in abort_conn_sync() There is theoretical UAF if the conn is freed while the hci_sync ta…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74530 — Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback There is theoretical UAF if the conn is freed while the hci_syn…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74529 — Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback There is theoretical UAF if the conn is freed while the hci_sync…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74528 — Bluetooth: hci_sync: hold conn in hci_past_sync() callback

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_past_sync() callback Avoids giving freed pointers to hci_conn_valid(), which kmalloc may ha…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74527 — octeontx2-af: Block VFs from clobbering special CGX PKIND state

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Block VFs from clobbering special CGX PKIND state PF and VF NIX LFs that share a CGX LMAC reuse the same hardware P…

linux_kernel | Misconfiguration
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74526 — scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit mpi3mr_fault_uevent_emit() runs from the fault watchdog and rese…

linux_kernel | Denial of Service
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74525 — net: sxgbe: free TX rings on RX allocation failure

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, init_dma_desc_rings() only frees the…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74524 — riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove remove_pud_mapping() and remove_p4d_mapping() obtain a chil…

linux_kernel | Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
Showing 20 of 11234 Results