CVE-2025-58747 LOW

CVE-2025-58747: Dify MCP OAuth Flow Vulnerable to XSS

Vendor Langgenius
Product dify
Weakness CWE-79 · XSS
Published October 17, 2025
Last update October 17, 2025

CVSS base score

2.0/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P

What the vulnerability does

01Description

Dify is an LLM application development platform. In Dify versions through 1.9.1, the MCP OAuth component is vulnerable to cross-site scripting when a victim connects to an attacker-controlled remote MCP server. The vulnerability exists in the OAuth flow implementation where the authorization_url provided by a remote MCP server is directly passed to window.open without validation or sanitization. An attacker can craft a malicious MCP server that returns a JavaScript URI (such as javascript:alert(1)) in the authorization_url field, which is then executed when the victim attempts to connect to the MCP server. This allows the attacker to execute arbitrary JavaScript in the context of the Dify application.

Key dates

02Disclosure timeline

October 17, 2025 CVE published
October 17, 2025 Record updated

Related vulnerabilities

04Related CVE