Lucene search
+L

1026 matches found

Cvelist
Cvelist
added 2023/12/31 12:00 a.m.37 views

CVE-2023-52284

Bytecode Alliance wasm-micro-runtime aka WebAssembly Micro Runtime or WAMR before 1.3.0 can have an "double free or corruption" error for a valid WebAssembly module because pushpopframerefoffset is mishandled...

5.8AI score0.00318EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2023/12/22 2:54 p.m.4 views

CVE-2023-51661 Filesystem sandbox not enforced in wasmer-cli

Wasmer is a WebAssembly runtime that enables containers to run anywhere: from Desktop to the Cloud, Edge and even the browser. Wasm programs can access the filesystem outside of the sandbox. Service providers running untrusted Wasm code on Wasmer can unexpectedly expose the host filesystem. This...

8.4CVSS8.6AI score0.00595EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2023/12/13 1:32 p.m.30 views

Wasmer filesystem sandbox not enforced

Summary As of Wasmer version v4.2.3, Wasm programs can access the filesystem outside of the sandbox. Details https://github.com/wasmerio/wasmer/issues/4267 PoC A minimal Rust program: fn main let f = std::fs::OpenOptions::new .writetrue .createnewtrue .open"abc" .unwrap; This should be compiled...

8.6CVSS8.6AI score0.00595EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2023/12/13 1:32 p.m.26 views

GHSA-4MQ4-7RW3-VM5J Wasmer filesystem sandbox not enforced

Summary As of Wasmer version v4.2.3, Wasm programs can access the filesystem outside of the sandbox. Details https://github.com/wasmerio/wasmer/issues/4267 PoC A minimal Rust program: fn main let f = std::fs::OpenOptions::new .writetrue .createnewtrue .open"abc" .unwrap; This should be compiled...

8.4CVSS8.5AI score0.00595EPSS
SaveExploits1References6
Microsoft CVE
Microsoft CVE
added 2023/12/05 8:00 a.m.12 views

An heap overflow vulnerability was discovered in Bytecode alliance wasm-micro-runtime v.1.2.3 allows a remote attacker to cause a denial of service via the wasm_loader_prepare_bytecode function in core/iwasm/interpreter/wasm_loader.c.

...

7.5CVSS7AI score0.01EPSS
SaveExploits1
Snyk
Snyk
added 2023/11/23 8:39 a.m.15 views

Improper Restriction of Operations within the Bounds of a Memory Buffer

Overview Affected versions of this package are vulnerable to Improper Restriction of Operations within the Bounds of a Memory Buffer via the wasmloaderpreparebytecode function in core/iwasm/interpreter/wasmloader.c. An attacker can cause a denial of service by exploiting this vulnerability...

7.5CVSS6.8AI score0.01EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2023/11/22 11:15 p.m.8 views

CVE-2023-48105

An heap overflow vulnerability was discovered in Bytecode alliance wasm-micro-runtime v.1.2.3 allows a remote attacker to cause a denial of service via the wasmloaderpreparebytecode function in core/iwasm/interpreter/wasmloader.c...

7.5CVSS5.9AI score0.01EPSS
SaveExploits1References5
OSV
OSV
added 2023/11/22 11:15 p.m.15 views

AZL-32060 CVE-2023-48105 affecting package fluent-bit for versions less than 2.1.10-2

An heap overflow vulnerability was discovered in Bytecode alliance wasm-micro-runtime v.1.2.3 allows a remote attacker to cause a denial of service via the wasmloaderpreparebytecode function in core/iwasm/interpreter/wasmloader.c...

7.5CVSS5.9AI score0.01EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2023/11/22 12:00 a.m.11 views

CVE-2023-48105

An heap overflow vulnerability was discovered in Bytecode alliance wasm-micro-runtime v.1.2.3 allows a remote attacker to cause a denial of service via the wasmloaderpreparebytecode function in core/iwasm/interpreter/wasmloader.c...

7.1AI score0.01EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2023/11/22 12:00 a.m.49 views

CVE-2023-48105

An heap overflow vulnerability was discovered in Bytecode alliance wasm-micro-runtime v.1.2.3 allows a remote attacker to cause a denial of service via the wasmloaderpreparebytecode function in core/iwasm/interpreter/wasmloader.c...

