1. Wasmtime Rust Crate Patches Memory Safety Flaw in WebAssembly Shared Memory Access
A security-focused update to the Wasmtime WebAssembly runtime addresses a soundness vulnerability that could expose Rust embedders to data race conditions. The patch, which upgrades the crate from version 26.0 to 36.0, resolves CVE-2025-64345 (GHSA-hc7m-r6v8-hg9q)—an unsound API interaction involving shared linear memo...