Total CVEs

138,714

Critical Severity

3,596

High Severity

12,883

Last 7 Days

1,746
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 4,961 - 4,980 of 12,580 CVEs
CVE-2026-31707 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate response sizes in ipc_validate_msg() ipc_validate_msg() computes the expected message size for each response type by adding (or multiplying) attacker-controlled fields from the daemon response to a fixed struct siz...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31706 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl() smb_inherit_dacl() trusts the on-disk num_aces value from the parent directory's DACL xattr and uses it to size a heap allocation: aces_base = kmalloc(size...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31703 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: writeback: Fix use after free in inode_switch_wbs_work_fn() inode_switch_wbs_work_fn() has a loop like: wb_get(new_wb); while (1) { list = llist_del_all(&new_wb->switch_wbs_ctxs); /* Nothing to do? */ if (!...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31702 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io() In f2fs_compress_write_end_io(), dec_page_count(sbi, type) can bring the F2FS_WB_CP_DATA counter to zero, unblocking f2fs_wait_on_all_pages() in f2fs_put_super() on a...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31700 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd() In tpacket_snd(), when PACKET_VNET_HDR is enabled, vnet_hdr points directly into the mmap'd TX ring buffer shared with userspace. The kernel validates the h...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31699 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failed When retrieving the PEK CSR, don't attempt to copy the blob to userspace if the firmware command failed. If the failure was due to an invalid len...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31698 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failed When retrieving the PDH cert, don't attempt to copy the blobs to userspace if the firmware command failed. If the failure was due to an inva...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31697 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp: Don't attempt to copy ID to userspace if PSP command failed When retrieving the ID for the CPU, don't attempt to copy the ID blob to userspace if the firmware command failed. If the failure was due to an in...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31696 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix missing validation of ticket length in non-XDR key preparsing In rxrpc_preparse(), there are two paths for parsing key payloads: the XDR path (for large payloads) and the non-XDR path (for payloads <= 28 bytes). Whil...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31695 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free Currently we execute `SET_NETDEV_DEV(dev, &priv->lowerdev->dev)` for the virt_wifi net devices. However, unregistering a virt_wifi device in netdev_run_todo(...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-31694 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: fuse: reject oversized dirents in page cache fuse_add_dirent_to_cache() computes a serialized dirent size from the server-controlled namelen field and copies the dirent into a single page-cache page. The existing logic only checks...

Vendor: Linux
Product: Linux
Published: May 01, 2026
Source: NVD
CVE-2026-7579 HIGH - 7.3

A security vulnerability has been detected in AstrBotDevs AstrBot up to 4.16.0. This issue affects some unknown processing of the file astrbot/dashboard/routes/auth.py of the component Dashboard. The manipulation leads to hard-coded credentials. It is possible to initiate the attack remotely. The ex...

Published: May 01, 2026
Source: NVD
CVE-2026-3772 HIGH - 8.8

The WP Editor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.9.2. This is due to missing nonce verification in the 'add_plugins_page' and 'add_themes_page' functions. This makes it possible for unauthenticated attackers ...

Published: May 01, 2026
Source: NVD
CVE-2026-43003 HIGH - 8.0

An issue was discovered in OpenStack ironic-python-agent 1.0.0 through 11.5.0. Ironic Python Agent (IPA) sometimes executes grub-install from within a chroot of the deployed partition image, leading to code execution in the case of a malicious image.

Vendor: OpenStack
Product: ironic-python-agent
Published: May 01, 2026
Source: NVD
CVE-2026-43001 HIGH - 7.9

An issue was discovered in OpenStack Keystone 13 through 29. POST /v3/credentials did not validate that the caller-supplied project_id for an EC2-type credential matched the project of the authenticating application credential. This allowed an attacker holding an unrestricted application credential ...

Vendor: OpenStack
Product: Keystone
Published: May 01, 2026
Source: NVD
CVE-2026-42403 HIGH - 7.5

Apache Neethi does not properly detect circular references in policy definitions. When a WS-Policy document contains circular policy references (where Policy A references Policy B which references Policy A), the policy normalization process can enter an infinite loop or cause excessive recursion, le...

Vendor: Apache Software Foundation
Product: Apache Neethi
Published: May 01, 2026
Source: NVD
CVE-2026-42402 HIGH - 7.5

Apache Neethi is vulnerable to a Denial of Service attack through algorithmic complexity in policy normalization. Specially crafted WS-Policy documents can trigger an exponential Cartesian cross-product expansion during the normalization process, causing unbounded memory allocation that exhausts the...

Vendor: Apache Software Foundation
Product: Apache Neethi
Published: May 01, 2026
Source: NVD
CVE-2026-7584 HIGH - 7.8

The LabOne Q serialization framework uses a class-loading mechanism (import_cls) to dynamically import and instantiate Python classes during deserialization. Prior to the fix, this mechanism accepted arbitrary fully-qualified class names from the serialized data without any validation of the target ...

Vendor: zhinst
Product: labone_q
Published: May 01, 2026
Source: NVD
CVE-2026-7555 HIGH - 7.3

A vulnerability was identified in itsourcecode Electronic Judging System 1.0. This affects an unknown part of the file /intrams/login.php. Such manipulation of the argument Username leads to sql injection. The attack can be launched remotely. The exploit is publicly available and might be used.

Published: May 01, 2026
Source: NVD
CVE-2026-7550 HIGH - 7.3

A vulnerability has been found in SourceCodester Pharmacy Sales and Inventory System 1.0. Affected is an unknown function of the file /ajax.php?action=save_customer. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been discl...

Published: May 01, 2026
Source: NVD