In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade wasmtime to version 24.0.5, 36.0.3, 37.0.3, 38.0.4 or higher.
Affected versions of this package are vulnerable to Race Condition via the Memory::new function and during core dump generation. An attacker can cause data races and unsound memory access by creating shared linear memories using inappropriate constructors or by exposing shared memory contents through unsynchronized core dumps.
Note: This is only exploitable if shared memories are made and accessed across threads.
This vulnerability can be mitigated by using SharedMemory::new instead of Memory::new for shared memories and by disabling core dumps.