Lucene search
+L

1038499 matches found

RedhatCVE
RedhatCVE
added 2026/04/09 10:37 p.m.8 views

CVE-2026-5859

An integer overflow flaw was found in the WebML component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=494158331...

9.6CVSS5.9AI score0.00351EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/09 10:35 p.m.76 views

CVE-2026-5503

CVE-2026-5503 affects wolfSSL’s TLSX_EchChangeSNI: the code path sets ctx->extensions unconditionally even when TLSX_Find returns NULL, causing an attacker-controlled publicName to be bound to the shared WOLFSSL_CTX when no inner SNI is configured. TLSX_EchRestoreSNI cannot clean it up because...

9.1CVSS5.9AI score0.00393EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/04/09 9:2 p.m.29 views

CVE-2026-35206 Helm Chart extraction output directory collapse via `Chart.yaml` name dot-segment

Helm is a package manager for Charts for Kubernetes. In Helm versions =3.20.1 and =4.1.3, a specially crafted Chart will cause helm pull --untar chart URL | repo/chartname to write the Chart's contents to the immediate output directory as defaulted to the current working directory; or as given by...

4.8CVSS0.00199EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/09 8:29 p.m.6 views

CVE-2026-40093 nimiq-blockchain is missing a wall-clock upper bound on block timestamps

nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In 1.3.0 and earlier, block timestamp validation enforces that timestamp = parent.timestamp for non-skip blocks and timestamp == parent.timestamp + MINPRODUCERTIMEOUT for skip blocks, but there is no visible upper...

8.1CVSS5.8AI score0.00314EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/09 8:23 p.m.10 views

EUVD-2026-21029

Wasmtime has use-after-free bug after cloning wasmtime::Linker...

1CVSS5.9AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 8:23 p.m.9 views

GHSA-HFR4-7C6C-48W2 Wasmtime has use-after-free bug after cloning `wasmtime::Linker`

Impact In version 43.0.0 of the wasmtime crate, 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 triggered by a specific sequence of embedder API calls made by the host. The typical symptom of this...

1CVSS5.8AI score0.00117EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/09 8:23 p.m.18 views

EUVD-2026-21024

Wasmtime has host data leakage with 64-bit tables and Winch...

2.3CVSS5.9AI score0.00324EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 8:23 p.m.17 views

GHSA-M9W2-8782-2946 Wasmtime has host data leakage with 64-bit tables and Winch

Impact Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the host's stack to WebAssembly guests. The host's stack can possibly contain sensitive...

6.5CVSS5.8AI score0.00324EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/09 8:23 p.m.16 views

Wasmtime has host data leakage with 64-bit tables and Winch

Impact Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the host's stack to WebAssembly guests. The host's stack can possibly contain sensitive...

6.5CVSS5.8AI score0.00324EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/09 7:45 p.m.9 views

CVE-2026-5187 Heap Out-of-Bounds Write in DecodeObjectId() in wolfSSL

Two potential heap out-of-bounds write locations existed in DecodeObjectId in wolfcrypt/src/asn.c. First, a bounds check only validates one available slot before writing two OID arc values out0 and out1, enabling a 2-byte out-of-bounds write when outSz equals 1. Second, multiple callers pass...

2.3CVSS5.8AI score0.00283EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/04/09 7:44 p.m.19 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs:...

5.7AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/09 7:23 p.m.6 views

CVE-2026-35490

changedetection.io is a free open source web page change detection tool. Prior to 0.54.8, the @loginoptionallyrequired decorator is placed before outer to @blueprint.route instead of after it. In Flask, @route must be the outermost decorator because it registers the function it receives. When the...

9.8CVSS5.9AI score0.00536EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/09 7:16 p.m.9 views

CVE-2026-35186

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 to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally i...

7.5CVSS0.00214EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/09 7:16 p.m.22 views

CVE-2026-35195

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 guest component's realloc is not validated before the host attempts to write through the pointer. This...

6.1CVSS0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 7:16 p.m.4 views

DEBIAN-CVE-2026-35195

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 guest component's realloc is not validated before the host attempts to write through the pointer. This...

5.4CVSS5.7AI score0.00216EPSS
SaveExploits0References1
PyPA
PyPA
added 2026/04/09 7:16 p.m.38 views

PYSEC-2026-151

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 triggered by a specific sequence of embedder API calls made by the host. Specifically, the following...

5CVSS5.8AI score0.00117EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/04/09 7:16 p.m.22 views

CVE-2026-34944

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 Cranelift may load 8 more bytes than is necessary. When signals-based-traps are disabled this can resul...

5.7CVSS0.00227EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/09 7:16 p.m.14 views

CVE-2026-34983

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 triggered by a specific sequence of embedder API calls made by the host. Specifically, the following...

5CVSS0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 7:16 p.m.10 views

DEBIAN-CVE-2026-34945

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, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the...

6.5CVSS5.5AI score0.00324EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/04/09 7:16 p.m.10 views

CVE-2026-35195

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 guest component's realloc is not validated before the host attempts to write through the pointer. This...

6.1CVSS5.9AI score0.00216EPSS
SaveExploits0References2
Rows per page
Query Builder