CVE-2026-27195
Wasmtime is vulnerable to panic when dropping a `[Typed]Func::call_async` future
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p wasmtime --precise 41.0.4
cargo update -p wasmtime --precise 40.0.4
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (2)
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-755
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 5.6 score means for each attack dimension.
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
References
- https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xjhv-v822-pf94WEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-27195ADVISORY
- https://github.com/bytecodealliance/wasmtime/commit/9e51c0d9a240a9613d279c061f82286bd11383fdWEB
- https://github.com/bytecodealliance/wasmtime/commit/d86b00736b9ece60b3c81e52f7a7e4cdd9f7d895WEB
- https://bytecodealliance.zulipchat.com/#narrow/channel/206238-general/topic/.E2.9C.94.20Panic.20in.20Wasmtime.2041.2E0.2E3.20.28runtime.2Fconcurrent.2Fcomponent.29/with/574438798WEB
- https://github.com/bytecodealliance/wasmtimePACKAGE
- https://github.com/bytecodealliance/wasmtime/releases/tag/v40.0.4WEB
- https://github.com/bytecodealliance/wasmtime/releases/tag/v41.0.4WEB
- https://rustsec.org/advisories/RUSTSEC-2026-0022.htmlWEB
Frequently Asked Questions
- What is CVE-2026-27195?
- Wasmtime is vulnerable to panic when dropping a `[Typed]Func::call_async` future This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 5.6/10).
- How do I check if my project is affected by CVE-2026-27195?
- CVE-2026-27195 affects wasmtime. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-27195 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation requires specific conditions or has limited impact. Remediate within weeks.
Also Known As
Related CVEs
- CVE-2023-26489CRITICAL
wasmtime vulnerable to guest-controlled out-of-bounds read/write on x86_64
- CVE-2026-34971CRITICAL
Wasmtime: Miscompiled guest heap access enables sandbox escape on aarch64 Cranelift
- CVE-2026-35195MEDIUM
Wasmtime has out-of-bounds write or crash when transcoding component model strings
- CVE-2026-27204MEDIUM
Wasmtime WASI implementations are vulnerable to guest-controlled resource exhaustion
- CVE-2026-35186MEDIUM
Wasmtime has improperly masked return value from `table.grow` with Winch compiler backend
- CVE-2026-34941MEDIUM
Wasmtime: Heap OOB read in component model UTF-16 to latin1+utf16 string transcoding
- CVE-2026-34942MEDIUM
Wasmtime: Panic when transcoding misaligned utf-16 strings
- CVE-2024-51745LOW
Wasmtime doesn't fully sandbox all the Windows device filenames
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies