The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-23963

CVE-2026-23963: Mastodon DOS Vulnerability

CVE-2026-23963 is a denial of service vulnerability in Mastodon that allows users to cause excessive resource usage through arbitrarily long list names and filter keywords. This article covers technical details, affected versions, and patches.

Published: January 23, 2026

CVE-2026-23963 Overview

Mastodon, the free and open-source decentralized social network server based on ActivityPub, contains a resource exhaustion vulnerability in versions prior to 4.5.5, 4.4.12, and 4.3.18. The server fails to enforce maximum length restrictions on list names, filter names, and filter keywords, enabling any authenticated user to submit arbitrarily long strings through these fields. This missing input validation allows malicious actors to consume disproportionate storage and computing resources on the server, potentially degrading service availability for all users on the affected Mastodon instance.

Critical Impact

Authenticated users can exploit unbounded input fields to cause denial of service conditions through resource exhaustion, impacting server availability and potentially rendering web interfaces unusable.

Affected Products

  • Mastodon versions prior to 4.3.18
  • Mastodon versions prior to 4.4.12
  • Mastodon versions prior to 4.5.5

Discovery Timeline

  • January 22, 2026 - CVE-2026-23963 published to NVD
  • January 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23963

Vulnerability Analysis

This vulnerability stems from insufficient input validation in Mastodon's handling of user-created lists, filters, and filter keywords. When users create or modify these entities through the API or web interface, the server accepts string inputs without enforcing any length constraints. An attacker with a valid account can exploit this by submitting extremely long strings—potentially megabytes in size—as list names or filter keywords.

The impact is twofold: first, the server must store these oversized strings in the database, consuming storage resources disproportionate to legitimate usage. Second, when these lists or filters are processed or rendered, the server expends significant CPU cycles handling the abnormal data, which can slow down request processing for all users on the instance. Additionally, users who unknowingly approve a malicious API client could have their own web interface rendered unusable due to the excessively large data being loaded in their session.

Root Cause

The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The Mastodon codebase lacked server-side validation to enforce reasonable maximum lengths on user-controllable string fields for lists and filters. Without these constraints, the application allows unbounded resource allocation based on user input, creating a denial of service vector.

Attack Vector

The vulnerability is exploitable over the network by any authenticated local user of a Mastodon instance. An attacker would need a valid account on the target instance and could then leverage either the web interface or API endpoints to create lists or filters with extremely long names or keywords. No special privileges beyond standard user authentication are required. The attack does not require user interaction from other parties—the attacker can directly submit malicious input that affects server resources. For detailed technical information, see the GitHub Security Advisory GHSA-6x3w-9g92-gvf3.

Detection Methods for CVE-2026-23963

Indicators of Compromise

  • Unusually large database entries in the lists, filters, or filter_keywords tables
  • Abnormal storage consumption patterns in the Mastodon database
  • API requests containing extremely long string parameters for list or filter operations
  • User reports of slow or unresponsive web interfaces

Detection Strategies

  • Monitor database table sizes for the lists, filters, and filter_keywords tables and alert on anomalous growth
  • Implement request logging that captures payload sizes for list and filter API endpoints
  • Set up application performance monitoring to detect degraded response times correlated with specific user activity
  • Review access logs for repeated POST/PUT requests to /api/v1/lists and /api/v1/filters endpoints with large payloads

Monitoring Recommendations

  • Configure database monitoring to track row sizes and alert when entries exceed expected thresholds
  • Implement rate limiting and payload size monitoring at the reverse proxy or web application firewall level
  • Set up alerting for CPU and memory usage spikes that correlate with API activity patterns
  • Monitor for accounts exhibiting abnormal patterns of list or filter creation activity

How to Mitigate CVE-2026-23963

Immediate Actions Required

  • Upgrade to Mastodon v4.5.5, v4.4.12, or v4.3.18 depending on your current version branch
  • Review database for any existing oversized entries in lists, filters, and filter_keywords tables
  • Consider implementing rate limiting on list and filter creation endpoints as a defense-in-depth measure
  • Audit user accounts for suspicious activity patterns related to this vulnerability

Patch Information

Mastodon has released patched versions that enforce maximum length restrictions on list names, filter names, and filter keywords. Organizations should update to the appropriate fixed version for their deployment:

  • For Mastodon 4.5.x branch: Update to v4.5.5
  • For Mastodon 4.4.x branch: Update to v4.4.12
  • For Mastodon 4.3.x branch: Update to v4.3.18

For complete security details, review the GitHub Security Advisory GHSA-6x3w-9g92-gvf3.

Workarounds

  • Implement request size limits at the web server or reverse proxy level to reject abnormally large payloads
  • Configure web application firewall rules to enforce maximum string lengths on list and filter-related API endpoints
  • Monitor and restrict API access for untrusted or new user accounts
  • Review and clean up any existing oversized database entries manually before upgrading
bash
# Example nginx configuration to limit request body size
# Add to your Mastodon server block
location /api/v1/lists {
    client_max_body_size 64k;
}

location /api/v1/filters {
    client_max_body_size 64k;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMastodon

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Release v4.3.18

  • GitHub Release v4.4.12

  • GitHub Release v4.5.5

  • GitHub Security Advisory GHSA-6x3w-9g92-gvf3
  • Related CVEs
  • CVE-2026-27468: Joinmastodon Mastodon DOS Vulnerability

  • CVE-2026-23962: Mastodon Poll Options DoS Vulnerability

  • CVE-2026-33868: Mastodon Auth Bypass Vulnerability

  • CVE-2026-33869: Mastodon Authentication Bypass 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