PT-2024-41432 · Crates.Io · Wasmtime-Jit-Debug
Publicado
2024-07-06
·
Atualizado
2024-07-06
Nenhuma
Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
The unsound function
dump code load record uses from raw parts to directly convert
the pointer addr and len into a slice without any validation and that memory block
would be dumped.Thus, the 'safe' function dump code load record is actually 'unsafe' since it requires
the caller to guarantee that the addr is valid and len must not overflow.
Otherwise, the function could dump the memory into file illegally, causing memory leak.
Note: this is an internal-only crate in the Wasmtime project not intended for external use and is more strongly signaled nowadays as of bytecodealliance/wasmtime#10963. Please open an issue in Wasmtime if you're using this crate directly.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Wasmtime-Jit-Debug