CVE-2026-26994
uTLS ServerHellos are accepted without checking TLS 1.3 downgrade canaries
En resumen
uTLS no validaba adecuadamente la protección contra degradación en conexiones TLS 1.3, permitiendo que atacantes redujeran la conexión a versiones TLS más antiguas y débiles sin ser detectados. Esto debilita la seguridad y permite la identificación de usuarios de uTLS.
Detalle técnico
uTLS versiones ≤1.6.7 no verifica los canarios de degradación RFC 8446 en el campo random del ServerHello al usar especificaciones personalizadas de ClientHello. Un adversario activo en la red puede eliminar la extensión SupportedVersions del ClientHello para forzar degradación a TLS 1.2; el cliente acepta el ServerHello modificado sin validar el canario, habilitando ataques de degradación de versión y fingerprinting.
Resumen generado y traducido por IA a partir de la descripción oficial.
uTLS is a fork of crypto/tls, created to customize ClientHello for fingerprinting resistance while still using it for the handshake. In versions 1.6.7 and below, uTLS did not implement the TLS 1.3 downgrade protection mechanism specified in RFC 8446 Section 4.1.3 when using a uTLS ClientHello spec. This allowed an active network adversary to downgrade TLS 1.3 connections initiated by a uTLS client to a lower TLS version (e.g., TLS 1.2) by modifying the ClientHello message to exclude the SupportedVersions extension, causing the server to respond with a TLS 1.2 ServerHello (along with a downgrade canary in the ServerHello random field). Because uTLS did not check the downgrade canary in the ServerHello random field, clients would accept the downgraded connection without detecting the attack. This attack could also be used by an active network attacker to fingerprint uTLS connections. This issue has been fixed in version 1.7.0.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Productos afectados
refraction-networking · utls¿Quieres saber si tu infraestructura está expuesta a esto?
Hablar con TrueHacking →