CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-35186

High
Published: Translated: NVD NIST

Summary

Wasmtime to środowisko uruchomieniowe dla WebAssembly. W wersjach od 25.0.0 do przed 36.0.7, 42.0.2 i 43.0.1, backend kompilatora Winch zawiera błąd, który powoduje, że operator table.grow zwraca wynik o nieprawidłowym typie, co może prowadzić do dalszych problemów w zależności od sposobu wykorzystania tej wartości.

Risk Assessment

Głównym skutkiem tego błędu jest możliwość odczytu/zapisu bajtów w przestrzeni adresowej hosta, co może prowadzić do awarii procesu. To stwarza wektory ataku typu DoS, ponieważ Wasmtime wykryje ten błąd i zakończy działanie aplikacji.

Recommendation

Zaleca się aktualizację Wasmtime do wersji 36.0.7, 42.0.2 lub 43.0.1 lub nowszej, aby usunąć tę podatność i zminimalizować ryzyko awarii aplikacji.

Related vulnerabilities

Original NVD description (English source)

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 crash

Vulnerability data from NVD (NIST) · CISA KEV · EPSS