Total CVEs

138,940

Critical Severity

3,615

High Severity

12,982

Last 7 Days

1,046
Quick preset (or use dates below)
Clear Filters
Showing 2,861 - 2,880 of 12,982 CVEs
CVE-2026-45958 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: vidi: fix to avoid directly dereferencing user pointer In vidi_connection_ioctl(), vidi->edid(user pointer) is directly dereferenced in the kernel. This allows arbitrary kernel memory access from the user space, so...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45951 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a potential use-after-free of BTF object Refcounting in the check_pseudo_btf_id() function is incorrect: the __check_pseudo_btf_id() function might get called with a zero refcounted btf. Fix this, and patch related code a...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45945 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix race condition during PASID entry replacement The Intel VT-d PASID table entry is 512 bits (64 bytes). When replacing an active PASID entry (e.g., during domain replacement), the current implementation calculates a...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45944 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clear Present bit before tearing down context entry When tearing down a context entry, the current implementation zeros the entire 128-bit entry using multiple 64-bit writes. This creates a window where the hardware ca...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45942 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: ext4: fix e4b bitmap inconsistency reports A bitmap inconsistency issue was observed during stress tests under mixed huge-page workloads. Ext4 reported multiple e4b bitmap check failures like: ext4_mb_complex_scan_group:2508: gro...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45935 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'do_action' function, the entry size ('esize') is retrieved from the log record without adequate...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45933 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve id of register in sync_linked_regs() sync_linked_regs() copies the id of known_reg to reg when propagating bounds of known_reg to reg using the off of known_reg, but when known_reg was linked to reg like: known_reg ...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45932 HIGH - 7.3

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix tcx/netkit detach permissions when prog fd isn't given This commit fixes a security issue where BPF_PROG_DETACH on tcx or netkit devices could be executed by any user when no program fd was provided, bypassing permis...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45931 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Hold mm structure across iommu_sva_unbind_device() Some tests trigger a crash in iommu_sva_unbind_device() due to accessing iommu_mm after the associated mm structure has been freed. Fix this by taking an explicit ...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45929 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix possible use-after-free in ovpn_net_xmit When building the skb_list in ovpn_net_xmit, skb_share_check will free the original skb if it is shared. The current implementation continues to use the stale skb pointer for subs...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45910 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix race condition in QP timer handlers I encontered the following warning: WARNING: drivers/infiniband/sw/rxe/rxe_task.c:249 at rxe_sched_task+0x1c8/0x238 [rdma_rxe], CPU#0: swapper/0/0 ... libsha1 [last unloaded: ip...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45909 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Drop __initconst from gates Since commit 8ceff24a754a ("clk: mediatek: clk-gate: Refactor mtk_clk_register_gate to use mtk_gate struct") the mtk_gate structs are no longer just used for initialization/regi...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45894 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clear Present bit before tearing down PASID entry The Intel VT-d Scalable Mode PASID table entry consists of 512 bits (64 bytes). When tearing down an entry, the current implementation zeros the entire 64-byte structur...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45878 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix watch_id bounds checking in debug address watch v2 The address watch clear code receives watch_id as an unsigned value (u32), but some helper functions were using a signed int and checked bits by shifting with watc...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45862 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush cache for PASID table before using it When writing the address of a freshly allocated zero-initialized PASID table to a PASID directory entry, do that after the CPU cache flush for this PASID table, not before it...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45861 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in qd_put Commit a475c5dd16e5 ("gfs2: Free quota data objects synchronously") started freeing quota data objects during filesystem shutdown instead of putting them back onto the LRU list, bu...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45860 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conncount: increase the connection clean up limit to 64 After the optimization to only perform one GC per jiffy, a new problem was introduced. If more than 8 new connections are tracked per jiffy the list won't ...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45859 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentation Ulrich reports a regression with nfqueue: If an application did not set the 'F_GSO' capability flag and a gso packet with an unconfirmed nf_con...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45856 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send ib_uverbs_post_send() uses cmd.wqe_size from userspace without any validation before passing it to kmalloc() and using the allocated buffer as struct ib_uverbs_...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-45852 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix double free in rxe_srq_from_init In rxe_srq_from_init(), the queue pointer 'q' is assigned to 'srq->rq.queue' before copying the SRQ number to user space. If copy_to_user() fails, the function ...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD