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-31480 — tracing: Fix potential deadlock in cpu hotplug with osnoise

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential deadlock in cpu hotplug with osnoise The following sequence may leads deadlock in cpu hotplug: task1 …

linux_kernel | Race Condition
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31479 — drm/xe: always keep track of remap prev/next

In the Linux kernel, the following vulnerability has been resolved: drm/xe: always keep track of remap prev/next During 3D workload, user is reporting hitting: [ 413.361679] WARNING: drivers/gpu/…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31478 — ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len() After this commit (e2b76ab8b5c9 "ksmbd: add supp…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31477 — ksmbd: fix memory leaks and NULL deref in smb2_lock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2_lock() smb2_lock() has three error handling issues after list_del() detaches smb_l…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31476 — ksmbd: do not expire session on binding failure

In the Linux kernel, the following vulnerability has been resolved: ksmbd: do not expire session on binding failure When a multichannel session binding request fails (e.g. wrong password), the erro…

linux_kernel | Denial of Service
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31475 — ASoC: sma1307: fix double free of devm_kzalloc() memory

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: fix double free of devm_kzalloc() memory A previous change added NULL checks and cleanup for allocation failures i…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31474 — can: isotp: fix tx.buf use-after-free in isotp_sendmsg()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() isotp_sendmsg() uses only cmpxchg() on so->tx.state to serialize access …

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31473 — media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutex

In the Linux kernel, the following vulnerability has been resolved: media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutex MEDIA_REQUEST_IOC_REINIT can run concurrently with VIDIOC_REQB…

linux_kernel | Race Condition
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31472 — xfrm: iptfs: validate inner IPv4 header length in IPTFS payload

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: validate inner IPv4 header length in IPTFS payload Add validation of the inner IPv4 packet tot_len and ihl fields pa…

linux_kernel | Denial of Service
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31471 — xfrm: iptfs: only publish mode_data after clone setup

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: only publish mode_data after clone setup iptfs_clone_state() stores x->mode_data before allocating the reorder windo…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31470 — virt: tdx-guest: Fix handling of host controlled 'quote' buffer length

In the Linux kernel, the following vulnerability has been resolved: virt: tdx-guest: Fix handling of host controlled 'quote' buffer length Validate host controlled value `quote_buf->out_len` that d…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31469 — virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false

In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false A UAF issue occurs when the virtio_net d…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31468 — vfio/pci: Fix double free in dma-buf feature

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Fix double free in dma-buf feature The error path through vfio_pci_core_feature_dma_buf() ignores its own advice to onl…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31467 — erofs: add GFP_NOIO in the bio completion if needed

In the Linux kernel, the following vulnerability has been resolved: erofs: add GFP_NOIO in the bio completion if needed The bio completion path in the process context (e.g. dm-verity) will directly…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31466 — mm/huge_memory: fix folio isn't locked in softleaf_to_folio()

In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix folio isn't locked in softleaf_to_folio() On arm64 server, we found folio that get from migration entry isn't…

linux_kernel | Race Condition
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31465 — writeback: don't block sync for filesystems with no data integrity guarantees

In the Linux kernel, the following vulnerability has been resolved: writeback: don't block sync for filesystems with no data integrity guarantees Add a SB_I_NO_DATA_INTEGRITY superblock flag for fi…

linux_kernel | Denial of Service
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31464 — scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done() A malicious or compromised VIO server can return a num_written val…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31463 — iomap: fix invalid folio access when i_blkbits differs from I/O granularity

In the Linux kernel, the following vulnerability has been resolved: iomap: fix invalid folio access when i_blkbits differs from I/O granularity Commit aa35dd5cbc06 ("iomap: fix invalid folio access…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31462 — drm/amdgpu: prevent immediate PASID reuse case

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent immediate PASID reuse case PASID resue could cause interrupt issue when process immediately runs into hw stat…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
0.0 NA
CVE-2026-31461 — drm/amd/display: Fix drm_edid leak in amdgpu_dm

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix drm_edid leak in amdgpu_dm [WHAT] When a sink is connected, aconnector->drm_edid was overwritten without fre…

linux_kernel | Memory Corruption
Apr 22, 2026 Apr 22, 2026
Apr 22, 2026
Apr 22, 2026
Showing 20 of 6478 Results