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-74642 — ALSA: usb: Fix UAF at delayed release of MIDI2 EPs

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: Fix UAF at delayed release of MIDI2 EPs The recent fix for UAF in ump_to_endpoint() caused another UAF because it trie…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74641 — ALSA: usx2y: bound the hwdep mmap fault offset

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset snd_us428ctls_vm_fault() turns the faulting page offset into a kernel address with…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74640 — ALSA: FCP: fix OOB write in fcp_meter_ctl_get()

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: fix OOB write in fcp_meter_ctl_get() fcp_ioctl_set_meter_map() bounds the user-supplied Level Meter map size by the dr…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74639 — ALSA: us144mkii: re-anchor capture URBs on resubmission

In the Linux kernel, the following vulnerability has been resolved: ALSA: us144mkii: re-anchor capture URBs on resubmission capture_urb_complete() resubmits each capture URB without anchoring it: …

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74638 — drm/v3d: Serialize the scheduler timeout handlers

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Serialize the scheduler timeout handlers V3D exposes several independent hardware queues (BIN, RENDER, TFU and CSD) but …

linux_kernel | Race Condition
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74637 — perf/core: Fix group leader use-after-free after sibling detach

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix group leader use-after-free after sibling detach perf_group_detach() handles leader and sibling detach differently…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74636 — tracing: Fix race between update_event_fields and, event_define_fields

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race between update_event_fields and, event_define_fields The following sequence may leads race between event_define…

linux_kernel | Race Condition
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74635 — fbdev: bitblit: bound-check glyph index in bit_cursor()

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bit_cursor() bit_cursor() fetches the glyph under the cursor with c = scr_readw(vc_p…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74634 — ring-buffer: Prevent subbuf order change when resizing is disabled

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Prevent subbuf order change when resizing is disabled Because ring_buffer_subbuf_order_set() frees buffer pages, we …

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74633 — tracing: Fix NULL pointer dereference in module event cache removal

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with …

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74632 — mm/huge_memory: fix huge_zero_pfn race

In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix huge_zero_pfn race Patch series "mm/huge_memory: fix huge_zero_pfn race", v2. There is a subtle race in the …

linux_kernel | Race Condition
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74631 — net: smc: fix splice entry lifetime imbalance in smc_rx_splice

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smc_rx_splice smc_rx_splice() passes pages to splice_to_pipe() before taking the…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74630 — ipv6: prevent in6_dev_get() from resurrecting inet6_dev

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6_dev_get() from resurrecting inet6_dev in6_dev_get() reads dev->ip6_ptr under RCU and then unconditionally incre…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74629 — net/dibs: Correct freeing of dmb_clientid_arr

In the Linux kernel, the following vulnerability has been resolved: net/dibs: Correct freeing of dmb_clientid_arr A dibs device interrupt handler can be active after dibs_dev_del() and may still ac…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74628 — net/x25: fix use-after-free of the socket by its timers

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with mod_timer() and cancelled with timer_delete…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74627 — net: devmem: prevent net-iov / page mixing

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have net_iov or page backed frags in a single skb, otherwise it blows…

linux_kernel | Misconfiguration
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74626 — NTB: ntb_netdev: Preserve RX queue depth on allocation failure

In the Linux kernel, the following vulnerability has been resolved: NTB: ntb_netdev: Preserve RX queue depth on allocation failure ntb_netdev_rx_handler() hands the received skb to the network stac…

linux_kernel | Denial of Service
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74625 — netfilter: bridge: release template ct on non-IP path

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: release template ct on non-IP path A bridge nftables ct zone set rule can attach a conntrack template to an sk…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 22, 2026
Aug 22, 2026
Aug 22, 2026
0.0 NA
CVE-2026-74624 — netfilter: nf_conntrack: defer invalid log until after unlock

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack: defer invalid log until after unlock TCP and SCTP conntrack paths can emit invalid-packet logs while ct-…

linux_kernel | Denial of Service
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
0.0 NA
CVE-2026-74623 — net: atlantic: free stranded TX buffers on ring deinit

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free stranded TX buffers on ring deinit aq_vec_deinit() drains the TX rings with a single aq_ring_tx_clean() call,…

linux_kernel | Memory Corruption
Aug 22, 2026 Aug 23, 2026
Aug 22, 2026
Aug 23, 2026
Showing 20 of 11459 Results