Server-Side Request Forgery (SSRF) in Dify - #VU139844
Published: July 28, 2026
Dify
Detailed vulnerability description
The vulnerability allows a remote user to perform server-side requests to arbitrary URLs.
The vulnerability exists due to server-side request forgery (SSRF) in the API Extension API endpoint when handling API extension configuration requests. A remote user can send a specially crafted request with an attacker-controlled api_endpoint value to perform server-side requests to arbitrary URLs.
The issue can be used to probe internal network services and detect open internal ports.