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

CVE-2026-34941

High
Published: Translated: NVD NIST

Summary

Wasmtime to środowisko uruchomieniowe dla WebAssembly. W wersjach przed 24.0.7, 36.0.7, 42.0.2 i 43.0.1 występuje podatność, która pozwala na nieprawidłowe sprawdzenie długości bajtów podczas transkodowania ciągu UTF-16 do kodowania latin1+utf16, co może prowadzić do odczytu pamięci poza końcem liniowej pamięci WebAssembly.

Risk Assessment

Podatność ta może prowadzić do awarii procesu z powodu błędu segmentacji (segfault), co stanowi ryzyko odmowy usługi (DoS) w Wasmtime. Dodatkowo, możliwość odczytu pamięci poza końcem liniowej pamięci może prowadzić do nieautoryzowanego dostępu do danych.

Recommendation

Zaleca się aktualizację Wasmtime do wersji 24.0.7, 36.0.7, 42.0.2 lub 43.0.1, aby usunąć tę podatność. Należy również rozważyć konfigurację środowiska uruchomieniowego z włączonymi stronami ochronnymi, aby zminimalizować ryzyko odczytu nieprzydzielonej pamięci.

Related vulnerabilities

Original NVD description (English source)

Wasmtime is a runtime for WebAssembly. Prior to 24.0.7, 36.0.7, 42.0.2, and 43.0.1, Wasmtime contains a vulnerability where when transcoding a UTF-16 string to the latin1+utf16 component-model encoding it would incorrectly validate the byte length of the input string when performing a bounds check. Specifically the number of code units were checked instead of the byte length, which is twice the size of the code units. This vulnerability can cause the host to read beyond the end of a WebAssembly's linear memory in an attempt to transcode nonexistent bytes. In Wasmtime's default configuration this will read unmapped memory on a guard page, terminating the process with a segfault. Wasmtime can be configured, however, without guard pages which would mean that host memory beyond the end of linear memory may be read and interpreted as UTF-16. A host segfault is a denial-of-service vulnerability in Wasmtime, and possibly being able to read beyond the end of linear memory is additionally a vul

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