Total CVEs

140,284

Critical Severity

3,711

High Severity

13,344

Last 7 Days

1,811
Quick preset (or use dates below)
Clear Filters
Showing 5,021 - 5,040 of 13,344 CVEs
CVE-2026-6787 HIGH - 7.8

Use of Hard-coded Cryptographic Key vulnerability in WatchGuard Agent on Windows allows Inclusion of Code in Existing Process.This issue affects WatchGuard Agent: before 1.25.03.0000.

Vendor: watchguard
Product: agent
Published: May 06, 2026
Source: NVD
CVE-2026-6691 HIGH - 7.8

The MongoDB C Driver's Cyrus SASL integration performs unsafe string copying during username canonicalization, enabling a heap buffer overflow before any authentication or network traffic. This may be triggered by passing untrusted input in the username of a MongoDB URI with authMechanism=GSSAP...

Published: May 06, 2026
Source: NVD
CVE-2026-41288 HIGH - 7.8

Incorrect permission assignment for a resource in the patch management component of the WatchGuard Agent on Windows allows an authenticated local user to elevate their privileges to NT AUTHORITY\\SYSTEM.

Vendor: WatchGuard
Product: WatchGuard Agent
Published: May 06, 2026
Source: NVD
CVE-2026-40562 HIGH - 7.5

Gazelle versions through 0.49 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Gazelle incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must ta...

Vendor: KAZEBURO
Product: Gazelle
Published: May 06, 2026
Source: NVD
CVE-2026-43283 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ec_bhf: Fix dma_free_coherent() dma handle dma_free_coherent() in error path takes priv->rx_buf.alloc_len as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv->...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43281 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate() Although it is guided that `#mbox-cells` must be at least 1, there are many instances of `#mbox-cells = <0>;` in the device tree. If that is the case and the cor...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43280 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise When user provides a bogus pat_index value through the madvise IOCTL, the xe_pat_index_get_coh_mode() function performs an array access without validating...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43279 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Add sanity check for OOB writes at silencing At silencing the playback URB packets in the implicit fb mode before the actual playback, we blindly assume that the received packets fit with the buffer size. But whe...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43278 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: dm: clear cloned request bio pointer when last clone bio completes Stale rq->bio values have been observed to cause double-initialization of cloned bios in request-based device-mapper targets, leading to use-after-free and doub...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43276 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix double destroy_workqueue on service rescan PCI path While testing corner cases in the driver, a use-after-free crash was found on the service rescan PCI path. When mana_serv_reset() calls mana_gd_suspend(), mana_gd...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43274 HIGH - 8.4

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq() The cluster_cfg array is dynamically allocated to hold per-CPU configuration structures, with its size based on the number of online CPUs. Previous...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43263 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix Null reference while testing fluster When multi instances are created/destroyed, many interrupts happens and structures for decoder are removed. "struct vpu_instance" this structure is shar...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43260 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix RSS context delete logic We need to free the corresponding RSS context VNIC in FW everytime an RSS context is deleted in driver. Commit 667ac333dbb7 added a check to delete the VNIC in FW only when netif_running() is ...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43258 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: alpha: fix user-space corruption during memory compaction Alpha systems can suffer sporadic user-space crashes and heap corruption when memory compaction is enabled. Symptoms include SIGSEGV, glibc allocator failures (e.g. "...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43256 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: vfe: Fix out-of-bounds access in vfe_isr_reg_update() vfe_isr() iterates using MSM_VFE_IMAGE_MASTERS_NUM(7) as the loop bound and passes the index to vfe_isr_reg_update(). However, vfe->line[] array is defin...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43254 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - fix packet extraction from stream When processing TCP stream data in ovpn_tcp_recv, we receive large cloned skbs from __strp_rcv that may contain multiple coalesced packets. The current implementation has two bugs: 1....

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43253 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: move wait_on_sem() out of spinlock With iommu.strict=1, the existing completion wait path can cause soft lockups under stressed environment, as wait_on_sem() busy-waits under the spinlock with interrupts disabled. Move...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43250 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: fix DMA and SG cleanup in _ep_nuke() The ChipIdea UDC driver can encounter "not page aligned sg buffer" errors when a USB device is reconnected after being disconnected during an active transfer. This...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43249 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: 9p/xen: protect xen_9pfs_front_free against concurrent calls The xenwatch thread can race with other back-end change notifications and call xen_9pfs_front_free() twice, hitting the observed general protection fault due to a double...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43248 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: vhost: move vdpa group bound check to vhost_vdpa Remove duplication by consolidating these here. This reduces the posibility of a parent driver missing them. While we're at it, fix a bug in vdpa_sim where a valid ASID can b...

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