---
id: CVE-2021-21273
aliases:
  - GHSA-v936-j8gp-9q3p
  - PYSEC-2021-131
title: Open redirects on some federation and push requests
summary: Open redirects on some federation and push requests
severity: low
cvss: 3.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N'
vendor: matrix-synapse
product: matrix-synapse
ecosystem: pip
affected:
  - matrix-synapse < 1.25.0
patched:
  - matrix-synapse 1.25.0
published: '2021-02-26'
updated: '2026-07-08'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-v936-j8gp-9q3p'
references:
  - url: >-
      https://github.com/matrix-org/synapse/security/advisories/GHSA-v936-j8gp-9q3p
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-21273'
  - url: 'https://github.com/matrix-org/synapse/pull/8821'
  - url: >-
      https://github.com/matrix-org/synapse/commit/30fba6210834a4ecd91badf0c8f3eb278b72e746
  - url: 'https://github.com/matrix-org/synapse'
  - url: 'https://github.com/matrix-org/synapse/releases/tag/v1.25.0'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/matrix-synapse/PYSEC-2021-131.yaml
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TNNAJOZNMVMXM6AS7RFFKB4QLUJ4IFEY
tags:
  - osv
  - pip
epss: 0.01809
epssPercentile: 0.77674
ingestedAt: '2026-07-08T18:25:53.283Z'
---

## Overview

### Impact
Requests to user provided domains were not restricted to external IP addresses when calculating the key validity for third-party invite events and sending push notifications. This could cause Synapse to make requests to internal infrastructure. The type of request was not controlled by the user, although limited modification of request bodies was possible.

For the most thorough protection server administrators should remove the deprecated `federation_ip_range_blacklist` from their settings after upgrading to Synapse v1.25.0 which will result in Synapse using the improved default IP address restrictions. See the new `ip_range_blacklist` and `ip_range_whitelist` settings if more specific control is necessary.

### Patches
Issue is resolved by #8821. Further improvements to protect homeservers by default were made in #8870 and #8954.

### Workarounds
Requests to internal IP addresses could be blocked at the system or network level.

## Affected packages

- `matrix-synapse < 1.25.0`

## Remediation

Upgrade to a patched release:

- `matrix-synapse 1.25.0`
