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-46060 — crypto: qat - fix IRQ cleanup on 6xxx probe failure

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix IRQ cleanup on 6xxx probe failure When adf_dev_up() partially completes and then fails, the IRQ handlers regist…

linux_kernel | Misconfiguration
May 27, 2026 May 27, 2026
May 27, 2026
May 27, 2026
0.0 NA
CVE-2026-46059 — KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN For guests with NRIPS disabled, L1 does not provide NextRI…

linux_kernel | Misconfiguration
May 27, 2026 May 27, 2026
May 27, 2026
May 27, 2026
7.8 HIGH
CVE-2026-46058 — media: amphion: Fix race between m2m job_abort and device_run

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Fix race between m2m job_abort and device_run Fix kernel panic caused by race condition where v4l2_m2m_ctx_releas…

linux_kernel | Race Condition
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46057 — landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork() hook_cred_transfer() only copies the Landlock security blob when the s…

linux_kernel | Misconfiguration
May 27, 2026 May 27, 2026
May 27, 2026
May 27, 2026
8.8 HIGH
CVE-2026-46056 — Bluetooth: hci_event: fix potential UAF in SSP passkey handlers

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers hci_conn lookup and field access must be covered by hdev lock in …

linux_kernel | Memory Corruption
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
7.1 HIGH
CVE-2026-46055 — apparmor: Fix string overrun due to missing termination

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix string overrun due to missing termination When booting Ubuntu 26.04 with Linux 7.0-rc4 on an ARM64 Qualcomm Snapdra…

linux_kernel | Memory Corruption
May 27, 2026 May 30, 2026
May 27, 2026
May 30, 2026
7.1 HIGH
CVE-2026-46054 — selinux: fix overlayfs mmap() and mprotect() access checks

In the Linux kernel, the following vulnerability has been resolved: selinux: fix overlayfs mmap() and mprotect() access checks The existing SELinux security model for overlayfs is to allow access i…

linux_kernel | Authorization
May 27, 2026 May 30, 2026
May 27, 2026
May 30, 2026
7.8 HIGH
CVE-2026-46053 — net: rds: fix MR cleanup on copy error

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix MR cleanup on copy error __rds_rdma_map() hands sg/pages ownership to the transport after get_mr() succeeds. If cop…

linux_kernel | Memory Corruption
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
7.5 HIGH
CVE-2026-46052 — ceph: only d_add() negative dentries when they are unhashed

In the Linux kernel, the following vulnerability has been resolved: ceph: only d_add() negative dentries when they are unhashed Ceph can call d_add(dentry, NULL) on a negative dentry that is alread…

linux_kernel | Remote | Race Condition
May 27, 2026 May 30, 2026
May 27, 2026
May 30, 2026
0.0 NA
CVE-2026-46051 — md/raid5: fix soft lockup in retry_aligned_read()

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix soft lockup in retry_aligned_read() When retry_aligned_read() encounters an overlapped stripe, it releases the stri…

linux_kernel | Race Condition
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46050 — md/raid10: fix deadlock with check operation and nowait requests

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix deadlock with check operation and nowait requests When an array check is running it will raise the barrier at whic…

linux_kernel | Race Condition
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46049 — ALSA: ctxfi: Add fallback to default RSR for S/PDIF

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Add fallback to default RSR for S/PDIF spdif_passthru_playback_get_resources() uses atc->pll_rate as the RSR for the…

linux_kernel | Denial of Service
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46048 — ALSA: caiaq: fix usb_dev refcount leak on probe failure

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix usb_dev refcount leak on probe failure create_card() takes a reference on the USB device with usb_get_dev() and …

linux_kernel | Memory Corruption
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46047 — net: qrtr: ns: Fix use-after-free in driver remove()

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Fix use-after-free in driver remove() In the remove callback, if a packet arrives after destroy_workqueue() is cal…

linux_kernel | Memory Corruption
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46046 — ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() The commit c8e008b60492 ("ext4: ignore xattrs past end") introduced …

linux_kernel | Memory Corruption
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46045 — md/md-llbitmap: skip reading rdevs that are not in_sync

In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: skip reading rdevs that are not in_sync When reading bitmap pages from member disks, the code iterates through al…

linux_kernel | Misconfiguration
May 27, 2026 May 27, 2026
May 27, 2026
May 27, 2026
0.0 NA
CVE-2026-46044 — ipmi:ssif: Clean up kthread on errors

In the Linux kernel, the following vulnerability has been resolved: ipmi:ssif: Clean up kthread on errors If an error occurs after the ssif kthread is created, but before the main IPMI code starts …

linux_kernel | Misconfiguration
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
9.1 CRITICAL
CVE-2026-46043 — RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv rxe_rcv() currently checks only that the incoming packet is at l…

linux_kernel | Remote | Memory Corruption
May 27, 2026 Jun 01, 2026
May 27, 2026
Jun 01, 2026
0.0 NA
CVE-2026-46042 — mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix memory leaks in weighted_interleave_auto_store() weighted_interleave_auto_store() fetches old_wi_state inside t…

linux_kernel | Memory Corruption
May 27, 2026 May 27, 2026
May 27, 2026
May 27, 2026
0.0 NA
CVE-2026-46041 — greybus: gb-beagleplay: fix sleep in atomic context in hdlc_tx_frames()

In the Linux kernel, the following vulnerability has been resolved: greybus: gb-beagleplay: fix sleep in atomic context in hdlc_tx_frames() hdlc_append() calls usleep_range() to wait for circular b…

linux_kernel | Race Condition
May 27, 2026 May 27, 2026
May 27, 2026
May 27, 2026
Showing 20 of 7145 Results