---
id: CVE-2025-30355
aliases:
  - GHSA-v56r-hwv5-mxg6
  - PYSEC-2026-1614
title: Synapse vulnerable to federation denial of service via malformed events
summary: Synapse vulnerable to federation denial of service via malformed events
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H'
vendor: matrix-synapse
product: matrix-synapse
ecosystem: pip
affected:
  - matrix-synapse < 1.127.1
patched:
  - matrix-synapse 1.127.1
published: '2025-03-27'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-v56r-hwv5-mxg6'
references:
  - url: >-
      https://github.com/element-hq/synapse/security/advisories/GHSA-v56r-hwv5-mxg6
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-30355'
  - url: >-
      https://github.com/element-hq/synapse/commit/2277df2a1eb685f85040ef98fa21d41aa4cdd389
  - url: 'https://github.com/element-hq/synapse'
  - url: 'https://github.com/element-hq/synapse/releases/tag/v1.127.1'
tags:
  - osv
  - pip
epss: 0.01181
epssPercentile: 0.66401
ingestedAt: '2026-07-08T18:25:53.078Z'
---

## Overview

### Impact
A malicious server can craft events with a `depth` outside the integer range allowed by Canonical JSON. When such an event is received by Synapse version up to 1.127.0, it prevents it from federating with other servers. The vulnerability has been exploited in the wild.

### Patches
Fixed in Synapse v1.127.1.

### Workarounds
Closed federation environments of trusted servers or non-federating installations are not affected.

### For more information

If you have any questions or comments about this advisory, please email us at [security at element.io](mailto:security@element.io).

## Affected packages

- `matrix-synapse < 1.127.1`

## Remediation

Upgrade to a patched release:

- `matrix-synapse 1.127.1`
