CVE-2026-27572
Wasmtime can panic when adding excessive fields to a `wasi:http/types.fields` instance
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p wasmtime --precise 36.0.6
cargo update -p wasmtime --precise 40.0.4
cargo update -p wasmtime --precise 24.0.6
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (3)
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-770Allocation of Resources Without LimitsMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 6.5 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/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-243v-98vx-264hWEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-27572ADVISORY
- https://github.com/bytecodealliance/wasmtime/commit/301dc7162cca51def19131019af1187f45901c0aWEB
- https://docs.rs/http/1.4.0/http/header/#limitationsWEB
- https://github.com/bytecodealliance/wasmtimePACKAGE
- https://github.com/bytecodealliance/wasmtime/releases/tag/v24.0.6WEB
- https://github.com/bytecodealliance/wasmtime/releases/tag/v36.0.6WEB
- 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-0021.htmlWEB
Frequently Asked Questions
- What is CVE-2026-27572?
- Wasmtime can panic when adding excessive fields to a `wasi:http/types.fields` instance This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 6.5/10).
- How do I check if my project is affected by CVE-2026-27572?
- CVE-2026-27572 affects wasmtime. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-27572 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-2026-34987CRITICAL
Wasmtime with Winch compiler backend may allow a sandbox-escaping memory access
- CVE-2026-34971CRITICAL
Miscompiled guest heap access enables sandbox escape on aarch64 Cranelift
- CVE-2026-35195HIGH
Out-of-bounds write or crash when transcoding component model strings
- CVE-2026-27204MEDIUM
Guest-controlled resource exhaustion in WASI implementations
- CVE-2026-34942MEDIUM
Panic when transcoding misaligned component model UTF-16 strings
- CVE-2026-34941MEDIUM
Heap OOB read in component model UTF-16 to latin1+utf16 string transcoding
- CVE-2026-35186MEDIUM
Improperly masked return value from `table.grow` with Winch compiler backend
- CVE-2026-35195MEDIUM
Wasmtime has out-of-bounds write or crash when transcoding component model strings
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies