v1.20.11

facebookresearch/tribev2v1.20.11Mar 8, 2026by 9001

AI Summary

Fixes a vulnerability where SVG images could execute JavaScript despite the `nohtml` flag and adds a version checker feature.

Key Highlights

  • Fixes SVG JavaScript execution vulnerability (GHSA-m6hv-x64c-27mm)
  • Adds version-checker feature for security advisories
  • Adds `noscript` volflag to prevent script execution

New Features

  • Version checker
  • noscript volflag

Full Release Notes

<img src="https://github.com/9001/copyparty/raw/hovudstraum/docs/logo.svg" width="250" align="right"/>

* read-only demo server at https://a.ocv.me/pub/demo/
* [docker image](https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker) ╱ [similar software](https://github.com/9001/copyparty/blob/hovudstraum/docs/versus.md) ╱ [client testbed](https://cd.ocv.me/b/)

there is a [discord server](https://discord.gg/25J8CdTT6G) with an `@everyone` in case of future important updates, such as [vulnerabilities](https://github.com/9001/copyparty/security) (most recently 2026-03-08)

## ⚠️ ATTN: this release fixes a vulnerability

[GHSA-m6hv-x64c-27mm](https://github.com/9001/copyparty/security/advisories/GHSA-m6hv-x64c-27mm) the `nohtml` volflag did not prevent javascript inside SVG images from executing -- a malicious user with write-access could upload an SVG file which would execute as javascript when someone opens it 1c9f894e

## recent important news

* [v1.20.9 (2025-02-25)](https://github.com/9001/copyparty/releases/tag/v1.20.9) fixed [CVE-2026-27948](https://github.com/9001/copyparty/security/advisories/GHSA-62cr-6wp5-q43h) (XSS)

## 🧪 new features

* version-checker (thx @icxes!) c6965f06
  * default-disabled; you must [choose a URL](https://github.com/9001/copyparty/#version-checker) to grab security advisories from to enable it
  * periodically checks the security advisories and shows a warning in the controlpanel if you're running a vulnerable version
  * can optionally panic and shutdown the server if you prefer that
  * man, the timing on this though... absolute cinema

## 🩹 bugfixes

* fix `nohtml` not being aware that SVG images can execute javascript 1c9f894e
  * a new volflag [noscript](https://github.com/9001/copyparty/#security) was also added; `nohtml` will automatically enable `noscript`, but `noscript` can also be useful on its own; see readme
* various [upload rules](https://github.com/9001/copyparty/#upload-rules) fixes:
  * #1335 `rotf` couldn't handle trailing slash (thx @NecRaul!) 8e20506d
  * #1337 `rotn` didn't always count correctly (thx @NecRaul!) 23d4a62e
  * `rotn` didn't apply to dupes 00e821db
* combining [rp-loc](https://copyparty.eu/cli/#g-rp-loc) and [site](https://copyparty.eu/cli/#g-site) was a bit jank (thx @new-sashok724!) 31b23843
* global-option [idp-store: 2](https://copyparty.eu/cli/#g-idp-store) would result in excessive config reloading 1272de9d
* fix fd-leak when indexing certain compressed files, including epub books 8b5ac23e
* [forget-ip](https://copyparty.eu/cli/#g-forget-ip): fix sqlite cursor-locking 37123e33

## 🔧 other changes

* #1316 Chinese translation got a huge makeover (thx @satgo1546 and @lxdlam!) b0152741
* #1324 better rclone advice on the connect-page 8941701a
* static website resources, previously served from `/.cpr/` have moved to `/.cpr/w/` for easier configuration of allowlists in reverseproxies and authentication middlewares 753ff548 

## 🌠 fun facts

* according to [the SVG spec](https://www.w3.org/TR/SVG11/script.html), images being able to execute javascript is a feature and intentional behavior... what a concept!

----

## ⚠️ not the [latest version](https://github.com/9001/copyparty/releases/latest/)!