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-2026-23962

CVE-2026-23962: Mastodon Poll Options DoS Vulnerability

CVE-2026-23962 is a denial of service vulnerability in Mastodon that allows attackers to create polls with excessive options, causing resource exhaustion. This article covers technical details, affected versions, and patches.

Published: January 23, 2026

CVE-2026-23962 Overview

CVE-2026-23962 is a Resource Exhaustion vulnerability affecting Mastodon, a free, open-source social network server based on ActivityPub. The vulnerability exists because Mastodon versions before v4.3.18, v4.4.12, and v4.5.5 do not enforce a limit on the maximum number of poll options for remote posts. This allows attackers to create polls with an extremely large number of options, leading to disproportionate resource consumption on both Mastodon servers and clients.

Critical Impact

Attackers can trigger Denial of Service conditions on both server-side and client-side by sending specially crafted polls with excessive options through the ActivityPub federation protocol.

Affected Products

  • Mastodon versions prior to v4.3.18
  • Mastodon versions prior to v4.4.12
  • Mastodon versions prior to v4.5.5

Discovery Timeline

  • 2026-01-22 - CVE-2026-23962 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2026-23962

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The core issue stems from Mastodon's handling of federated content via the ActivityPub protocol. When a remote Mastodon instance sends a post containing a poll, the receiving server processes and stores all poll options without validating the quantity. Since ActivityPub enables federation between thousands of independent servers, a malicious actor can craft a poll with an arbitrarily large number of options and federate it to target instances.

The resource exhaustion can manifest in multiple ways: excessive memory allocation when parsing and storing poll data, increased CPU usage during rendering operations, database storage bloat, and client-side performance degradation when users attempt to view the malicious poll. This network-accessible attack requires no authentication or user interaction, making it particularly concerning for public-facing Mastodon instances.

Root Cause

The root cause is the absence of input validation for the number of poll options in remote posts received via ActivityPub federation. While Mastodon likely implements poll option limits for locally created posts through its web interface, the same validation was not applied to incoming federated content. This asymmetric validation creates an attack surface where malicious remote content bypasses local restrictions.

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker would need to either control a Mastodon instance or have posting capabilities on a federated server. The attacker creates a poll with an excessive number of options (potentially hundreds or thousands) and publishes it. Through ActivityPub federation, this malicious poll propagates to other servers in the Fediverse.

When target servers receive and process this content, they consume disproportionate resources handling the poll data. Similarly, when users on affected instances view the post in their timeline or notifications, their clients (web browsers or mobile apps) may freeze, crash, or become unresponsive due to the rendering overhead.

The vulnerability does not require user interaction to impact servers, though client-side impact occurs when users view the malicious content.

Detection Methods for CVE-2026-23962

Indicators of Compromise

  • Unusual spikes in memory or CPU usage on Mastodon server processes
  • Database queries related to polls showing abnormally high execution times
  • Incoming ActivityPub objects containing polls with option counts exceeding normal parameters (typically 4-10 options)
  • User reports of client freezing or crashing when viewing specific posts
  • Abnormal growth in database storage related to poll tables

Detection Strategies

  • Monitor ActivityPub inbox endpoints for incoming poll objects with excessive option counts
  • Implement application performance monitoring (APM) to detect resource consumption anomalies
  • Set up alerting for Sidekiq job queue backlogs related to federation processing
  • Review nginx or reverse proxy logs for unusual patterns in POST requests to the inbox endpoint
  • Deploy rate limiting and content inspection at the network edge

Monitoring Recommendations

  • Configure resource usage alerts for Mastodon worker processes (memory > threshold, CPU > threshold)
  • Monitor PostgreSQL query performance for poll-related queries
  • Track federation queue depth and processing latency metrics
  • Implement logging for ActivityPub objects that fail validation or trigger resource warnings
  • Review Puma or Sidekiq worker health metrics regularly

How to Mitigate CVE-2026-23962

Immediate Actions Required

  • Upgrade Mastodon to patched versions: v4.5.5, v4.4.12, or v4.3.18 depending on your release branch
  • Review server resource utilization for signs of ongoing exploitation
  • Consider temporarily blocking federation from untrusted or suspicious instances if under active attack
  • Monitor server logs and performance metrics during and after the upgrade process
  • Notify users if service degradation occurred due to exploitation

Patch Information

Mastodon has released patched versions that implement proper limits on poll options for remote posts:

  • Mastodon v4.5.5 - For instances running the 4.5.x branch
  • Mastodon v4.4.12 - For instances running the 4.4.x branch
  • Mastodon v4.3.18 - For instances running the 4.3.x branch

Additional details are available in the GitHub Security Advisory GHSA-gg8q-rcg7-p79g.

Workarounds

  • If immediate patching is not possible, implement rate limiting on the ActivityPub inbox endpoint at the reverse proxy level
  • Configure resource limits (memory, CPU) for Mastodon processes to prevent complete server exhaustion
  • Consider implementing a Web Application Firewall (WAF) rule to inspect and reject ActivityPub objects with excessive poll options
  • Temporarily restrict federation to a known allowlist of trusted instances until patching can be completed
  • Monitor and be prepared to manually block federation from specific domains sending malicious content
bash
# Example: Update Mastodon to patched version
cd /home/mastodon/live
git fetch --tags
git checkout v4.5.5
bundle install
yarn install
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec rails assets:precompile
sudo systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMastodon

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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-770
  • Technical References
  • GitHub Release v4.3.18

  • GitHub Release v4.4.12

  • GitHub Release v4.5.5

  • GitHub Security Advisory GHSA-gg8q-rcg7-p79g
  • Related CVEs
  • CVE-2026-27468: Joinmastodon Mastodon DOS Vulnerability

  • CVE-2026-23963: Mastodon DOS Vulnerability

  • CVE-2026-41259: Mastodon Auth Bypass Vulnerability

  • CVE-2026-33868: Mastodon Auth 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