CVE-2023-41880
Last modified
CVE-2023-41880 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Wasmtime is a standalone runtime for WebAssembly. Wasmtime versions from 10.0.0 to versions 10.02, 11.0.2, and 12.0.1 contain a miscompilation of the WebAssembly `i64x2.shr_s` instruction on x86_64 platforms when the shift amount is a constant value that is larger than 32. EPSS estimates a 0.60% chance of exploitation in the next 30 days.
Description
Wasmtime is a standalone runtime for WebAssembly. Wasmtime versions from 10.0.0 to versions 10.02, 11.0.2, and 12.0.1 contain a miscompilation of the WebAssembly `i64x2.shr_s` instruction on x86_64 platforms when the shift amount is a constant value that is larger than 32. Only x86_64 is affected so all other targets are not affected by this. The miscompilation results in the instruction producing an incorrect result, namely the low 32-bits of the second lane of the vector are derived from the low 32-bits of the second lane of the input vector instead of the high 32-bits. The primary impact of this issue is that any WebAssembly program using the `i64x2.shr_s` with a constant shift amount larger than 32 may produce an incorrect result. This issue is not an escape from the WebAssembly sandbox. Execution of WebAssembly guest programs will still behave correctly with respect to memory sandboxing and isolation from the host. Wasmtime considers non-spec-compliant behavior as a security issue nonetheless. This issue was discovered through fuzzing of Wasmtime's code generator Cranelift. Wasmtime versions 10.0.2, 11.0.2, and 12.0.2 are all patched to no longer have this miscompilation. This issue only affects x86_64 hosts and the only workaround is to either scan for this pattern in wasm modules which is nontrivial or to disable the SIMD proposal for WebAssembly. Users prior to 10.0.0 are unaffected by this vulnerability.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Bytecodealliance | Wasmtime | >= 10.0.0, < 10.0.2 |
| Bytecodealliance | Wasmtime | >= 11.0.0, < 11.0.2 |
| Bytecodealliance | Wasmtime | >= 12.0.0, < 12.0.2 |
References
- https://github.com/bytecodealliance/wasmtime/pull/6372Patch, Product
- https://github.com/bytecodealliance/wasmtime/pull/6372Patch, Product
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-41880?
How severe is CVE-2023-41880?
How do I fix CVE-2023-41880?
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 2023
- CVE-2023-41875Missing Authorization vulnerability in wpdirectorykit.com WP…9.8
- CVE-2023-41876Cross-Site Request Forgery (CSRF) vulnerability in Hardik Ka…8.8
- CVE-2023-41877GeoServer is an open source software server written in Java …7.2
- CVE-2023-41878MeterSphere is a one-stop open source continuous testing pla…9.8
- CVE-2023-41879Magento LTS is the official OpenMage LTS codebase. Guest ord…7.5
- CVE-2023-4188 SQL Injection in GitHub repository instantsoft/icms2 prior …9.1
- CVE-2023-41881vantage6 is privacy preserving federated learning infrastruc…4.3
- CVE-2023-41882vantage6 is privacy preserving federated learning infrastruc…4.3
- CVE-2023-41884ZoneMinder is a free, open source Closed-circuit television …6.5
- CVE-2023-41885Piccolo is an ORM and query builder which supports asyncio. …5.3
- CVE-2023-41886OpenRefine is a powerful free, open source tool for working …7.5
- CVE-2023-41887OpenRefine is a powerful free, open source tool for working …9.8
Are you affected by CVE-2023-41880?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
