src/wasmtime/crates/lind-common/src/lib.rs:71-82, 319-345, 372-389, 395-406
Host functions args_get, environ_get, and random_get write to guest memory at base + offset without verifying against memory.data_size(). Signed integer lengths can also become huge unsigned values.
src/wasmtime/crates/lind-common/src/lib.rs:71-82, 319-345, 372-389, 395-406Host functions
args_get,environ_get, andrandom_getwrite to guest memory atbase + offsetwithout verifying againstmemory.data_size(). Signed integer lengths can also become huge unsigned values.