diff --git a/.changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md b/.changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md new file mode 100644 index 0000000000..4f80c7153b --- /dev/null +++ b/.changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md @@ -0,0 +1,3 @@ +- Sanitize wasm memory accesses which are outside of the 32-bit address + range, to avoid crashing the ledger while executing malicious wasm payloads. + ([\#2385](https://github.com/anoma/namada/pull/2385)) \ No newline at end of file