Lucene search
+L

794 matches found

Fedora
Fedora
added 2021/10/04 1:4 a.m.22 views

[SECURITY] Fedora 34 Update: rust-wasmtime-fiber-0.30.0-1.fc34

Fiber support for Wasmtime...

6.3CVSS1.6AI score0.00361EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2021/10/02 12:0 a.m.13 views

Fedora: Security Advisory for rust-wasmtime-types (FEDORA-2021-68713440cb)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2021/10/02 12:0 a.m.14 views

Fedora: Security Advisory for rust-wasmtime-fiber (FEDORA-2021-68713440cb)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2021/10/02 12:0 a.m.10 views

Fedora: Security Advisory for rust-wasmtime-cache (FEDORA-2021-68713440cb)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2021/10/02 12:0 a.m.21 views

Fedora: Security Advisory for rust-wasmtime-environ (FEDORA-2021-68713440cb)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References2
Fedora
Fedora
added 2021/09/30 12:54 a.m.24 views

[SECURITY] Fedora 35 Update: rust-wasmtime-types-0.30.0-2.fc35

WebAssembly type definitions for Cranelift...

6.3CVSS1.5AI score0.00361EPSS
SaveExploits0
Fedora
Fedora
added 2021/09/30 12:54 a.m.32 views

[SECURITY] Fedora 35 Update: rust-wasmtime-environ-0.30.0-1.fc35

Standalone environment support for WebAsssembly code in Cranelift...

6.3CVSS1.7AI score0.00361EPSS
SaveExploits0
Fedora
Fedora
added 2021/09/30 12:54 a.m.26 views

[SECURITY] Fedora 35 Update: rust-wasmtime-fiber-0.30.0-1.fc35

Fiber support for Wasmtime...

6.3CVSS1.6AI score0.00361EPSS
SaveExploits0
Fedora
Fedora
added 2021/09/30 12:54 a.m.22 views

[SECURITY] Fedora 35 Update: rust-wasmtime-cache-0.30.0-1.fc35

Support for automatic module caching with Wasmtime...

6.3CVSS2AI score0.00361EPSS
SaveExploits0
OSV
OSV
added 2021/09/20 7:54 p.m.21 views

GHSA-Q879-9G95-56MX Wrong type for `Linker`-define functions when used across two `Engine`s

Impact As a Rust library the wasmtime crate clearly marks which functions are safe and which are unsafe, guaranteeing that if consumers never use unsafe then it should not be possible to have memory unsafety issues in their embeddings of Wasmtime. An issue was discovered in the safe API of...

6.3CVSS6.3AI score0.00361EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2021/09/20 7:54 p.m.37 views

Wrong type for `Linker`-define functions when used across two `Engine`s

Impact As a Rust library the wasmtime crate clearly marks which functions are safe and which are unsafe, guaranteeing that if consumers never use unsafe then it should not be possible to have memory unsafety issues in their embeddings of Wasmtime. An issue was discovered in the safe API of...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/20 7:54 p.m.37 views

Out-of-bounds read/write and invalid free with `externref`s and GC safepoints in Wasmtime

Impact There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger this bug, Wasmtime needs to be running Wasm that uses externrefs, the host creates non-null externrefs, Wasmtime performs a garbage collection GC, and there has to ...

6.3CVSS6.5AI score0.003EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2021/09/20 7:54 p.m.31 views

GHSA-4873-36H9-WV49 Out-of-bounds read/write and invalid free with `externref`s and GC safepoints in Wasmtime

Impact There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger this bug, Wasmtime needs to be running Wasm that uses externrefs, the host creates non-null externrefs, Wasmtime performs a garbage collection GC, and there has to ...

6.3CVSS6.5AI score0.00361EPSS
SaveExploits0References10
OSV
OSV
added 2021/09/20 7:54 p.m.41 views

GHSA-V4CP-H94R-M7XF Use after free passing `externref`s to Wasm in Wasmtime

Impact There was a use-after-free bug when passing externrefs from the host to guest Wasm content. To trigger the bug, you have to explicitly pass multiple externrefs from the host to a Wasm instance at the same time, either by passing multiple externrefs as arguments from host code to a Wasm...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2021/09/20 7:54 p.m.32 views

Use after free passing `externref`s to Wasm in Wasmtime

Impact There was a use-after-free bug when passing externrefs from the host to guest Wasm content. To trigger the bug, you have to explicitly pass multiple externrefs from the host to a Wasm instance at the same time, either by passing multiple externrefs as arguments from host code to a Wasm...

6.3CVSS6.4AI score0.00307EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2021/09/17 9:15 p.m.17 views

CVE-2021-39218

Wasmtime is an open source runtime for WebAssembly & WASI. In Wasmtime from version 0.26.0 and before version 0.30.0 is affected by a memory unsoundness vulnerability. There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger thi...

6.3CVSS6.4AI score0.00361EPSS
SaveExploits0References5
NVD
NVD
added 2021/09/17 9:15 p.m.17 views

CVE-2021-39218

Wasmtime is an open source runtime for WebAssembly & WASI. In Wasmtime from version 0.26.0 and before version 0.30.0 is affected by a memory unsoundness vulnerability. There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger thi...

6.3CVSS0.003EPSS
SaveExploits0References5
PyPA
PyPA
added 2021/09/17 9:15 p.m.11 views

PYSEC-2021-321

Wasmtime is an open source runtime for WebAssembly & WASI. In Wasmtime from version 0.26.0 and before version 0.30.0 is affected by a memory unsoundness vulnerability. There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger thi...

6.3CVSS7.2AI score0.003EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2021/09/17 9:15 p.m.19 views

Design/Logic Flaw

Wasmtime is an open source runtime for WebAssembly & WASI. In Wasmtime from version 0.26.0 and before version 0.30.0 is affected by a memory unsoundness vulnerability. There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger thi...

3.3CVSS6.3AI score0.003EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2021/09/17 9:15 p.m.29 views

PYSEC-2021-321

Wasmtime is an open source runtime for WebAssembly & WASI. In Wasmtime from version 0.26.0 and before version 0.30.0 is affected by a memory unsoundness vulnerability. There was an invalid free and out-of-bounds read and write bug when running Wasm that uses externrefs in Wasmtime. To trigger thi...

6.3CVSS0.8AI score0.00361EPSS
SaveExploits0References3
Rows per page
Query Builder