CVE-2026-42505:
Go 취약성 분석 및 완화
개요
CVE-2026-42505 is an information disclosure vulnerability in Go's crypto/tls standard library package affecting the Encrypted Client Hello (ECH) implementation. When TLS handshakes use ECH, pre-shared key (PSK) identities are inadvertently disclosed in the unencrypted portion of the Client Hello message, allowing a passive network observer to de-anonymize the handshake. Affected versions include Go prior to 1.25.12, Go 1.26.0–1.26.4, and Go 1.27.0-rc1. It was published on July 8, 2026, with a CVSS v3.1 base score of 5.3 (Medium) (GitHub Advisory, Red Hat Bugzilla).
기술적 세부 사항
The root cause is classified as CWE-201 (Insertion of Sensitive Information Into Sent Data): the Go crypto/tls implementation of Encrypted Client Hello fails to suppress pre-shared key identity data from the unencrypted outer Client Hello, leaking it to any passive observer on the network path. ECH is designed to encrypt the sensitive portions of the TLS ClientHello (including the server name indication), but this flaw causes PSK identities — which can be used to identify the client or session — to appear in plaintext. No authentication, privileges, or user interaction are required for exploitation; a passive network position is sufficient. The fix is tracked at go.dev/cl/775960 and go.dev/issue/79282 (GitHub Advisory, go.dev vuln).
영향
Successful exploitation allows a passive network observer to de-anonymize TLS handshakes that were intended to be protected by Encrypted Client Hello, exposing pre-shared key identities. This undermines the privacy guarantees of ECH, potentially revealing which clients are communicating with which servers and enabling traffic correlation or user identification. There is no integrity or availability impact; the confidentiality impact is rated low, as only PSK identity metadata is exposed rather than session content (GitHub Advisory, Red Hat Bugzilla).
착취 단계
- Positioning: Gain passive network access on a path between a Go TLS client (using ECH) and its target server — e.g., via a compromised router, ISP-level tap, or Wi-Fi monitoring.
- Traffic capture: Capture TLS handshake traffic using a packet capture tool such as
tcpdumpor Wireshark. - Identify ECH handshakes: Filter for TLS ClientHello messages that include the ECH extension (TLS extension type 0xfe0d).
- Extract PSK identities: Parse the unencrypted outer ClientHello to extract pre-shared key identity fields that are incorrectly included in plaintext due to the flaw in Go's
crypto/tlsimplementation. - De-anonymize sessions: Correlate extracted PSK identities with known clients or sessions to identify which parties are communicating, undermining ECH's privacy protections (GitHub Advisory, go.dev vuln).
완화 및 해결 방법
Update Go to version 1.25.12 or later (for the 1.25.x branch), or 1.26.5 or later (for the 1.26.x branch); avoid using 1.27 release candidates prior to rc2. The patch is available at go.dev/cl/775960. Downstream distributions including SUSE, openSUSE, Red Hat, Amazon Linux 2023, and Mageia have issued updated packages. Organizations using Go-based applications that leverage ECH should prioritize upgrading their Go toolchain and rebuilding affected binaries (GitHub Advisory, Red Hat Bugzilla, go.dev vuln).
커뮤니티 반응
The Go security team disclosed the vulnerability via the golang-announce mailing list and published a fix promptly on July 8, 2026. Red Hat opened a tracking bug and multiple Linux distributions (SUSE, openSUSE, Amazon Linux, Mageia) issued security advisories and updated packages within days of disclosure. Microsoft also acknowledged the CVE in their update guide. Community reaction has been measured, reflecting the moderate severity and passive-only exploitation nature of the flaw (golang-announce, Red Hat Bugzilla).
추가 자료
근원: 이 보고서는 AI를 사용하여 생성되었습니다.
관련 Go 취약점:
무료 취약성 평가
클라우드 보안 태세를 벤치마킹합니다
9개의 보안 도메인에서 클라우드 보안 관행을 평가하여 위험 수준을 벤치마킹하고 방어의 허점을 식별합니다.
추가 Wiz 리소스
맞춤형 데모 받기
맞춤형 데모 신청하기
"내가 본 최고의 사용자 경험은 클라우드 워크로드에 대한 완전한 가시성을 제공합니다."
"Wiz는 클라우드 환경에서 무슨 일이 일어나고 있는지 볼 수 있는 단일 창을 제공합니다."
"우리는 Wiz가 무언가를 중요한 것으로 식별하면 실제로 중요하다는 것을 알고 있습니다."