제출 #856633: mastergo-design mastergo-magic-mcp 0.2.0 Server-Side Request Forgery정보

제목mastergo-design mastergo-magic-mcp 0.2.0 Server-Side Request Forgery
설명A vulnerability was found in mastergo-design/mastergo-magic-mcp. The issue affects the MCP tool mcp__getComponentLink and the parameter url. The mcp__getComponentLink tool accepts a caller-controlled url string and forwards it directly to httpUtilInstance.request({ method: "GET", url }). The response body is returned to the MCP caller as text. The schema is a bare z.string() and does not enforce a scheme allow-list, host allow-list, internal address filtering, or validation that the URL came from a trusted MasterGo backend response. An MCP client that can invoke this tool may cause the MCP server process to make GET requests to arbitrary URLs reachable from the server host. Because the response body is returned to the caller, this is reflected SSRF rather than blind SSRF. Depending on deployment, this may expose localhost services, internal network services, or cloud metadata endpoints. Affected package: @mastergo/magic-mcp Affected tool: mcp__getComponentLink Affected parameter: url Affected file: src/tools/get-component-link.ts CWE: CWE-918 / CWE-200 / CWE-20 CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N Suggested severity: Medium Suggested remediation: validate url before making the request. Only allow expected schemes and trusted MasterGo documentation hosts, or require the URL to match a value previously returned by the trusted componentDocumentLinks API. Reject loopback, private, link-local, multicast, reserved, and cloud metadata addresses. Revalidate redirect targets before following redirects.
원천⚠️ https://github.com/mastergo-design/mastergo-magic-mcp/issues/89
사용자 Mcfly_Zhang (UID 98877)
제출2026. 06. 12. AM 04:16 (1 월 ago)
모더레이션2026. 07. 14. PM 05:40 (1 month later)
상태수락
VulDB 항목378329 [mastergo-design mastergo-magic-mcp 까지 0.2.0 mcp__getComponentLink get-component-link.ts z.string url 권한 상승]
포인트들20

Do you want to use VulDB in your project?

Use the official API to access entries easily!