64 lines
2.4 KiB
JSON
Raw Normal View History

{
"id": "CVE-2025-0184",
"sourceIdentifier": "security@huntr.dev",
"published": "2025-03-20T10:15:51.173",
"lastModified": "2025-03-20T10:15:51.173",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "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."
},
{
"lang": "es",
"value": "Se identific\u00f3 una vulnerabilidad de Server-Side Request Forgery (SSRF) en langgenius/dify versi\u00f3n 0.10.2. La vulnerabilidad se produce en la secci\u00f3n \"Crear conocimiento\" al subir archivos DOCX. Si existe una relaci\u00f3n externa en el archivo DOCX, el valor reltype se solicita como URL mediante el m\u00f3dulo \"requests\" en lugar de \"ssrf_proxy\", lo que genera una vulnerabilidad SSRF. Este problema se solucion\u00f3 en la versi\u00f3n 0.11.0."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "security@huntr.dev",
"type": "Secondary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE"
},
"exploitabilityScore": 2.8,
"impactScore": 3.6
}
]
},
"weaknesses": [
{
"source": "security@huntr.dev",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-918"
}
]
}
],
"references": [
{
"url": "https://github.com/langgenius/dify/commit/c135ec4b08d946a1a1d3a198a1d72c1ccf47250f",
"source": "security@huntr.dev"
},
{
"url": "https://huntr.com/bounties/a7eac4ae-5d5e-4ac1-894b-7a8cce5cba9b",
"source": "security@huntr.dev"
}
]
}