Home

Description

WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (Wasm) runtime. In WAMR versions prior to 2.4.2, when running in LLVM-JIT mode, the runtime cannot exit normally when executing WebAssembly programs containing a memory.fill instruction where the first operand (memory address pointer) is greater than or equal to 2147483648 bytes (2GiB). This causes the runtime to hang in release builds or crash in debug builds due to accessing an invalid pointer. The issue does not occur in FAST-JIT mode or other runtime tools. This has been fixed in version 2.4.2.

PUBLISHED Reserved 2025-09-04 | Published 2025-09-16 | Updated 2025-09-16 | Assigner GitHub_M




LOW: 2.1CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Problem types

CWE-822: Untrusted Pointer Dereference

CWE-190: Integer Overflow or Wraparound

Product status

< 2.4.2
affected

References

github.com/...untime/security/advisories/GHSA-xj5p-r8jq-pw47

github.com/...ommit/95f506a6e77d3ac7588eac7263f95558edfa7f3b

cve.org (CVE-2025-58749)

nvd.nist.gov (CVE-2025-58749)

Download JSON