Latest CVE Feed

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

Score
Vulnerability
Published
7.1 HIGH
CVE-2026-68402 — wifi: cfg80211: bound element ID read when checking non-inheritance

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: bound element ID read when checking non-inheritance cfg80211_is_element_inherited() reads the first data octet of…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 19, 2026
Aug 10, 2026
Aug 19, 2026
7.8 HIGH
CVE-2026-68401 — firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit() Sashiko (locally) reports multiple out-of-bound issues in …

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
7.8 HIGH
CVE-2026-68400 — firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation Use the descriptor's `ep_mem_offset` to calculate the…

Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
7.8 HIGH
CVE-2026-68399 — bpf: Fix UAF in sock clone early bailouts

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF in sock clone early bailouts Similar to recent commit 9b51a6155d14 ("bpf,fork: wipe ->bpf_storage before bailouts th…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
7.8 HIGH
CVE-2026-68398 — ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF

In the Linux kernel, the following vulnerability has been resolved: ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF pppol2tp_recv() runs in the L2TP UDP-encap softirq RX path:…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 19, 2026
Aug 10, 2026
Aug 19, 2026
8.8 HIGH
CVE-2026-68397 — net/iucv: take a reference on the socket found in afiucv_hs_rcv()

In the Linux kernel, the following vulnerability has been resolved: net/iucv: take a reference on the socket found in afiucv_hs_rcv() afiucv_hs_rcv() looks up the destination socket under iucv_sk_l…

linux_kernel | Race Condition
Aug 10, 2026 Aug 19, 2026
Aug 10, 2026
Aug 19, 2026
0.0 NA
CVE-2026-68396 — scsi: core: wake eh reliably when using scsi_schedule_eh

In the Linux kernel, the following vulnerability has been resolved: scsi: core: wake eh reliably when using scsi_schedule_eh Drivers which use the scsi_schedule_eh function to run the error handler…

linux_kernel | Race Condition
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
0.0 NA
CVE-2026-68395 — ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered

In the Linux kernel, the following vulnerability has been resolved: ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered sata_dwc_enable_interrupts() is called before pl…

linux_kernel | Misconfiguration
Aug 10, 2026 Aug 19, 2026
Aug 10, 2026
Aug 19, 2026
7.8 HIGH
CVE-2026-68394 — Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued update

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued update MGMT_OP_LOAD_CONN_PARAM queues conn_update_sync() when a single paramet…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
8.8 HIGH
CVE-2026-68393 — Bluetooth: hci_sync: extend conn_hash lookup critical sections

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: extend conn_hash lookup critical sections Using RCU-protected pointers outside the critical sections without…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
7.8 HIGH
CVE-2026-68392 — Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync Dereferencing RCU-protected pointers outside critical sections is i…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 23, 2026
Aug 10, 2026
Aug 23, 2026
7.8 HIGH
CVE-2026-68391 — Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds Dereferencing RCU-protected pointers outside critical sections …

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
8.8 HIGH
CVE-2026-68390 — Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups hci_conn_params_lookup requires hdev->lock be held, otherwise th…

linux_kernel | Race Condition
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
8.8 HIGH
CVE-2026-68389 — Bluetooth: hci_qca: Clear memdump state on invalid dump size

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: Clear memdump state on invalid dump size qca_controller_memdump() allocates qca->qca_memdump before processin…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
9.8 CRITICAL
CVE-2026-68388 — smb/client: handle overlapping allocated ranges in fallocate

In the Linux kernel, the following vulnerability has been resolved: smb/client: handle overlapping allocated ranges in fallocate smb3_simple_fallocate_range() can skip holes when an allocated range…

linux_kernel | Remote | Denial of Service
Aug 10, 2026 Aug 19, 2026
Aug 10, 2026
Aug 19, 2026
7.8 HIGH
CVE-2026-68387 — can: raw: add locking for raw flags bitfield

In the Linux kernel, the following vulnerability has been resolved: can: raw: add locking for raw flags bitfield With commit 890e5198a6e5 ("can: raw: use bitfields to store flags in struct raw_sock…

linux_kernel | Race Condition
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
0.0 NA
CVE-2026-68386 — bpf, sockmap: Reject unhashed UDP sockets on sockmap update

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject unhashed UDP sockets on sockmap update UDP sockets get SOCK_RCU_FREE set when (auto-)bound. This means sk_is…

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 19, 2026
Aug 10, 2026
Aug 19, 2026
9.8 CRITICAL
CVE-2026-68385 — s390/checksum: Fix csum_partial() without vector facility

In the Linux kernel, the following vulnerability has been resolved: s390/checksum: Fix csum_partial() without vector facility Currently csum_partial() calls csum_copy() with copy=false and dst=NULL…

linux_kernel | Remote | Misconfiguration
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
7.8 HIGH
CVE-2026-68384 — drm/xe/vf: Fix VF CCS attach/detach race with in-flight BO moves

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Fix VF CCS attach/detach race with in-flight BO moves xe_bo_move() attaches VF CCS read/write batch buffers (BBs) to a…

linux_kernel | Race Condition
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
7.8 HIGH
CVE-2026-68383 — drm/xe/guc: Keep scheduler timeline name alive

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q->name is freed with the …

linux_kernel | Memory Corruption
Aug 10, 2026 Aug 17, 2026
Aug 10, 2026
Aug 17, 2026
Showing 20 of 13964 Results