Total CVEs

138,363

Critical Severity

3,557

High Severity

12,776

Last 7 Days

1,962
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 2,641 - 2,660 of 12,473 CVEs
CVE-2026-46031 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Reinstate disabling of BHs around IRQ handler If the driver executes ks8851_irq() AND a TX packet has been sent, then the driver enables TX queue via netif_wake_queue() which schedules TX softirq to queue packets for ...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-46029 HIGH - 7.0

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmalloc_nolock() in NMI on UP On UP kernels (!CONFIG_SMP), spin_trylock() is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmalloc_nolock() called from NMI c...

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

In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid early lgr access in smc_clc_wait_msg A CLC decline can be received while the handshake is still in an early stage, before the connection has been associated with a link group. The decline handling in smc_clc_wait_m...

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

In the Linux kernel, the following vulnerability has been resolved: libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply() If a message of type CEPH_MSG_AUTH_REPLY contains a zero value for both protocol and result, this is currently not treated as an error. In case of ac->negoti...

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

In the Linux kernel, the following vulnerability has been resolved: tcp: call sk_data_ready() after listener migration When inet_csk_listen_stop() migrates an established child socket from a closing listener to another socket in the same SO_REUSEPORT group, the target listener gets a new accept-qu...

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

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtk_jpeg_release() function frees the context structure (ctx) without first cancelling any pending or running work in ctx->jpeg_work. This creates ...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
CVE-2026-46010 HIGH - 8.1

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix error handling in rxgk_extract_token() Fix a missing bit of error handling in rxgk_extract_token(): in the event that rxgk_decrypt_skb() returns -ENOMEM, it should just return that rather than continuing on (for anythin...

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

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix u32 overflow in pushbuf reloc bounds check nouveau_gem_pushbuf_reloc_apply() validates each relocation with if (r->reloc_bo_offset + 4 > nvbo->bo.base.size) but reloc_bo_offset is __u32 (uapi/drm/no...

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

In the Linux kernel, the following vulnerability has been resolved: erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap() Some crafted images can have illegal (!partial_decoding && m_llen < m_plen) extents, and the LZ4 inplace decompression path can be wrongly hit, but it cannot...

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

In the Linux kernel, the following vulnerability has been resolved: udf: fix partition descriptor append bookkeeping Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part_descs_loc[]. handle_partition_descriptor() deduplicates entries by p...

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

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in iomap inline data write path The inline data buffer head (dibh) is being released prematurely in gfs2_iomap_begin() via release_metapath() while iomap->inline_data still points to dibh->b_data. Th...

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

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Stop job scheduling across aie2_release_resource() Running jobs on a hardware context while it is in the process of releasing resources can lead to use-after-free and crashes. Fix this by stopping job scheduling be...

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

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: fix UAF in rlb_arp_recv during bond up/down The ALB RX path may access rx_hashtbl concurrently with bond teardown. During rapid bond up/down cycles, rlb_deinitialize() frees rx_hashtbl while RX handlers are still run...

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

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix a crash due to incorrect cleanup usage of kfree Annotating a local pointer variable, which will be assigned with the kmalloc-family functions, with the `__cleanup(kfree)` attribute will make the address of the lo...

Vendor: Linux
Product: Linux
Published: May 27, 2026
Source: NVD
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