Wiz가 Google Cloud에 합류: 함께 마법을 만드는 것

CVE-2026-63127
Model Context Protocol 취약성 분석 및 완화

개요

CVE-2026-63127 is an OAuth resource metadata spoofing vulnerability in the RMCP Rust SDK (the official Rust SDK for the Model Context Protocol) that allows a malicious MCP server to steal valid OAuth access tokens from victims. Affected versions are all releases up to and including 1.8.0 (i.e., < 2.0.0). The vulnerability was discovered by researchers at the University of Illinois Urbana-Champaign (UIUC) and the University of California, Irvine (UCI), disclosed via a GitHub Security Advisory on June 29, 2026, and patched in rmcp v2.0.0 released the same day. It carries a CVSS v3.1 base score of 8.2 (High) (GitHub Advisory, Red Hat CVE).

기술적 세부 사항

The root cause is a logic flaw (CWE-345: Insufficient Verification of Data Authenticity; CWE-289: Authentication Bypass by Alternate Name) in crates/rmcp/src/transport/auth.rs. The ResourceServerMetadata struct (lines 390–394 in the pre-fix code) entirely omits the resource field mandated by RFC 9728, and the discover_oauth_server_via_resource_metadata() function proceeds to trust the returned metadata without verifying that the resource identifier in the metadata matches the URL of the MCP server the client is actually connecting to. RFC 9728 Sections 3.3 and 7.3 both impose MUST-level requirements for this exact check. An attacker operating a malicious MCP server can serve a /.well-known/oauth-protected-resource document that claims to represent a different, legitimate MCP server and points to that server's real authorization server, causing the victim's rmcp client to initiate a legitimate OAuth flow and then deliver the resulting access token to the attacker's server (GitHub Advisory, Fix PR #937).

영향

Successful exploitation results in access token theft, enabling the attacker to fully impersonate the victim against any legitimate MCP resource for which the stolen token was issued, within all scopes granted during the authorization flow. The confidentiality impact is high (token and associated data exposure), integrity impact is low (attacker can make authorized requests as the victim), and there is no direct availability impact. All MCP clients built on rmcp versions prior to 2.0.0 that use OAuth-protected MCP servers are affected, and the stolen token can be chained into further attacks such as data exfiltration, privilege escalation (if the victim holds elevated scopes), or lateral movement within the MCP ecosystem (GitHub Advisory, Feedly).

악용 가능성

A detailed proof-of-concept attack sequence (steps 1–7) is publicly documented in the GitHub Security Advisory, describing exactly how an attacker sets up a malicious MCP server to capture OAuth tokens (GitHub Advisory). No authentication is required on the attacker's side; user interaction (victim connecting to the malicious server and completing an OAuth flow) is required. The EPSS score is 0.0 and there is no evidence of in-the-wild exploitation at this time. The vulnerability is not currently listed in the CISA KEV catalog. NVD SSVC classifies exploitation status as "poc" and the attack as non-automatable (Feedly).

착취 단계

  1. Set up malicious server: Attacker hosts a malicious MCP server at fake-mcp.com/mcp, accessible at the standard well-known endpoint fake-mcp.com/mcp/.well-known/oauth-protected-resource.
  2. Serve spoofed metadata: The attacker's metadata endpoint returns a JSON document declaring resource: real-mcp.com/mcp (the legitimate target server) and authorization_servers pointing to the legitimate authorization server(s) of real-mcp.com/mcp.
  3. Trick victim into connecting: Attacker social-engineers or otherwise causes the victim to configure their rmcp-based MCP client to connect to fake-mcp.com/mcp.
  4. Client fetches metadata without validation: The rmcp client calls discover_oauth_server_via_resource_metadata(), retrieves the spoofed metadata from fake-mcp.com/mcp/.well-known/oauth-protected-resource, and — because ResourceServerMetadata lacks a resource field and no validation logic exists — accepts the metadata without checking that real-mcp.com/mcp matches fake-mcp.com/mcp.
  5. OAuth flow initiated with legitimate server: The client extracts authorization_servers from the metadata and directs the victim to authenticate with the real, trusted authorization server for real-mcp.com/mcp.
  6. Victim completes authorization: The victim sees a legitimate authorization prompt from the real authorization server, recognizes it as trustworthy, and grants consent.
  7. Token delivered to attacker: The resulting access token — valid for real-mcp.com/mcp — is returned to the rmcp client, which then sends it in subsequent MCP requests to fake-mcp.com/mcp.
  8. Attacker captures and replays token: The attacker captures the token from incoming requests to their server and replays it against real-mcp.com/mcp to impersonate the victim with all granted scopes (GitHub Advisory).

