Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-30355

CVE-2025-30355: Matrix Synapse DOS Vulnerability

CVE-2025-30355 is a denial of service vulnerability in Matrix Synapse that allows malicious servers to disrupt federation. This post covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-30355 Overview

CVE-2025-30355 is a Denial of Service vulnerability affecting Matrix Synapse, an open source Matrix homeserver implementation. A malicious server can craft specially designed events which, when received by vulnerable Synapse instances (versions up to 1.127.0), prevent the server from federating with other Matrix servers. This vulnerability has been exploited in the wild, disrupting Matrix federation capabilities for affected organizations.

Critical Impact

Malicious actors can disrupt Matrix federation by sending crafted events, effectively isolating affected Synapse homeservers from the broader Matrix network and causing communication outages.

Affected Products

  • Matrix Synapse versions up to and including 1.127.0
  • All Matrix homeserver deployments running vulnerable Synapse versions
  • Federated Matrix networks with unpatched Synapse instances

Discovery Timeline

  • 2025-03-27 - CVE-2025-30355 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2025-30355

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in how Synapse processes event depth values during federation. The root cause relates to integer handling inconsistencies between Synapse's internal representation and the canonical JSON specification used for Matrix federation.

The vulnerability allows a malicious federated server to craft events with specially constructed depth values that exceed the bounds acceptable by canonical JSON processing. When a vulnerable Synapse instance receives these malformed events, it experiences processing failures that prevent proper federation with other Matrix servers.

This attack can be executed remotely without authentication, requiring only the ability to send federation traffic to the target homeserver. The impact is limited to availability—there is no confidentiality breach or data integrity compromise, but the denial of federation capability can severely disrupt Matrix communications.

Root Cause

The vulnerability exists due to a mismatch in how the maximum depth value for events was defined. Originally, Synapse allowed depth values up to 2**63 - 1, which exceeds the maximum safe integer value in canonical JSON (2**53 - 1). When events with depth values outside the canonical JSON range were processed, it caused federation failures.

Attack Vector

A malicious Matrix server participating in federation can craft and send events with depth field values that fall outside the acceptable range for canonical JSON processing. Since federation occurs over the network without requiring authentication from the perspective of the receiving server (federation is server-to-server authenticated), any malicious homeserver can exploit this vulnerability against unpatched Synapse instances.

python
# Security patch in synapse/api/constants.py
# Source: https://github.com/element-hq/synapse/commit/2277df2a1eb685f85040ef98fa21d41aa4cdd389

 # the max size of a (canonical-json-encoded) event
 MAX_PDU_SIZE = 65536
 
-# the "depth" field on events is limited to 2**63 - 1
-MAX_DEPTH = 2**63 - 1
+# Max/min size of ints in canonical JSON
+CANONICALJSON_MAX_INT = (2**53) - 1
+CANONICALJSON_MIN_INT = -CANONICALJSON_MAX_INT
+
+# the "depth" field on events is limited to the same as what
+# canonicaljson accepts
+MAX_DEPTH = CANONICALJSON_MAX_INT
 
 # the maximum length for a room alias is 255 characters
 MAX_ALIAS_LENGTH = 255

The patch aligns Synapse's maximum depth value with canonical JSON integer limits, preventing malformed events from disrupting federation.

Detection Methods for CVE-2025-30355

Indicators of Compromise

  • Unexpected federation failures with specific Matrix homeservers
  • Log entries indicating event processing errors related to depth values or integer bounds
  • Sudden loss of federation connectivity with multiple remote Matrix servers
  • Synapse error logs showing canonical JSON encoding failures

Detection Strategies

  • Monitor Synapse federation logs for repeated event processing failures from specific origins
  • Implement alerting on sudden drops in successful federation traffic
  • Review logs for error messages mentioning integer overflow, depth validation, or canonical JSON encoding issues
  • Track federation health metrics and alert on anomalous patterns

Monitoring Recommendations

  • Enable verbose logging for federation-related components during incident investigation
  • Implement network monitoring for unusual federation traffic patterns from unknown or suspicious homeservers
  • Configure alerts for Synapse service restarts or crashes that may indicate exploitation attempts
  • Monitor system resource usage as federation failures may cause cascading effects

How to Mitigate CVE-2025-30355

Immediate Actions Required

  • Upgrade all Matrix Synapse installations to version 1.127.1 or later immediately
  • Review federation logs for signs of exploitation prior to patching
  • Monitor federation health closely after applying the update
  • Consider temporarily restricting federation to trusted servers if immediate patching is not possible

Patch Information

The vulnerability has been fixed in Synapse v1.127.1. The security patch is available through the GitHub Security Advisory and detailed in the release notes. The fix properly constrains event depth values to the canonical JSON integer range (2**53 - 1) to ensure consistent processing across federation.

The specific commit implementing the fix can be reviewed at the GitHub commit.

Workarounds

  • No known workarounds are available for this vulnerability
  • Upgrading to Synapse v1.127.1 or later is the only effective mitigation
  • Organizations unable to patch immediately should implement enhanced monitoring for federation anomalies
  • Consider network-level restrictions on federation traffic as a temporary measure while planning the upgrade
bash
# Upgrade Synapse to the patched version
pip install matrix-synapse==1.127.1

# Verify the installed version
python -m synapse.app.homeserver --version

# Restart Synapse service after upgrade
systemctl restart matrix-synapse

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMatrix Synapse

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability7.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Release Notes
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English