—
RUSTSEC-2022-0075
Bug in pooling instance allocator
상세
bug in Wasmtime's implementation of its pooling instance allocator where when a linear memory is reused for another instance the initial heap snapshot of the prior instance can be visible, erroneously to the next instance.
Mitigations are described [here](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-wh6w-3828-g9qf).
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
crates.io / wasmtime
최초 영향 버전:
0.0.0-0 수정 버전: 1.0.2 Upgrade wasmtime to 1.0.2 or newer (ecosystem crates.io).
참고
- https://crates.io/crates/wasmtime [PACKAGE]
- https://rustsec.org/advisories/RUSTSEC-2022-0075.html [ADVISORY]
- https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-wh6w-3828-g9qf [ADVISORY]
- https://github.com/bytecodealliance/wasmtime/commit/2614f2e9d2d36805ead8a8da0fa0c6e0d9e428a0 [WEB]
- https://github.com/bytecodealliance/wasmtime/commit/3535acbf3be032ef1ba0b469b8ab92538a8a18a6 [WEB]