5.5
CVE-2023-52284
- EPSS 0.05%
- Published 31.12.2023 06:15:08
- Last modified 21.11.2024 08:39:30
- Source cve@mitre.org
- CVE-Watchlists
- Open
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 push_pop_frame_ref_offset is mishandled.
Data is provided by the National Vulnerability Database (NVD)
Bytecodealliance ≫ Webassembly Micro Runtime Version < 1.3.0
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.05% | 0.138 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
|
CWE-415 Double Free
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.