Ad

CVE-2025-27145

MEDIUM CVSS 3.1: 6.1 EPSS 0.30%
Updated Sep 19, 2025
9001
Parameter Value
CVSS 6.1 (MEDIUM)
Affected Versions before 1.16.15
Fixed In 1.16.15
Type CWE-79 (Cross-Site Scripting (XSS)), CWE-83
Vendor 9001
Public PoC No

copyparty, a portable file server, has a DOM-based cross-site scripting vulnerability in versions prior to 1.16.15. The vulnerability is considered low-risk. By handing someone a maliciously-named file, and then tricking them into dragging the file into copyparty's Web-UI, an attacker could execute arbitrary javascript with the same privileges as that user.

For example, this could give unintended read-access to files owned by that user. The bug is triggered by the drag-drop action itself; it is not necessary to actually initiate the upload. The file must be empty (zero bytes).

Note that, as a general-purpose webserver, it is intentionally possible to upload HTML-files with arbitrary javascript in `<script>` tags, which will execute when the file is opened. The difference is that this vulnerability would trigger execution of javascript during the act of uploading, and not when the uploaded file was opened. Version 1.16.15 contains a fix.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
Required
User action required

Impact Assessment

Confidentiality
Low
Partial data leak
Integrity
Low
Partial data modification
Availability
None
No disruption

CVSS Vector v3.1

Vulnerable Products 1

Configuration From (including) Up to (excluding)
9001 Copyparty
cpe:2.3:a:9001:copyparty:*:*:*:*:*:*:*:*
1.16.15

Related Vulnerabilities