CVE-2026-56864
Go 취약성 분석 및 완화

개요

CVE-2026-56864 is a cryptographic signature verification bypass vulnerability in the Go toolchain's module checksum database (GOSUMDB) client. A malicious GOSUMDB, potentially coordinating with a rogue GOPROXY, can serve arbitrary module content that is not recorded in the transparency log, making the attack undetectable through normal log inspection. Affected software includes Go toolchain cmd/go versions before 1.25.13, 1.26.0–1.26.6, and 1.27.0-rc.3, as well as golang.org/x/mod/sumdb versions before 0.40.0. The vulnerability was published on August 13, 2026, and carries a CVSS v3.1 base score of 7.5 (High) (Feedly, Go Announce).

기술적 세부 사항

The root cause is classified as CWE-347 (Improper Verification of Cryptographic Signature). The Go module system relies on GOSUMDB to verify that downloaded modules match entries in a public transparency log; however, a flaw in the client-side verification logic allows a malicious GOSUMDB to present module content that bypasses this check, meaning the served content is never validated against the transparency log. Exploitation requires a network-positioned attacker controlling both a GOPROXY and a GOSUMDB endpoint that a victim Go client is configured to trust — no user interaction or authentication is required. Relevant code changes are available in the Go repository (Go Commit, Go Issue, Go Vuln DB).

영향

Successful exploitation allows an attacker to deliver tampered or malicious Go module content to developers or CI/CD pipelines without detection via the transparency log, resulting in a high confidentiality impact (supply chain compromise). Malicious modules could contain backdoors, credential stealers, or other malware that execute within the context of built applications, potentially enabling lateral movement across development and production environments. Integrity and availability are not directly impacted by the vulnerability itself, but downstream effects of malicious module injection can be severe (Feedly, Go Vuln DB).

악용 가능성

No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the time of this report. The NVD SSVC assessment classifies exploitation as "none" and the attack as automatable with partial technical impact. The EPSS score is approximately 0.118%, indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Feedly, OSV).

착취 단계

  1. Set up malicious infrastructure: The attacker operates or compromises a GOPROXY and a GOSUMDB server that a target Go developer or CI/CD system is configured to use (e.g., via environment variables GOPROXY and GOSUMDB).
  2. Serve tampered module content: When the victim's Go toolchain requests a module, the malicious GOPROXY serves a modified version of the module containing malicious code.
  3. Bypass transparency log verification: The malicious GOSUMDB responds to the client's checksum verification request with a crafted response that satisfies the client's (flawed) verification logic without the module hash actually appearing in the public transparency log.
  4. Module accepted by client: The Go toolchain accepts the tampered module as legitimate, writing the attacker-controlled hash to go.sum or go.work.sum.
  5. Malicious code execution: The compromised module is compiled into the target application, executing attacker-controlled code during build or at runtime.
  6. Detection check: Victims can check for compromise by running rm -r go.sum go.work.sum vendor/ && go mod tidy against a trusted GOPROXY/GOSUMDB to regenerate checksums and compare (Go Announce, Go Issue).

타협의 징후

  • File System: Unexpected or modified entries in go.sum or go.work.sum that do not match hashes from the official sum.golang.org transparency log; presence of unfamiliar module versions in the vendor/ directory.
  • Network: Go toolchain making checksum database requests to non-standard GOSUMDB endpoints (i.e., not sum.golang.org); DNS queries or HTTP requests to unknown GOPROXY or GOSUMDB hosts.
  • Logs: Build logs showing module downloads from unexpected proxy URLs; discrepancies between locally cached module hashes and those returned by go mod verify after re-running against a trusted GOSUMDB.
  • Process: Unexpected outbound network connections or unusual process behavior originating from applications built with Go modules fetched during the affected period (Go Announce, Go Vuln DB).

완화 및 해결 방법

Upgrade the Go toolchain to version 1.25.13 or later (for the 1.25.x branch), 1.26.6 or later (for the 1.26.x branch), or 1.27.0-rc.3 or later. The golang.org/x/mod/sumdb package should be updated to version 0.40.0 or later. To check for prior compromise, delete go.sum, go.work.sum, and the vendor/ directory, then run go mod tidy against a trusted GOPROXY and GOSUMDB. Ensure GOPROXY and GOSUMDB environment variables point only to trusted, official endpoints (Go Announce, SUSE Advisory).

커뮤니티 반응

The Go team disclosed the vulnerability via the golang-announce mailing list and the OSS-Security list, providing remediation guidance and a detection command (Go Announce, OSS-Sec). Linux distribution vendors including SUSE and openSUSE issued security advisories and updated packages promptly after disclosure (SUSE Advisory, openSUSE). Security scanning vendors Tenable (Nessus) and Qualys added detection plugins shortly after the CVE was published.

추가 자료

리눅스 배포판 수정 현황

주요 리눅스 배포판과 그 릴리스 전반에 걸친 가용성을 수정하세요.

Debian

영향을 받은 사람들

bookworm

golang-1.19

영향을 받은 사람들

sid

golang-1.27: 1.27~rc3-1

수정됨

trixie

golang-1.24

영향을 받은 사람들

Ubuntu

알 수 없음

bionic (esm-apps)

golang-1.8

알 수 없음

bionic (esm-infra)

golang-1.10

알 수 없음

devel

golang-1.23

알 수 없음

focal (esm-apps)

golang-1.16

알 수 없음

focal (esm-infra)

golang-1.13

알 수 없음

jammy

golang-1.13

알 수 없음

jammy (esm-apps)

golang-1.13

알 수 없음

noble

golang-1.21

알 수 없음

근원이 보고서는 AI를 사용하여 생성되었습니다.

관련 Go 취약점:

CVE ID

심각도

점수

기술

구성 요소 이름

CISA KEV 익스플로잇

수정 사항이 있습니다.

게시된 날짜

CVE-2026-56865HIGH8.4
  • Go logoGo
  • kyverno-1.18
아니요Aug 13, 2026
CVE-2026-56864HIGH7.5
  • Go logoGo
  • grafana-image-renderer-5.10
아니요Aug 13, 2026
CVE-2026-56862HIGH7.5
  • Go logoGo
  • golang-src
아니요Aug 13, 2026
CVE-2026-56859HIGH7.5
  • Go logoGo
  • crossplane-provider-aws-kinesis-fips
아니요Aug 13, 2026
CVE-2026-56860MEDIUM5.9
  • Go logoGo
  • coder-2.29
아니요Aug 13, 2026

무료 취약성 평가

클라우드 보안 태세를 벤치마킹합니다

9개의 보안 도메인에서 클라우드 보안 관행을 평가하여 위험 수준을 벤치마킹하고 방어의 허점을 식별합니다.

평가 요청

추가 Wiz 리소스

맞춤형 데모 받기

맞춤형 데모 신청하기

"내가 본 최고의 사용자 경험은 클라우드 워크로드에 대한 완전한 가시성을 제공합니다."
데이비드 에슬릭최고정보책임자(CISO)
"Wiz는 클라우드 환경에서 무슨 일이 일어나고 있는지 볼 수 있는 단일 창을 제공합니다."
아담 플레처최고 보안 책임자(CSO)
"우리는 Wiz가 무언가를 중요한 것으로 식별하면 실제로 중요하다는 것을 알고 있습니다."
그렉 포니아토프스키위협 및 취약성 관리 책임자