Lucene search
+L

869 matches found

RedhatCVE
RedhatCVE
added 2026/04/09 10:46 p.m.7 views

CVE-2026-34983

A flaw was found in Wasmtime, a runtime for WebAssembly. This vulnerability allows for a use-after-free condition when a host application incorrectly clones and then drops a wasmtime::Linker instance before its cloned counterpart is used. This can lead to unpredictable program behavior and...

5CVSS5.8AI score0.00117EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/09 10:41 p.m.6 views

CVE-2026-34987

A flaw was found in Wasmtime, a runtime for WebAssembly. When using its non-default Winch compiler backend, a properly constructed guest WebAssembly Wasm module can exploit an incorrect assumption in how memory offsets are handled. This allows the guest Wasm to access host memory outside its...

9.9CVSS6.1AI score0.00278EPSS
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/04/09 8:24 p.m.3 views

auto-wasi (=0.1.0), candid-extractor (>=0.1.0 <=0.1.2) +105 more potentially affected by CVE-2026-35195 via wasmtime (>=0.10.0 <=1.0.2)

wasmtime CARGO version =0.10.0, =0.1.0, =0.1.0, =0.1.0, =0.1.1, =0.5.3-0, =0.4.0, =0.4.0, =0.0.0, =0.5.0, =0.0.1-alpha, =0.40.1, =0.45.0, =0.1.0, =0.3.0 and more Source cves: CVE-2026-35195 Source advisory: OSV:GHSA-394W-HWHG-8VGM...

6.1CVSS5.4AI score0.00216EPSS
SaveExploits0
EUVD
EUVD
added 2026/04/09 8:24 p.m.10 views

EUVD-2026-21039

Wasmtime has out-of-bounds write or crash when transcoding component model strings...

6.1CVSS5.9AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 8:24 p.m.4 views

GHSA-394W-HWHG-8VGM Wasmtime has out-of-bounds write or crash when transcoding component model strings

Impact 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 enables a guest to cause the host to write arbitrary transcoded string bytes...

6.1CVSS5.8AI score0.00216EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/09 8:24 p.m.12 views

Wasmtime has out-of-bounds write or crash when transcoding component model strings

Impact 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 enables a guest to cause the host to write arbitrary transcoded string bytes...

6.1CVSS5.9AI score0.00216EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/09 8:23 p.m.9 views

EUVD-2026-21033

Wasmtime has data leakage between pooling allocator instances...

2.3CVSS5.9AI score0.00286EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/04/09 8:23 p.m.15 views

Wasmtime has data leakage between pooling allocator instances

Impact Wasmtime's implementation of its pooling allocator contains a bug where in certain configurations the contents of linear memory can be leaked from one instance to the next. The implementation of resetting the virtual memory permissions for linear memory used the wrong predicate to determin...

6.3CVSS5.7AI score0.00286EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/09 8:23 p.m.22 views

GHSA-6WGR-89RJ-399P Wasmtime has data leakage between pooling allocator instances

Impact Wasmtime's implementation of its pooling allocator contains a bug where in certain configurations the contents of linear memory can be leaked from one instance to the next. The implementation of resetting the virtual memory permissions for linear memory used the wrong predicate to determin...

2.3CVSS5.7AI score0.00286EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/09 8:23 p.m.14 views

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...

5CVSS5.9AI score0.00117EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/04/09 8:23 p.m.7 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.7 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.7 views

EUVD-2026-21027

Wasmtime: Miscompiled guest heap access enables sandbox escape on aarch64 Cranelift...

9CVSS5.9AI score0.00319EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/04/09 8:23 p.m.15 views

Wasmtime: Miscompiled guest heap access enables sandbox escape on aarch64 Cranelift

Impact Wasmtime's Cranelift compilation backend contains a bug on aarch64 when performing a certain shape of heap accesses which means that the wrong address is accessed. When combined with explicit bounds checks a guest WebAssembly module this can create a situation where there are two diverging...

9CVSS5.9AI score0.00319EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/09 8:23 p.m.7 views

GHSA-JHXM-H53P-JM7W Wasmtime: Miscompiled guest heap access enables sandbox escape on aarch64 Cranelift

Impact Wasmtime's Cranelift compilation backend contains a bug on aarch64 when performing a certain shape of heap accesses which means that the wrong address is accessed. When combined with explicit bounds checks a guest WebAssembly module this can create a situation where there are two diverging...

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

Wasmtime has host panic when Winch compiler executes `table.fill`

Impact Wasmtime's Winch compiler contains a vulnerability where the compilation of the table.fill instruction can result in a host panic. This means that a valid guest can be compiled with Winch, on any architecture, and cause the host to panic. This represents a denial-of-service vulnerability i...

7.5CVSS5.9AI score0.00358EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/09 8:23 p.m.8 views

GHSA-Q49F-XG75-M9XW Wasmtime has host panic when Winch compiler executes `table.fill`

Impact Wasmtime's Winch compiler contains a vulnerability where the compilation of the table.fill instruction can result in a host panic. This means that a valid guest can be compiled with Winch, on any architecture, and cause the host to panic. This represents a denial-of-service vulnerability i...

7.5CVSS5.8AI score0.00358EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/09 8:23 p.m.10 views

EUVD-2026-21025

Wasmtime has host panic when Winch compiler executes table.fill...

5.9CVSS5.9AI score0.00358EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/09 8:23 p.m.15 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.8 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
Rows per page
Query Builder