Lucene search
+L

794 matches found

Positive Technologies
Positive Technologies
added 2025/07/18 12:0 a.m.6 views

PT-2025-43676

Name of the Vulnerable Software and Affected Versions Wasmtime versions 38.0.0 through 38.0.2 Description Wasmtime is a runtime for WebAssembly. Versions from 38.0.0 through 38.0.2 contain a flaw in the implementation of component-model related host-to-wasm trampolines. Specifically, a carefully...

2.1CVSS6.6AI score0.00399EPSS
SaveExploits0References14
FreeBSD
FreeBSD
added 2025/07/18 12:0 a.m.7 views

libwasmtime -- host panic with fd_renumber WASIp1 function

WasmTime development team reports: A bug in Wasmtime's implementation of the WASIp1 set of import functions can lead to a WebAssembly guest inducing a panic in the host embedder...

3.5CVSS7.2AI score0.00306EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/07/18 12:0 a.m.7 views

PT-2025-30073 · Bytecode Alliance · Wasmtime

Name of the Vulnerable Software and Affected Versions: Wasmtime versions 24.0.0 through 24.0.3 Wasmtime versions 33.0.0 through 33.0.1 Wasmtime versions 34.0.0 through 34.0.1 Description: Wasmtime is a runtime for WebAssembly. A bug in Wasmtime's implementation of the WASIp1 set of import functio...

3.5CVSS6.1AI score0.00306EPSS
SaveExploits0References23
CNNVD
CNNVD
added 2025/07/18 12:0 a.m.11 views

Bytecode Alliance Wasmtime 安全漏洞

Bytecode Alliance Wasmtime is a standalone WebAssembly and WASI-only wasm optimization software open-sourced by Bytecode Alliance. A security vulnerability exists in Bytecode Alliance Wasmtime versions prior to 24.0.4, 33.0.2, and 34.0.2, which stems from a WASIp1 implementation flaw that could...

3.5CVSS6.2AI score0.00306EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/17 3:37 p.m.9 views

GHSA-9GHP-W2HM-VFPF wasmtime_jit_debug Dumps Undefined Memory by `JitDumpFile`

The unsound function dumpcodeloadrecord uses fromrawparts to directly convert the pointer addr and len into a slice without any validation and that memory block would be dumped. Thus, the 'safe' function dumpcodeloadrecord is actually 'unsafe' since it requires the caller to guarantee that the ad...

6.9CVSS7AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/06/17 12:0 a.m.8 views

PT-2025-27249 · Crates.Io · Wasmtime-Jit-Debug

The unsound function dump code load record uses from raw parts to directly convert the pointer addr and len into a slice without any validation and that memory block would be dumped. Thus, the 'safe' function dump code load record is actually 'unsafe' since it requires the caller to guarantee tha...

6.9CVSS7.3AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/05/23 10:41 a.m.10 views

CVE-2024-47813

Wasmtime is an open source runtime for WebAssembly. Under certain concurrent event orderings, a wasmtime::Engine's internal type registry was susceptible to double-unregistration bugs due to a race condition, leading to panics and potentially type registry corruption. That registry corruption...

2.9CVSS3.8AI score0.00153EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/23 10:8 a.m.14 views

CVE-2024-30266

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS3.8AI score0.00318EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 6:5 a.m.8 views

CVE-2023-30624

Wasmtime is a standalone runtime for WebAssembly. Prior to versions 6.0.2, 7.0.1, and 8.0.1, Wasmtime's implementation of managing per-instance state, such as tables and memories, contains LLVM-level undefined behavior. This undefined behavior was found to cause runtime-level issues when compiled...

8.8CVSS7.1AI score0.0045EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 4:35 a.m.12 views

CVE-2023-41880

Wasmtime is a standalone runtime for WebAssembly. Wasmtime versions from 10.0.0 to versions 10.02, 11.0.2, and 12.0.1 contain a miscompilation of the WebAssembly i64x2.shrs instruction on x8664 platforms when the shift amount is a constant value that is larger than 32. Only x8664 is affected so a...

5.3CVSS7.1AI score0.00605EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 3:29 a.m.11 views

CVE-2023-26489

wasmtime is a fast and secure runtime for WebAssembly. In affected versions wasmtime's code generator, Cranelift, has a bug on x8664 targets where address-mode computation mistakenly would calculate a 35-bit effective address instead of WebAssembly's defined 33-bit effective address. This bug mea...

9.9CVSS9.6AI score0.01261EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 2:26 a.m.14 views

CVE-2023-27477

wasmtime is a fast and secure runtime for WebAssembly. Wasmtime's code generation backend, Cranelift, has a bug on x8664 platforms for the WebAssembly i8x16.select instruction which will produce the wrong results when the same operand is provided to the instruction and some of the selected indice...

4.3CVSS6.8AI score0.00624EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 1:2 a.m.16 views

CVE-2022-31104

Wasmtime is a standalone runtime for WebAssembly. In affected versions wasmtime's implementation of the SIMD proposal for WebAssembly on x8664 contained two distinct bugs in the instruction lowerings implemented in Cranelift. The aarch64 implementation of the simd proposal is not affected. The bu...

6.8CVSS7AI score0.01625EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 11:22 p.m.13 views

CVE-2022-39394

Wasmtime is a standalone runtime for WebAssembly. Prior to version 2.0.2, there is a bug in Wasmtime's C API implementation where the definition of the wasmtimetrapcode does not match its declared signature in the wasmtime/trap.h header file. This discrepancy causes the function implementation to...

9.8CVSS6.8AI score0.00315EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:5 p.m.14 views

CVE-2022-39392

Wasmtime is a standalone runtime for WebAssembly. Prior to version 2.0.2, there is a bug in Wasmtime's implementation of its pooling instance allocator when the allocator is configured to give WebAssembly instances a maximum of zero pages of memory. In this configuration, the virtual memory mappi...

7.4CVSS6.6AI score0.00577EPSS
SaveExploits0References1
Wolfi
Wolfi
added 2025/05/10 1:45 p.m.26 views

CVE-2025-4432 vulnerabilities

Vulnerabilities for packages: wadm, wasmcloud, parseable, pixi, atuin, sqlx, xh, zizmor, sccache, wasm-pack, qdrant, zola, buck2, shadowsocks-rust, tealdeer, wash, kdash, linkerd2-proxy, oranda, uv, deno, rustup, nushell, samply, rye, ntpd-rs, cargo-audit, zed, rustls-ffi, linkerd-extension-init,...

5.3CVSS7AI score0.00986EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/05/10 1:45 p.m.27 views

GHSA-C86P-W88R-QVQR vulnerabilities

Vulnerabilities for packages: kdash, ntpd-rs, oranda, cargo-audit, zola, buck2, sqlx, xh, wasmtime, wash, samply, sccache, lychee, rye...

5.3AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/05 9:54 p.m.12 views

CVE-2022-24791

Wasmtime is a standalone JIT-style runtime for WebAssembly, using Cranelift. There is a use after free vulnerability in Wasmtime when both running Wasm that uses externrefs and enabling epoch interruption in Wasmtime. If you are not explicitly enabling epoch interruption it is disabled by default...

9.8CVSS7AI score0.01161EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 7:36 p.m.16 views

CVE-2022-39393

Wasmtime is a standalone runtime for WebAssembly. Prior to versions 2.0.2 and 1.0.2, there is a bug in Wasmtime's implementation of its pooling instance allocator where when a linear memory is reused for another instance the initial heap snapshot of the prior instance can be visible, erroneously ...

8.6CVSS8.3AI score0.00657EPSS
SaveExploits0References1
Chainguard
Chainguard
added 2024/11/05 10:19 p.m.10 views

GHSA-HXF5-99XG-86HW vulnerabilities

Vulnerabilities for packages: zed, wasmcloud, wizer, zellij, wasmtime, wash...

5.3AI score
SaveExploits0
Rows per page
Query Builder