Total CVEs

139,456

Critical Severity

3,644

High Severity

13,084

Last 7 Days

1,260
Quick preset (or use dates below)
Clear Filters
Showing 4,101 - 4,120 of 13,630 CVEs

The MCP Registry provides MCP clients with a list of MCP servers, like an app store for MCP servers. From 1.1.0 to 1.7.4, the TrailingSlashMiddleware in internal/api/server.go is vulnerable to an open redirect attack. An attacker can craft a URL with a protocol-relative path (e.g., //evil.com/) that...

Vendor: go
Product: github.com/modelcontextprotocol/registry
Published: May 08, 2026
Source: GitHub
CVE-2026-44664 MEDIUM - 6.1

fast-xml-builder builds XML from JSON. In 1.1.5, the fix for CVE-2026-41650 in fast-xml-parser sanitizes -- sequences in XML comment content using .replace(/--/g, '- -'). This skip the values containing three consecutive dashes (e.g., --->...), allowing an attacker to break out of an XM...

Vendor: npm
Product: fast-xml-builder
Published: May 08, 2026
Source: GitHub
CVE-2026-41885 MEDIUM - 6.5

i18next-locize-backend is a simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno. Prior to version 9.0.2, i18next-locize-backend interpolates lng, ns, projectId, and version directly into the configured loadPath / privatePath / addPath / updatePath / getLan...

Vendor: locize
Product: i18next-locize-backend
Published: May 08, 2026
Source: NVD
CVE-2026-40295 MEDIUM - 6.1

Devise is an authentication solution for Rails based on Warden. In versions 5.0.3 and below, when the Timeoutable module is enabled in Devise, the FailureApp#redirect_url method returns request.referrer โ€” the HTTP Referer header, which is attacker-controllable โ€” without validation for any non-GET re...

Vendor: rubygems
Product: devise
Published: May 08, 2026
Source: GitHub
CVE-2026-43375 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the struct...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43372 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Fix error path in PTP IRQ setup If request_threaded_irq() fails during the PTP message IRQ setup, the newly created IRQ mapping is never disposed. Indeed, the ksz_ptp_irq_setup()'s error path only frees t...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43371 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: net: macb: Shuffle the tx ring before enabling tx Quanyang observed that when using an NFS rootfs on an AMD ZynqMp board, the rootfs may take an extended time to recover after a suspend. Upon investigation, it was determined that ...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43369 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix NULL pointer dereference in device cleanup When GPU initialization fails due to an unsupported HW block IP blocks may have a NULL version pointer. During cleanup in amdgpu_device_fini_hw, the code calls amdgpu_device_...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43367 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix a few more NULL pointer dereference in device cleanup I found a few more paths that cleanup fails due to a NULL version pointer on unsupported hardware. Add NULL checks as applicable. (cherry picked from commit f5a0...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43364 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: ublk: fix NULL pointer dereference in ublk_ctrl_set_size() ublk_ctrl_set_size() unconditionally dereferences ub->ub_disk via set_capacity_and_notify() without checking if it is NULL. ub->ub_disk is NULL before UBLK_CMD_STAR...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43363 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Disable x2apic on resume if the kernel expects so When resuming from s2ram, firmware may re-enable x2apic mode, which may have been disabled by the kernel during boot either because it doesn't support IRQ remapping ...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43361 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort when snapshotting received subvolumes Currently a user can trigger a transaction abort by snapshotting a previously received snapshot a bunch of times until we reach a BTRFS_UUID_KEY_RECEIVED_SUBVOL it...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43360 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort on file creation due to name hash collision If we attempt to create several files with names that result in the same hash, we have to pack them in same dir item and that has a limit inherent to the lea...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43359 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort on set received ioctl due to item overflow If the set received ioctl fails due to an item overflow when attempting to add the BTRFS_UUID_KEY_RECEIVED_SUBVOL we have to abort the transaction since we di...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43358 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buffer() Call rcu_read_lock() before exiting the loop in try_release_subpage_extent_buffer() because there is a rcu_read_unlock() call past the loop. This ...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43357 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050-core: fix pm_runtime error handling The return value of pm_runtime_get_sync() is not checked, allowing the driver to access hardware that may fail to resume. The device usage count is also unconditionally increm...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43356 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis: Fix NULL pointer dereference in adis_init The adis_init() function dereferences adis->ops to check if the individual function pointers (write, read, reset) are NULL, but does not first check if adis->ops itse...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43355 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1780: fix PM runtime leak on error path Move pm_runtime_put_autosuspend() before the error check to ensure the PM runtime reference count is always decremented after pm_runtime_get_sync(), regardless of whether the r...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43354 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: iio: proximity: hx9023s: Protect against division by zero in set_samp_freq Avoid division by zero when sampling frequency is unspecified.

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43351 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Eagerly init vgic dist/redist on vgic creation If vgic_allocate_private_irqs_locked() fails for any odd reason, we exit kvm_vgic_create() early, leaving dist->rd_regions uninitialised. kvm_vgic_dist_destroy() then ...

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