CVE-2026-35186
Last modified
CVE-2026-35186 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally in Winch, is tagged as a 64-bit value instead of a 32-bit value. This invalid internal representation of Winch's compiler state compounds into further issues depending on how the value is consumed. The primary consequence of this bug is that bytes in the host's address space can be stored/read from. This is only applicable to the 16 bytes before linear memory, however, as the only significant return value of table.grow that can be misinterpreted is -1. The bytes before linear memory are, by default, unmapped memory. Wasmtime will detect this fault and abort the process, however, because wasm should not be able to access these bytes. Overall this this bug in Winch represents a DoS vector by crashing the host process, a correctness issue within Winch, and a possible leak of up to 16-bytes before linear memory. Wasmtime's default compiler is Cranelift, not Winch, and Wasmtime's default settings are to place guard pages before linear memory. This means that Wasmtime's default configuration is not affected by this issue, and when explicitly choosing Winch Wasmtime's otherwise default configuration leads to a DoS. Disabling guard pages before linear memory is required to possibly leak up to 16-bytes of host data. This vulnerability is fixed in 36.0.7, 42.0.2, and 43.0.1.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Bytecodealliance | Wasmtime | >= 25.0.0, < 36.0.7 |
| Bytecodealliance | Wasmtime | >= 37.0.0, < 42.0.2 |
| Bytecodealliance | Wasmtime | 43.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35186?
How severe is CVE-2026-35186?
How do I fix CVE-2026-35186?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-35180WWBN AVideo is an open source video platform. In versions 26…4.3
- CVE-2026-35181WWBN AVideo is an open source video platform. In versions 26…4.3
- CVE-2026-35182Brave CMS is an open-source CMS. Prior to 2.0.6, this vulner…8.8
- CVE-2026-35183Brave CMS is an open-source CMS. Prior to 2.0.6, an Insecure…5.4
- CVE-2026-35184EcclesiaCRM is CRM Software for church management. Prior to …9.8
- CVE-2026-35185HAX CMS helps manage microsite universe with PHP or NodeJs b…7.5
- CVE-2026-35187pyLoad is a free and open-source download manager written in…7.7
- CVE-2026-35188Issue summary: A malicious server can exploit TLS OCSP stapl…5
- CVE-2026-3519OS Command Injection Remote Code Execution Vulnerability in …7.2
- CVE-2026-35192An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5…6.5
- CVE-2026-35193An issue was discovered in Django 5.2 before 5.2.15 and 6.0 …3.1
- CVE-2026-35194Code injection in SQL code generation in Apache Flink 1.15.0…8.1
Are you affected by CVE-2026-35186?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
