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-74384 — nvme-multipath: fix flex array size in struct nvme_ns_head

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvme_ns_head struct nvme_ns_head contains a flexible array member, current_path[], …

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74383 — nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools nvme_setup_descriptor_pools() indexes dev->descriptor_pools[] u…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74382 — net/sched: cls_bpf: prevent unbounded recursion in offload rollback

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_bpf: prevent unbounded recursion in offload rollback Quan Sun reported [1] a stack overflow in cls_bpf_offload_cmd…

| Denial of Service
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74381 — gpu: host1x: Allow entries in BO caches to be freed

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Allow entries in BO caches to be freed When a buffer object is pinned via host1x_bo_pin() with a cache, the resultin…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74380 — gpu: host1x: Fix iommu_map_sgtable() return value check

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix iommu_map_sgtable() return value check Commit "iommu: return full error code from iommu_map_sg[_atomic]()" chang…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74379 — dax/kmem: account for partial discontiguous resource upon removal

In the Linux kernel, the following vulnerability has been resolved: dax/kmem: account for partial discontiguous resource upon removal When dev_dax_kmem_probe() partially succeeds (at least one rang…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74378 — RDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqe

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqe get_srq_wqe() reads wqe->dma.num_sge from the shared receive queue buffer, whic…

| Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74377 — RDMA/rxe: Copy WQE to local buffer in non-SRQ receive path

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Copy WQE to local buffer in non-SRQ receive path For non-SRQ QPs, the responder reads WQE fields directly from the shar…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74376 — md/raid10: reset read_slot when reusing r10bio for discard

In the Linux kernel, the following vulnerability has been resolved: md/raid10: reset read_slot when reusing r10bio for discard put_all_bios() always drops devs[i].bio, but it only drops devs[i].rep…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74375 — md/raid1,raid10: fix deadlock in read error recovery path

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix deadlock in read error recovery path raid1d and raid10d may resubmit a split md cloned bio while handling a …

| Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74374 — md/raid1,raid10: fix error-path detection with md_cloned_bio()

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix error-path detection with md_cloned_bio() Detect the error path using md_cloned_bio() instead of relying on …

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74373 — md/raid1,raid10: fix bio accounting for split md cloned bios

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix bio accounting for split md cloned bios Use md_cloned_bio() to control bio accounting instead of relying on …

| Misconfiguration
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74372 — raid1: fix nr_pending leak in REQ_ATOMIC bad-block error path

In the Linux kernel, the following vulnerability has been resolved: raid1: fix nr_pending leak in REQ_ATOMIC bad-block error path In raid1_write_request(), each per-mirror loop iteration begins by …

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74371 — bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat

In the Linux kernel, the following vulnerability has been resolved: bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat BPF_PROG_QUERY writes back the 'query.revision' field unconditionall…

| Misconfiguration
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74370 — liveupdate: fix TOCTOU race in luo_session_retrieve()

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix TOCTOU race in luo_session_retrieve() Extend the scope of the rwsem_read lock in luo_session_retrieve() to overla…

| Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74369 — liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish() In luo_file_unpreserve_files() and luo_file_finish(), …

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74368 — wifi: ath12k: fix memory leak in ath12k_wifi7_dp_rx_h_verify_tkip_mic()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12k_wifi7_dp_rx_h_verify_tkip_mic() In ath12k_wifi7_dp_rx_h_verify_tkip_mic(), the call to at…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74367 — wifi: ath12k: fix inconsistent arvif state in vdev_create error paths

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix inconsistent arvif state in vdev_create error paths ath12k_mac_vdev_create() has three error path issues that l…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74366 — wifi: ath12k: fix NULL deref in change_sta_links for unready link

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL deref in change_sta_links for unready link _ieee80211_set_active_links() calls _ieee80211_link_use_channel…

| Memory Corruption
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
0.0 NA
CVE-2026-74365 — nvdimm/btt: Handle preemption in BTT lane acquisition

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Handle preemption in BTT lane acquisition BTT lanes serialize access to per-lane metadata and workspace state during …

| Race Condition
Aug 15, 2026 Aug 15, 2026
Aug 15, 2026
Aug 15, 2026
Showing 20 of 11274 Results