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
    • 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-23961

CVE-2026-23961: Mastodon Auth Bypass Vulnerability

CVE-2026-23961 is an authentication bypass flaw in Mastodon that allows suspended users to bypass restrictions and get posts into timelines. This article covers the technical details, affected versions, and mitigation steps.

Published: January 23, 2026

CVE-2026-23961 Overview

CVE-2026-23961 is a broken access control vulnerability affecting Mastodon, a free, open-source social network server based on ActivityPub. The vulnerability allows suspended remote users to bypass suspension controls under specific circumstances, enabling their posts to appear in timelines when they should be blocked.

Mastodon allows server administrators to suspend remote users to prevent unwanted interactions. However, logic errors in the suspension enforcement mechanism allow already-known posts from suspended users to appear in timelines if boosted by other users. Additionally, under certain circumstances, previously-unknown posts from suspended users can be processed and displayed, effectively bypassing the intended suspension controls.

Critical Impact

Suspended users can partially bypass suspension controls to have their content displayed on timelines, undermining moderation capabilities and potentially exposing users to unwanted or harmful content.

Affected Products

  • Mastodon v4.5.0 to v4.5.4
  • Mastodon v4.4.5 to v4.4.11
  • Mastodon v4.3.13 to v4.3.17
  • Mastodon v4.2.26 to v4.2.29
  • All earlier Mastodon versions (old posts from suspended users appearing on timelines)

Discovery Timeline

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

Technical Details for CVE-2026-23961

Vulnerability Analysis

This vulnerability stems from improper authorization logic (CWE-863: Incorrect Authorization) in Mastodon's handling of suspended user content. The flaw manifests in two distinct ways depending on the Mastodon version in use.

On all Mastodon versions, old posts from suspended users can occasionally appear on timelines when boosted by other federated users. The suspension check fails to properly filter content that was already processed before the suspension was applied, allowing these historical posts to resurface through the boost mechanism.

On more recent affected versions (v4.5.0-v4.5.4, v4.4.5-v4.4.11, v4.3.13-v4.3.17, and v4.2.26-v4.2.29), the vulnerability is more severe: remote suspended users can partially bypass the suspension to get new posts processed and displayed. This allows suspended accounts to continue propagating content into timelines despite active administrative action against them.

Root Cause

The root cause is a logic error in Mastodon's suspension enforcement mechanism. The system fails to consistently verify suspension status at all content processing points, particularly when handling boosted content and processing incoming ActivityPub federation messages. The authorization checks are incomplete, allowing certain code paths to bypass the intended suspension restrictions.

Attack Vector

This is a network-based attack vector that can be exploited remotely without authentication. An attacker who has been suspended on a Mastodon instance can potentially exploit this vulnerability through the following mechanism:

The attack leverages the ActivityPub federation protocol. When a suspended user's posts are boosted by another federated user, or when new ActivityPub messages arrive from the suspended account, the incomplete authorization checks allow the content to slip through. This occurs because the boost processing logic and certain federation message handlers do not properly verify the suspension status of the original content author before allowing the post to appear in timelines.

Detection Methods for CVE-2026-23961

Indicators of Compromise

  • Posts from known suspended users appearing in local or federated timelines
  • ActivityPub inbox processing logs showing successful delivery from suspended remote actors
  • Boost activities referencing content authored by users in the suspension list
  • Unexpected content from blocked/suspended domains appearing in user feeds

Detection Strategies

  • Monitor Mastodon application logs for ActivityPub delivery events from suspended user accounts
  • Implement timeline auditing to detect posts from users on the suspension list
  • Review federation logs for incoming posts that should have been blocked by suspension rules
  • Check for boost notifications that reference content from suspended accounts

Monitoring Recommendations

  • Enable verbose logging for ActivityPub federation processing
  • Set up alerts for any content appearing from accounts on the server suspension list
  • Regularly audit timelines for content that violates suspension policies
  • Monitor the Mastodon sidekiq job queues for processing of suspended user content

How to Mitigate CVE-2026-23961

Immediate Actions Required

  • Upgrade Mastodon to patched versions: v4.5.5, v4.4.12, or v4.3.18
  • Review current suspended user lists and verify suspension enforcement
  • Audit timelines for any content from suspended users that should not appear
  • Consider temporarily blocking problematic federated instances until patch is applied

Patch Information

Mastodon has released patched versions that address this authorization bypass vulnerability. Administrators should upgrade to one of the following versions:

  • Mastodon v4.5.5 - For instances running v4.5.x
  • Mastodon v4.4.12 - For instances running v4.4.x
  • Mastodon v4.3.18 - For instances running v4.3.x

For additional technical details, refer to the GitHub Security Advisory GHSA-5h2f-wg8j-xqwp.

Workarounds

  • Implement additional filtering at the reverse proxy or application layer to block content from suspended accounts
  • Temporarily defederate from problematic instances where suspended users are known to originate
  • Increase moderation monitoring to manually remove posts that bypass suspension controls
  • Consider using allowlist federation mode if suspension bypass becomes a significant issue
bash
# Upgrade Mastodon to patched version (example for v4.5.5)
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-sidekiq mastodon-web mastodon-streaming

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMastodon

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

  • GitHub Mastodon Release v4.4.12

  • GitHub Mastodon Release v4.5.5

  • GitHub Security Advisory GHSA-5h2f-wg8j-xqwp
  • Related CVEs
  • CVE-2026-33868: Mastodon Auth Bypass Vulnerability

  • CVE-2026-33869: Mastodon Authentication Bypass Vulnerability

  • CVE-2026-25540: Mastodon Auth Bypass Vulnerability

  • CVE-2026-23964: 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