7.7AI score0.01EPSS
SaveExploits1References2
CVE
CVE
added 2023/11/22 12:00 a.m.57 views

CVE-2023-48105

CVE-2023-48105 affects Bytecode Alliance’s wasm-micro-runtime, version 1.2.3. The vulnerability resides in the function wasm_loader_prepare_bytecode (core/iwasm/interpreter/wasm_loader.c) and is a heap overflow that allows a remote attacker to cause a denial of service. Public documents confirm t...

7.5CVSS7.5AI score0.01EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2023/11/22 12:00 a.m.11 views

PT-2023-30698

Name of the Vulnerable Software and Affected Versions Bytecode alliance wasm-micro-runtime version 1.2.3 Description A heap overflow issue was discovered, allowing a remote attacker to cause a denial of service via the wasm loader prepare bytecode function in core/iwasm/interpreter/wasm loader.c...

7.5CVSS7AI score0.01EPSS
SaveExploits1References10
Tenable Nessus
Tenable Nessus
added 2023/11/07 12:00 a.m.29 views

Rocky Linux 8 : thunderbird (RLSA-2022:6708)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2022:6708 advisory. - When receiving an HTML email that contained an iframe element, which used a srcdoc attribute to define the inner HTML document, remote objects specifi...

8.8CVSS8.2AI score0.01342EPSS
SaveExploits0References21
RedHat Linux
RedHat Linux
added 2023/10/18 4:26 p.m.11 views

nodejs: code injection via WebAssembly export names

Maliciously crafted export names in an imported WebAssembly module can inject JavaScript code. The injected code may be able to access data and functions that the WebAssembly module itself does not have access to, similar to as if the WebAssembly module was a JavaScript module...

5.3CVSS7.3AI score0.00936EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/10/17 12:59 a.m.8 views

SUSE CVE-2023-39333

Maliciously crafted export names in an imported WebAssembly module can inject JavaScript code. The injected code may be able to access data and functions that the WebAssembly module itself does not have access to, similar to as if the WebAssembly module was a JavaScript module. This vulnerability...

5.3CVSS7.9AI score0.00936EPSS
SaveExploits0References10
Amazon
Amazon
added 2023/09/25 12:00 a.m.14 views

Important: firefox

Issue Overview: Integer overflow vulnerability in avtimecodemakestring in libavutil/timecode.c in FFmpeg version 4.3.2, allows local attackers to cause a denial of service DoS via crafted .mov file. CVE-2021-28429 A vulnerability was found in expat. With this flaw, it is possible to create a...

8.8CVSS10AI score0.02208EPSS
SaveExploits0
OSV
OSV
added 2023/09/05 12:00 p.m.38 views

RUSTSEC-2023-0091 Miscompilation of wasm `i64x2.shr_s` instruction with constant input on x86\_64

This is an entry in the RustSec database for the Wasmtime security advisory located at https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-gw5p-q8mj-p7gh. For more information see the GitHub-hosted security advisory...

2.2CVSS6.6AI score0.00672EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2023/09/04 4:07 a.m.65 views

USN-6333-1: Thunderbird vulnerabilities

Junsung Lee discovered that Thunderbird did not properly validate the text direction override unicode character in filenames. An attacker could potentially exploits this issue by spoofing file extension while attaching a file in emails. CVE-2023-3417 Max Vlasov discovered that Thunderbird Offscre...

9.8CVSS8AI score0.12484EPSS
SaveExploits1
OSV
OSV
added 2023/08/22 7:15 p.m.16 views

CVE-2020-18382

Heap-buffer-overflow in /src/wasm/wasm-binary.cpp in wasm::WasmBinaryBuilder::visitBlockwasm::Block in Binaryen 1.38.26. A crafted wasm input can cause a segmentation fault, leading to denial-of-service, as demonstrated by wasm-opt...

6.5CVSS7AI score
SaveExploits0References1
OSV
OSV
added 2023/08/22 7:15 p.m.72 views

CVE-2020-18378

A NULL pointer dereference was discovered in SExpressionWasmBuilder::makeBlock in wasm/wasm-s-parser.c in Binaryen 1.38.26. A crafted wasm input can cause a segmentation fault, leading to denial-of-service, as demonstrated by wasm-as...

6.5CVSS7AI score
SaveExploits0References1
Rows per page
Query Builder