MEDIUM 6.3 PyPI
copyparty Reflected XSS via Filter Parameter
GHSA-8mx2-rjh8-q3jq · CVE-2025-54589
Published · Modified
Description
Summary
Unauthorized reflected Cross-Site-Scripting when accessing the URL for recent uploads with the filter parameter containing JavaScript code.
Details
When accessing the recent uploads page at /?ru, users can filter the results using an input field at the top. This field appends a filter parameter to the URL, which reflects its value directly into a <script> block without proper escaping.
This vulnerability allows for reflected Cross-Site Scripting (XSS) and can be exploited against both authenticated and unauthenticated users, enabling unwanted actions in the victims browser.
PoC
A URL like this will execute alert(1):
https://127.0.0.1:3923/?ru&filter=</script><script>alert(1)</script>
References
- WEB https://github.com/9001/copyparty/security/advisories/GHSA-8mx2-rjh8-q3jq
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2025-54589
- WEB https://github.com/9001/copyparty/commit/a8705e611d05eeb22be5d3d7d9ab5c020fe54c62
- PACKAGE https://github.com/9001/copyparty
- WEB https://github.com/9001/copyparty/releases/tag/v1.18.7
Ready to move
Start Securing
Free, no credit card | First findings in minutes