Total CVEs

140,409

Critical Severity

3,747

High Severity

13,543

Last 7 Days

1,713
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 881 - 900 of 36,814 CVEs
CVE-2026-53184 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: udp: clear skb->dev before running a sockmap verdict On the UDP receive path skb->dev is repurposed as dev_scratch (the truesize/state cache set by udp_set_dev_scratch()), through the union { struct net_device *dev; unsigned...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53183 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: mptcp: allow subflow rcv wnd to shrink In MPTCP connection, the `window` field in the TCP header refers to the MPTCP-level rcv_nxt and it's right edge should not move backward. Such constraint is enforced at DSS option genera...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53182 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject oversized EMA RNR lists nl80211_parse_rnr_elems() stores the parsed element count in a u8-backed cfg80211_rnr_elems::cnt field and uses that count to size the flexible array allocation. Reject nested NL80211...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix sk_ack_backlog leak on failed handshake When vmci_transport_recv_connecting_server() returns an error, vmci_transport_recv_listen() calls vsock_remove_pending() but never calls sk_acceptq_removed(). This leaves sk_...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53180 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: timers/migration: Fix livelock in tmigr_handle_remote_up() tmigr_handle_remote_cpu() skips timer_expire_remote() when cpu == smp_processor_id(), assuming the local softirq path already handled this CPU's timers. This assumpt...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix buffer over-read in rtw_update_protection rtw_update_protection() is called with a pointer offset into the ies buffer but the full ie_length is passed, causing a potential buffer over-read.

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53178 HIGH - 8.1

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction Add guards to ensure ie_length is large enough before subtracting fixed IE offsets to prevent unsigned integer underflow.

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix NULL pointer dereference PCIe errors detected by a Root Port or Downstream Port cause error recovery services to run on all subordinate devices regardless of administrative state. The .error_detected() callback, bnxt...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53176 CRITICAL - 9.8

In the Linux kernel, the following vulnerability has been resolved: IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN In drivers/infiniband/ulp/isert/ib_isert.c, isert_login_recv_done() computes the login request payload length as wc->byte_len minus ISER_HEADERS_LEN with no lower bound,...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53175 CRITICAL - 9.8

In the Linux kernel, the following vulnerability has been resolved: inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush On netns teardown, fqdir_pre_exit() walks the fqdir rhashtable and flushes every fragment queue that is not yet complete using inet_frag_queue_flush(). That help...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53174 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: ovl: keep err zero after successful ovl_cache_get() ovl_iterate_merged() stores PTR_ERR(cache) in err before checking IS_ERR(cache). On success err holds the truncated cache pointer and can be returned as a bogus non-zero error. ...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53173 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate() The command stream parsing loop increments the index variable a second time when a 64-bit command word is encountered (bit 14 set), but does not re-check the ...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53172 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix IFM region index out-of-bounds in command stream parser NPU_SET_IFM_REGION extracts the region index with param & 0x7f, giving a maximum value of 127. However region_size[] and output_region[] in struct ethos...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53171 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix arithmetic issues in dma_length() dma_length() derives DMA region usage from command stream values and updates region_size[]: len = ((len + stride[0]) * size0 + stride[1]) * size1 region_size[region] = m...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53170 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: reject DMA commands with uninitialized length cmd_state_init() initializes the command state with memset(0xff), leaving dma->len at U64_MAX to signal missing setup. The only setter is NPU_SET_DMA0_LEN; if userspac...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: reject NPU_OP_RESIZE commands from userspace NPU_OP_RESIZE is a U85-only command that the driver does not yet implement. The existing WARN_ON(1) placeholder fires unconditionally whenever userspace submits this comma...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: fuse: reject fuse_notify() pagecache ops on directories The operations FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE allow the FUSE daemon to actively write/read pagecache contents. For directories with FOPEN_CACHE_DIR, the pagecach...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios FUSE_NOTIFY_RETRIEVE must be limited to uptodate folios; !uptodate folios can contain uninitialized data. Since FUSE_NOTIFY_RETRIEVE is intended to only return data that is alrea...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock When FUTEX_CMP_REQUEUE_PI requeues a non-top waiter that already owns the target PI futex, task_blocks_on_rt_mutex() returns -EDEADLK before setti...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD
CVE-2026-53165 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: iomap: avoid potential null folio->mapping deref during error reporting When a buffered read fails, iomap_finish_folio_read() reports the error with fserror_report_io(folio->mapping->host, ...). This is called after ifs-&...

Vendor: Linux
Product: Linux
Published: Jun 25, 2026
Source: NVD