타협의 징후

  • Network: Unexpected OAuth authorization flows initiated toward a legitimate MCP authorization server when the client is configured to connect to an unfamiliar or newly added MCP server URL; outbound HTTP requests from the rmcp client to a /.well-known/oauth-protected-resource endpoint on an untrusted host.
  • Logs: rmcp client logs showing successful metadata discovery from a server URL that does not match the resource field in the returned metadata (pre-patch behavior would not log this mismatch; post-patch logs will emit MetadataError: Protected resource metadata resource mismatch or missing required resource field).
  • Application Behavior: Access tokens for a known legitimate MCP resource (real-mcp.com/mcp) being transmitted to a different, unexpected server URL; OAuth consent prompts appearing for a legitimate service when the user believes they are connecting to a different MCP endpoint.
  • File System / Configuration: MCP client configuration files referencing unfamiliar or recently added MCP server URLs that were not explicitly provisioned by the organization (GitHub Advisory).

완화 및 해결 방법

Upgrade the rmcp crate to version 2.0.0 or later, which adds the resource field to ResourceServerMetadata and enforces RFC 9728-compliant validation in discover_oauth_server_via_resource_metadata() — rejecting metadata where the resource field is missing or does not exactly match the configured MCP server URL (rmcp v2.0.0 Release, Fix PR #937). There is no known configuration-based workaround for versions prior to 2.0.0 — upgrading is the only remediation. Additionally, administrators should review any OAuth tokens that may have been issued through untrusted or unverified MCP servers and revoke them as a precaution (Red Hat CVE).

커뮤니티 반응

The vulnerability was credited to academic researchers Jian Cui, Minsun Shim, Zhou Li, and Xiaojing Liao from UIUC and UCI, indicating it was identified through security research rather than opportunistic discovery (GitHub Advisory). The fix was merged and released rapidly — the PR was merged on June 27, 2026, and the advisory published on June 29, 2026 — suggesting a coordinated disclosure process. Red Hat tracked the issue as a high-severity bug (Bug 2535503) in their security response system (Red Hat Bugzilla). No significant broader social media or media coverage has been identified at this time.

추가 자료

리눅스 배포판 수정 현황

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

RHEL / CentOS

영향을 받은 사람들

RHEL 9

goose.src

영향을 받은 사람들

RHEL 10

goose.src

영향을 받은 사람들

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

관련 Model Context Protocol 취약점:

CVE ID

심각도

점수

기술

구성 요소 이름

CISA KEV 익스플로잇

수정 사항이 있습니다.

게시된 날짜

GHSA-5p9g-j988-pcwvHIGH8.3
  • Model Context Protocol logoModel Context Protocol
  • mcp
아니요Jul 30, 2026
CVE-2026-63127HIGH8.2
  • Model Context Protocol logoModel Context Protocol
  • goose
아니요Sep 16, 2026
CVE-2026-63128HIGH7.5
  • Model Context Protocol logoModel Context Protocol
  • goose
아니요Sep 16, 2026
GHSA-h669-8m4g-r2hcHIGH7.5
  • Model Context Protocol logoModel Context Protocol
  • mcp
아니요Jul 30, 2026
GHSA-52jp-gj8w-j6xhMEDIUM5.3
  • Model Context Protocol logoModel Context Protocol
  • mcp
아니요Jul 30, 2026

무료 취약성 평가

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

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

평가 요청

추가 Wiz 리소스

맞춤형 데모 받기

맞춤형 데모 신청하기

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