Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. copyparty
  4. ›
  5. CVE-2026-32109

CVE-2026-32109: Copyparty has unexpected JavaScript execution via crafted URL to folder with `.prologue.html`

March 12, 2026

If an attacker has been given both read- and write-permissions to the server, they can upload a malicious file with the filename .prologue.html and then craft a link to potentially execute arbitrary JavaScript in the victim’s context.

Note that it is intended behavior that the JavaScript would execute if the target clicks a link to the HTML file itself; “https://example.com/foo/.prologue.html". The vulnerability is that “https://example.com/foo/?b" would also evaluate the file, making the behavior unexpected.

There are existing preventative measures (strict SameSite cookies) which makes it harder to leverage this vulnerability in an attack; in order to gain control of the target’s authenticated session, the link must be clicked from a page served by the server itself – most likely by editing an existing resource, which would require additional access permissions.

Finally, for this attack to be successful, the attacker’s target must click the specific crafted link given by the attacker. This vulnerability is not activated by normally browsing the web-UI on the server.

References

  • github.com/9001/copyparty
  • github.com/9001/copyparty/security/advisories/GHSA-rcp6-88mm-9vgf
  • github.com/advisories/GHSA-rcp6-88mm-9vgf
  • nvd.nist.gov/vuln/detail/CVE-2026-32109

Code Behaviors & Features

Detect and mitigate CVE-2026-32109 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.20.12

Fixed versions

  • 1.20.12

Solution

Upgrade to version 1.20.12 or above.

Impact 3.7 LOW

CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

pypi/copyparty/CVE-2026-32109.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 25 Mar 2026 00:17:52 +0000.