---
id: CVE-2021-41281
aliases:
  - GHSA-3hfw-x7gx-437c
  - PYSEC-2021-436
title: Path traversal in Matrix Synapse
summary: Path traversal in Matrix Synapse
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'
vendor: matrix-synapse
product: matrix-synapse
ecosystem: pip
affected:
  - matrix-synapse < 1.47.1
patched:
  - matrix-synapse 1.47.1
published: '2021-11-23'
updated: '2026-07-08'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-3hfw-x7gx-437c'
references:
  - url: >-
      https://github.com/matrix-org/synapse/security/advisories/GHSA-3hfw-x7gx-437c
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-41281'
  - url: 'https://github.com/matrix-org/synapse/commit/91f2bd090'
  - url: 'https://github.com/matrix-org/synapse'
  - url: 'https://github.com/matrix-org/synapse/releases/tag/v1.47.1'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/matrix-synapse/PYSEC-2021-436.yaml
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EU7QRE55U4IUEDLKT5IYPWL3UXMELFAS
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N3WY56LCEZ4ZECLWV5KMAXF2PSMUB4F2
tags:
  - osv
  - pip
epss: 0.01577
epssPercentile: 0.74392
ingestedAt: '2026-07-08T18:25:44.914Z'
---

## Overview

### Impact

Synapse instances with the media repository enabled can be tricked into downloading a file from a remote server into an arbitrary directory, potentially outside the media store directory.

The last two directories and file name of the path are chosen randomly by Synapse and cannot be controlled by an attacker, which limits the impact.

Homeservers with the media repository disabled are unaffected. Homeservers configured with a federation whitelist are also unaffected.

### Patches
Server administrators should upgrade to 1.47.1 or later.

### Workarounds
Server administrators using a reverse proxy could, at the expense of losing media functionality, block the following endpoints:

* `/_matrix/media/r0/download/{serverName}/{mediaId}`
* `/_matrix/media/r0/download/{serverName}/{mediaId}/{fileName}`
* `/_matrix/media/r0/thumbnail/{serverName}/{mediaId}`

Alternatively, non-containerized deployments can be adapted to use the hardened systemd config, located at `contrib/systemd/override-hardened.conf`.

### References
n/a

### For more information

If you have any questions or comments about this advisory, e-mail us at security@matrix.org.


## Affected packages

- `matrix-synapse < 1.47.1`

## Remediation

Upgrade to a patched release:

- `matrix-synapse 1.47.1`
