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

CVE-2026-22866

High
Published: Translated: NVD NIST

Summary

Ethereum Name Service (ENS) w wersjach 1.6.2 i wcześniejszych ma problem z walidacją struktury paddingu PKCS#1 v1.5 podczas weryfikacji podpisów RSA. Umożliwia to atak fałszywego podpisu Bleichenbachera z 2006 roku na strefy DNS, wykorzystując klucze RSA z niskimi wykładnikami publicznymi.

Risk Assessment

Organizacje mogą być narażone na fałszywe roszczenia do domen w strefach .cc i .name, co może prowadzić do utraty kontroli nad tymi domenami w ENS, mimo braku rzeczywistej własności w DNS.

Recommendation

Zaleca się wdrożenie poprawionych kontraktów oraz skierowanie DNSSECImpl.setAlgorithm na wdrożony kontrakt, aby zminimalizować ryzyko związane z tą podatnością.

Related vulnerabilities

Original NVD description (English source)

Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain. In versions 1.6.2 and prior, the `RSASHA256Algorithm` and `RSASHA1Algorithm` contracts fail to validate PKCS#1 v1.5 padding structure when verifying RSA signatures. The contracts only check if the last 32 (or 20) bytes of the decrypted signature match the expected hash. This enables Bleichenbacher's 2006 signature forgery attack against DNS zones using RSA keys with low public exponents (e=3). Two ENS-supported TLDs (.cc and .name) use e=3 for their Key Signing Keys, allowing any domain under these TLDs to be fraudulently claimed on ENS without DNS ownership. Apatch was merged at commit c76c5ad0dc9de1c966443bd946fafc6351f87587. Possible workarounds include deploying the patched contracts and pointing DNSSECImpl.setAlgorithm to the deployed contract.

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