6.5
CVE-2025-0184
- EPSS 0.04%
- Published 20.03.2025 10:11:38
- Last modified 15.07.2025 15:41:34
- Source security@huntr.dev
- Teams watchlist Login
- Open Login
A Server-Side Request Forgery (SSRF) vulnerability was identified in langgenius/dify version 0.10.2. The vulnerability occurs in the 'Create Knowledge' section when uploading DOCX files. If an external relationship exists in the DOCX file, the reltype value is requested as a URL using the 'requests' module instead of the 'ssrf_proxy', leading to an SSRF vulnerability. This issue was fixed in version 0.11.0.
Data is provided by the National Vulnerability Database (NVD)
Langgenius ≫ Dify SwPlatformnode.js Version < 0.11.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.04% | 0.123 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
security@huntr.dev | 6.5 | 2.8 | 3.6 |
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
|
CWE-918 Server-Side Request Forgery (SSRF)
The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.