CVE-2026-27017
uTLS is a fork of crypto/tls, created to customize ClientHello for fingerprinting resistance while still using it for the handshake. Versions 1.6.0 through 1.8.0 contain a fingerprint mismatch with Chrome when using GREASE ECH, related to cipher suite selection. When Chrome selects the preferred cipher suite in the outer ClientHello and for ECH, it does so consistently based on hardware support—for example, if it prefers AES for the outer cipher suite, it also uses AES for ECH. However, the Chrome parrot in uTLS hardcodes AES preference for outer cipher suites but selects the ECH cipher suite randomly between AES and ChaCha20. This creates a 50% chance of selecting ChaCha20 for ECH while using AES for the outer cipher suite, a combination impossible in Chrome. This issue only affects GREASE ECH; in real ECH, Chrome selects the first valid cipher suite when AES is preferred, which uTLS handles correctly. This issue has been fixed in version 1.8.1.
EPSS 0.01% · 1.1th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| refraction-networking | utls | >= 1.6.0, < 1.8.1, 1.6.0, 1.6.0 |
| github.com | refraction-networking/utls | 1.6.0, 1.6.0 |
Timeline
- Feb 18, 2026 CVE Published
- Feb 20, 2026 EPSS Score
- Feb 22, 2026 EPSS Score
- Feb 23, 2026 EPSS Score
- Feb 25, 2026 EPSS Score
- Feb 26, 2026 EPSS Score
- Feb 27, 2026 CVE Updated
- Feb 28, 2026 EPSS Score
- Mar 1, 2026 EPSS Score
- Mar 3, 2026 EPSS Score
- Mar 4, 2026 EPSS Score
- Mar 6, 2026 EPSS Score
References
- https://github.com/refraction-networking/utls/security/advisories/GHSA-7m29-f4hw-g2vx url
- https://nvd.nist.gov/vuln/detail/CVE-2026-27017 advisory
- https://github.com/refraction-networking/utls/commit/24bd1e05a788c1add7f3037f4532ea552b2cee07 url
- https://github.com/refraction-networking/utls package
- https://github.com/refraction-networking/utls/releases/tag/v1.8.1 url
- https://pkg.go.dev/vuln/GO-2026-4509 url