S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
medium·Product Based Web Vulnerabilities·Updated Aug 15, 2025

CVE-2025-54589 Scanner

CVE-2025-54589 Scanner - Cross-Site Scripting (XSS) vulnerability in Copyparty

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
3.3k
Times Used
continuous scan runs
5.9k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
6.1
CVSSmedium
Exploitable remotely over the internet · no authentication required · user interaction needed.
Description

Copyparty is a portable file server. In versions 1.18.6 and below, 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, allowing for reflected Cross-Site Scripting (XSS) and can be exploited against both authenticated and unauthenticated users. This is fixed in version 1.18.7.

Attack Vector
Network
Privileges Req.
None
User Interaction
Required
Affected
copypartyby 9001
< 1.18.7
Updated Sep 18, 2026View on NVD →
Detail

Copyparty is a versatile file sharing platform that allows users to host and disseminate files effectively. Commonly used in both personal and corporate environments, it supports a multitude of users for sharing media and documents. Its flexible nature finds applications in enterprises that need a simple internal sharing tool. Educational institutions use it as an accessible resource distribution method. Copyparty is renowned for its ease of use, enabling anyone to quickly share files without needing complex setups. Its open-source development ethos means it is continually evolving, incorporating community feedback for various use cases.

Cross-Site Scripting (XSS) is a common web security vulnerability that allows attackers to inject scripts into content from otherwise trusted websites. Copyparty versions <=1.18.6 are vulnerable due to inadequate sanitization of user inputs in the 'filter' parameter on the '/?ru' endpoint. This vulnerability could allow attackers to execute arbitrary scripts in a user's browser session, leading to unauthorized actions such as phishing, session hijacking, and more. Effective exploitation can entail embedding malicious JavaScript that executes upon viewing a link that appears legitimate. The vulnerability primarily affects web applications that dynamically include user input in the browser.

The XSS vulnerability in Copyparty exploits the 'filter' parameter of the '/?ru' endpoint. When a specially crafted URL containing malicious script elements is supplied, the input is unsanitized and reflected back to the user. This allows for arbitrary JavaScript to be executed in the context of the victim's browser. The vulnerable endpoint exposes the application to script-based breaches through HTML responses. Attackers manipulate the input to leverage the web application's response against it, creating a loophole for scripting attacks. The script execution is persistent in the context of the endpoint where the dynamic script is reflected.

Exploiting this XSS vulnerability can have severe effects on affected systems. Unauthorized scripts may execute in the victim's browser, leading to session hijacking, data theft, and credential compromise. Attackers might conduct phishing attacks by mimicking legitimate actions or stealing session cookies. This vulnerability presents a risk of unauthorized manipulation of web content viewed by users. Additionally, it can jeopardize confidentiality if sensitive user data is accessed through malicious scripts. It might also lead to unauthorized access or distribution of resources shared through Copyparty, affecting user trust and application integrity.

REFERENCES

Solution Advice
  • Upgrade Copyparty to version 1.18.7 or later.
  • Ensure input sanitization is applied to user-supplied data, particularly in query parameters.
  • Implement Content Security Policy (CSP) to mitigate the impact of potential XSS attacks.
  • Regularly audit web applications for XSS vulnerabilities using automated scanners.
  • Educate developers on secure coding practices to avoid similar issues in the future.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2025-54589 Scanner - Cross-Site Scripting (XSS) vulnerability in Copyparty | S4E