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

CVE-2025-62370

High
Published: Translated: NVD NIST

Summary

Biblioteki Alloy Core w ekosystemie Ethereum Rust przed wersjami 0.8.26 i 1.4.1 miały podatność na nieobsłużony błąd wywołany przez nieprawidłowe dane wejściowe do alloy_dyn_abi::TypedData, co mogło prowadzić do odmowy usługi (DoS) poprzez eip712_signing_hash().

Risk Assessment

Oprogramowanie o wysokich wymaganiach dostępności, takie jak usługi sieciowe, może być szczególnie narażone na problemy z dostępnością. Mechanizmy automatycznego ponownego uruchamiania mogą częściowo złagodzić te problemy, chyba że ataki będą powtarzane.

Recommendation

Zaleca się aktualizację do wersji v1.4.1 lub v0.8.26, aby skorzystać z wprowadzonej poprawki, która dodaje sprawdzenie, czy element nie jest pusty przed dostępem do jego pierwszego elementu.

Related vulnerabilities

Original NVD description (English source)

Alloy Core libraries at the root of the Rust Ethereum ecosystem. Prior to 0.8.26 and 1.4.1, an uncaught panic triggered by malformed input to alloy_dyn_abi::TypedData could lead to a denial-of-service (DoS) via eip712_signing_hash(). Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible. The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version v1.4.1 and backported to v0.8.26.

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