Total CVEs

139,442

Critical Severity

3,643

High Severity

13,079

Last 7 Days

1,400
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 3,441 - 3,460 of 13,241 CVEs
CVE-2026-8528 MEDIUM - 4.3

Insufficient validation of untrusted input in SiteIsolation in Google Chrome prior to 148.0.7778.168 allowed a remote attacker who had compromised the renderer process to bypass Site Isolation via a crafted HTML page. (Chromium security severity: High)

Vendor: google
Product: chrome
Published: May 14, 2026
Source: NVD
CVE-2026-8516 MEDIUM - 5.3

Insufficient validation of untrusted input in DataTransfer in Google Chrome prior to 148.0.7778.168 allowed a remote attacker who convinced a user to engage in specific UI gestures to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: C...

Vendor: google
Product: chrome
Published: May 14, 2026
Source: NVD
CVE-2026-43996 MEDIUM - 5.5

OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, the bounds check in TGAInput::decode_pixel computes k + palbytespp as unsigned 32-bit arithmetic. When k = 0xFFFFFFFC and palbytespp = 4, ...

Vendor: AcademySoftwareFoundation
Product: OpenImageIO
Published: May 14, 2026
Source: NVD
CVE-2026-45299 MEDIUM - 5.4

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.8.0, the profile_image_url field on the user profile update form accepted arbitrary data: URI values without MIME-type validation, resulting in a XSS vulnerability. This vulnerability is fix...

Vendor: pip
Product: open-webui
Published: May 14, 2026
Source: GitHub

Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs. Prior to 2.7.25, 2.9.15, 2.11.13, 2.12.10, and 2.13.5, the default kuma-cp config leaks the admin bootstrap token and signing keys to any webpage the operator visits while the control plane is reach...

Vendor: go
Product: github.com/kumahq/kuma
Published: May 14, 2026
Source: GitHub
CVE-2026-38740 MEDIUM - 5.3

Foscam VD1 Video Doorbell before V5.3.13_1072 is vulnerable to Cleartext Transmission of Sensitive Information. The device transmits sensitive Session Description Protocol (SDP), including ICE credentials and candidates, in cleartext over network interfaces. An attacker with network visibility can i...

Published: May 14, 2026
Source: NVD
CVE-2026-44968 MEDIUM - 6.3

dbt MCP Server has an Argument Injection in dbt CLI Tool Wrappers via node_selection and resource_type Parameters

Vendor: pip
Product: dbt-mcp
Published: May 14, 2026
Source: GitHub
CVE-2026-46470 MEDIUM - 4.0

An issue was discovered in GStreamer gst-plugins-good before 1.28.2. When parsing MP4 audio tracks, the isomp4 plugin's qtdemux_audio_caps function does not sufficiently validate atom data before performing division operations, leading to denial of service due to integer division by zero.

Vendor: GStreamer
Product: Good Plug-ins
Published: May 14, 2026
Source: NVD
CVE-2026-46469 MEDIUM - 4.0

An issue was discovered in GStreamer gst-plugins-good before 1.28.2. When parsing MP4 audio tracks, the isomp4 plugin's qtdemux_parse_trak function does not sufficiently validate atom data before performing division operations, leading to denial of service due to integer division by zero.

Vendor: GStreamer
Product: Good Plug-ins
Published: May 14, 2026
Source: NVD
CVE-2026-45448 MEDIUM - 4.3

CWE-601 URL redirection to untrusted site ('open redirect')

Vendor: ntop
Product: ntopng
Published: May 14, 2026
Source: NVD
CVE-2026-20210 MEDIUM - 5.4

A vulnerability in the web UI of Cisco Catalyst SD-WAN Manager, formerly SD-WAN vManage, could allow an authenticated, remote attacker with read-only permissions to modify configurations and perform unauthorized actions on an affected system. This vulnerability exists because of a failure to reda...

Vendor: Cisco
Product: Cisco Catalyst SD-WAN Manager
Published: May 14, 2026
Source: NVD
CVE-2026-20209 MEDIUM - 5.4

A vulnerability in the web UI of Cisco Catalyst SD-WAN Manager, formerly SD-WAN vManage, could allow an authenticated, remote attacker with read-only permissions to elevate their privileges from low to high and perform actions as a high-privileged user. This vulnerability exists because sensitive...

Vendor: Cisco
Product: Cisco Catalyst SD-WAN Manager
Published: May 14, 2026
Source: NVD
CVE-2025-62313 MEDIUM - 5.4

HCL AION is affected by a vulnerability where adequate protections against brute-force attempts are not enforced. This may allow repeated authentication attempts, potentially leading to unauthorized access or account compromise under certain conditions.

Vendor: HCL
Product: AION
Published: May 14, 2026
Source: NVD
CVE-2025-62311 MEDIUM - 4.3

HCL AION is affected by a vulnerability where backend service details may be transmitted over insecure HTTP channels. This may expose sensitive information to potential interception or unauthorized access during transmission under certain conditions

Vendor: HCL
Product: AION
Published: May 14, 2026
Source: NVD
CVE-2025-62310 MEDIUM - 5.4

HCL AION is affected by a vulnerability where encryption is not enforced for certain data transmissions or operations. This may expose sensitive information to potential interception or unauthorized access under specific conditions.

Vendor: HCL
Product: AION
Published: May 14, 2026
Source: NVD
CVE-2025-62308 MEDIUM - 5.1

HCL AION is affected by a vulnerability where sensitive backend infrastructure details may be exposed. Exposure of such information could reveal internal system architecture or configuration details, which may potentially assist in further analysis or targeted actions under certain conditions

Vendor: HCL
Product: AION
Published: May 14, 2026
Source: NVD
CVE-2025-62305 MEDIUM - 5.1

HCL AION is affected by a vulnerability where certain operations may trigger out-of-band interactions, potentially resulting in unintended disclosure of sensitive information. Such behaviour may allow exposure of data to external systems under specific conditions.

Vendor: HCL
Product: AION
Published: May 14, 2026
Source: NVD
CVE-2026-44899 MEDIUM - 4.7

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the Image directive plugin validates the :width: and :height: options with a regex compiled as _num_re = re.compile(r"^\d+(?:\.\d*)?"). When the validated value is not a plain integer, render_block_image() inse...

Vendor: pip
Product: mistune
Published: May 14, 2026
Source: GitHub
CVE-2026-44898 MEDIUM - 6.1

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, render_toc_ul() builds a <ul> table-of-contents tree from a list of (level, id, text) tuples. Both the id value (used as href="#<id>") and the text value (used as the visible link label) are inserte...

Vendor: pip
Product: mistune
Published: May 14, 2026
Source: GitHub
CVE-2026-45292 MEDIUM - 5.3

opentelemetry-java is the Java implementation of the OpenTelemetry API for recording telemetry, and SDK for managing telemetry recorded by the API. Prior to 1.62.0, a vulnerability affects the baggage propagation implementation in opentelemetry-api and opentelemetry-extension-trace-propagators. Pars...

Vendor: maven
Product: io.opentelemetry:opentelemetry-api
Published: May 14, 2026
Source: GitHub