Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
7.5 HIGH
CVE-2026-29146 — Apache Tomcat: EncryptInterceptor vulnerable to padding oracle attack by default

Padding Oracle vulnerability in Apache Tomcat's EncryptInterceptor with default configuration. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.18, from 10.0.0-M1 through 10.1.52, from …

tomcat | Remote | Cryptography
Apr 09, 2026 Apr 14, 2026
Apr 09, 2026
Apr 14, 2026
9.1 CRITICAL
CVE-2026-29145 — Apache Tomcat, Apache Tomcat Native: OCSP checks sometimes soft-fail even when soft-fail …

CLIENT_CERT authentication does not fail as expected for some scenarios when soft fail is disabled vulnerability in Apache Tomcat, Apache Tomcat Native. This issue affects Apache Tomcat: from 11.0.0…

tomcat tomcat_native | Remote | Authentication
Apr 09, 2026 Apr 14, 2026
Apr 09, 2026
Apr 14, 2026
7.5 HIGH
CVE-2026-29129 — Apache Tomcat: TLS cipher order is not preserved

Configured cipher preference order not preserved vulnerability in Apache Tomcat. This issue affects Apache Tomcat: from 11.0.16 through 11.0.18, from 10.1.51 through 10.1.52, from 9.0.114 through 9.…

tomcat | Remote | Cryptography
Apr 09, 2026 Apr 14, 2026
Apr 09, 2026
Apr 14, 2026
6.1 MEDIUM
CVE-2026-25854 — Apache Tomcat: Occasionally open redirect

Occasional URL redirection to untrusted Site ('Open Redirect') vulnerability in Apache Tomcat via the LoadBalancerDrainingValve. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.18, fro…

tomcat | Remote | Misconfiguration
Apr 09, 2026 Apr 14, 2026
Apr 09, 2026
Apr 14, 2026
7.5 HIGH
CVE-2026-24880 — Apache Tomcat: Request smuggling via invalid chunk extension

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') vulnerability in Apache Tomcat via invalid chunk extension. This issue affects Apache Tomcat: from 11.0.0-M1 through …

tomcat | Remote | Misconfiguration
Apr 09, 2026 Apr 14, 2026
Apr 09, 2026
Apr 14, 2026
9.8 CRITICAL
CVE-2025-13926 — Contemporary Controls BASC 20T Reliance on Untrusted Inputs in a Security Decision

An attacker could use data obtained by sniffing the network traffic to forge packets in order to make arbitrary requests to Contemporary Controls BASC 20T.

Remote | Authentication
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
9.1 CRITICAL
CVE-2026-39912 — v2board / Xboard Authentication Token Exposure via loginWithMailLink

V2Board 1.6.1 through 1.7.4 and Xboard through 0.1.9 expose authentication tokens in HTTP response bodies of the loginWithMailLink endpoint when the login_with_mail_link_enable feature is active. Una…

Remote | Authentication
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
9.2 CRITICAL
CVE-2026-35556 — Plaintext storage of a password in OpenPLC_V3

OpenPLC_V3 is vulnerable to a Plaintext Storage of a Password vulnerability that could allow an attacker to retrieve credentials and access sensitive information.

openplc_v3_firmware openplc_v3 | Remote | Cryptography
Apr 09, 2026 Apr 16, 2026
Apr 09, 2026
Apr 16, 2026
6.1 MEDIUM
CVE-2026-35195 — Wasmtime has an out-of-bounds write or crash when transcoding component model strings

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, Wasmtime's implementation of transcoding strings between components contains a bug where the return value of a gues…

wasmtime | Remote | Memory Corruption
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
7.5 HIGH
CVE-2026-35186 — Wasmtime has an improperly masked return value from `table.grow` with Winch compiler back…

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result t…

wasmtime | Remote | Denial of Service
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
6.3 MEDIUM
CVE-2026-34988 — Wasmtime leaks data between pooling allocator instances

Wasmtime is a runtime for WebAssembly. From 28.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's implementation of its pooling allocator contains a bug where in certain configurations the contents…

wasmtime | Remote | Memory Corruption
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
9.9 CRITICAL
CVE-2026-34987 — Wasmtime with Winch compiler backend on aarch64 may allow a sandbox-escaping memory access

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime with its Winch (baseline) non-default compiler backend may allow properly constructed guest Wasm to a…

wasmtime | Remote | Memory Corruption
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
5.0 MEDIUM
CVE-2026-34983 — Wasmtime has a use-after-free bug after cloning `wasmtime::Linker`

Wasmtime is a runtime for WebAssembly. In 43.0.0, cloning a wasmtime::Linker is unsound and can result in use-after-free bugs. This bug is not controllable by guest Wasm programs. It can only be trig…

wasmtime | Memory Corruption
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
9.0 CRITICAL
CVE-2026-34971 — Wasmtime miscompiled guest heap access enables sandbox escape on aarch64 Cranelift

Wasmtime is a runtime for WebAssembly. From 32.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Cranelift compilation backend contains a bug on aarch64 when performing a certain shape of heap acc…

wasmtime | Remote | Memory Corruption
Apr 09, 2026 Apr 15, 2026
Apr 09, 2026
Apr 15, 2026
5.9 MEDIUM
CVE-2026-34946 — Wasmtime's host panics when Winch compiler executes `table.fill`

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler contains a vulnerability where the compilation of the table.fill instruction can res…

wasmtime | Remote | Denial of Service
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
2.3 LOW
CVE-2026-34945 — Wasmtime leaks host data with 64-bit tables and Winch

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, i…

wasmtime | Remote | Information Disclosure
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
4.1 MEDIUM
CVE-2026-34944 — Wasmtime segfault or unused out-of-sandbox load with `f64x2.splat` operator on x86-64

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, On x86-64 platforms with SSE3 disabled Wasmtime's compilation of the f64x2.splat WebAssembly instruction with Crane…

wasmtime | Memory Corruption
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
5.6 MEDIUM
CVE-2026-34943 — Wasmtime panics when lifting `flags` component value

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, Wasmtime contains a possible panic which can happen when a flags-typed component model value is lifted with the Val…

wasmtime | Remote | Denial of Service
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
5.9 MEDIUM
CVE-2026-34942 — Wasmtime panics when transcoding misaligned utf-16 strings

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, Wasmtime's implementation of transcoding strings into the Component Model's utf16 or latin1+utf16 encodings imprope…

wasmtime | Remote | Denial of Service
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
6.9 MEDIUM
CVE-2026-34941 — Wasmtime has a Heap OOB read in component model UTF-16 to latin1+utf16 string transcoding

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, Wasmtime contains a vulnerability where when transcoding a UTF-16 string to the latin1+utf16 component-model encodi…

wasmtime | Remote | Memory Corruption
Apr 09, 2026 Apr 13, 2026
Apr 09, 2026
Apr 13, 2026
Showing 20 of 6496 Results