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-24024

CVE-2025-24024: Mjolnir Auth Bypass Vulnerability

CVE-2025-24024 is an authentication bypass vulnerability in Mjolnir v1.9.0, a Matrix moderation tool, allowing unauthorized users to execute bot commands including admin functions. This article covers technical details.

Published: March 18, 2026

CVE-2025-24024 Overview

CVE-2025-24024 is an authorization bypass vulnerability in Mjolnir, a moderation tool for the Matrix decentralized communication protocol. Version 1.9.0 of Mjolnir contains a critical flaw where the bot responds to management commands from any room it is a member of, rather than restricting command execution to authorized operators. This vulnerability allows unauthorized users to execute bot functions, including potentially sensitive server administration components if enabled.

Critical Impact

Unauthorized users can execute administrative commands through the Mjolnir bot, potentially gaining control over server moderation functions and administrative capabilities without proper authorization.

Affected Products

  • Mjolnir v1.9.0
  • Matrix server deployments using vulnerable Mjolnir versions
  • Matrix rooms where Mjolnir bot is a member

Discovery Timeline

  • 2025-01-21 - CVE CVE-2025-24024 published to NVD
  • 2025-01-21 - Last updated in NVD database

Technical Details for CVE-2025-24024

Vulnerability Analysis

This vulnerability stems from improper control of interaction frequency (CWE-671), where the Mjolnir bot fails to properly validate the source of management commands. In version 1.9.0, a feature was introduced that inadvertently allowed the bot to process commands from any Matrix room it had joined, bypassing the intended authorization model that should restrict command processing to designated management rooms and authorized operators only.

The flaw is particularly severe because Mjolnir is designed to perform privileged moderation actions across Matrix servers, including user bans, room management, and when enabled, server administration tasks. An attacker with knowledge of Mjolnir commands who shares any room with the bot could leverage these capabilities without being a designated operator.

Root Cause

The root cause lies in the introduction of a "forward mentions to management room" feature in version 1.9.0. This feature, implemented via the forwardMentionsToManagementRoom configuration option, created a code path that did not properly validate whether incoming commands originated from authorized sources. The configuration change inadvertently expanded the attack surface by processing commands from any room context.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker needs only to be in a Matrix room where the vulnerable Mjolnir bot is also a member. From there, the attacker can issue management commands that the bot will execute, despite the attacker not being a designated operator. This could enable unauthorized moderation actions, user bans, or access to server administration functions if those capabilities are enabled.

typescript
// Security patch in src/config.ts - Revert "forward mentions to management room" feature (#565)
    acceptInvitesFromSpace: string;
    recordIgnoredInvites: boolean;
    managementRoom: string;
-    forwardMentionsToManagementRoom: boolean;
    verboseLogging: boolean;
    logLevel: "DEBUG" | "INFO" | "WARN" | "ERROR";
    syncOnStartup: boolean;

Source: GitHub Commit Updates

Detection Methods for CVE-2025-24024

Indicators of Compromise

  • Unexpected moderation actions (bans, kicks, ACL changes) in Matrix rooms not initiated by authorized operators
  • Mjolnir command responses appearing in non-management rooms
  • Audit logs showing bot commands originating from unauthorized users or rooms
  • Unusual bot activity patterns or commands from rooms outside the designated management space

Detection Strategies

  • Review Mjolnir bot logs for commands processed from rooms other than the designated management room
  • Monitor Matrix server audit logs for moderation actions that don't correlate with authorized operator activity
  • Implement alerting on administrative commands executed through the bot
  • Compare the room ID of command sources against the configured managementRoom value

Monitoring Recommendations

  • Enable verbose logging on Mjolnir instances to capture all command processing events
  • Set up alerts for any server administration commands if that feature is enabled
  • Monitor for unexpected changes to room ACLs, user bans, or server-level configurations
  • Regularly audit which rooms the Mjolnir bot has joined to minimize exposure

How to Mitigate CVE-2025-24024

Immediate Actions Required

  • Upgrade Mjolnir to version 1.9.1 or 1.9.2 immediately
  • If upgrade is not possible, downgrade to version 1.8.3 which does not contain the vulnerable feature
  • Audit bot membership and remove the bot from any unnecessary rooms
  • Review recent moderation actions for signs of unauthorized command execution

Patch Information

The Matrix.org Foundation has addressed this vulnerability through two commits. Version 1.9.1 reverts the vulnerable feature entirely, while version 1.9.2 reintroduces the feature with proper authorization controls. Organizations should update to version 1.9.2 for full functionality with security fixes, or 1.9.1 if immediate patching is required without the forwarding feature. The relevant patches are available in the GitHub Security Advisory GHSA-3jq6-xc85-m394.

Workarounds

  • Downgrade to Mjolnir version 1.8.3 if upgrading to 1.9.1 or higher is not immediately feasible
  • Restrict the rooms that Mjolnir has joined to minimize exposure
  • Disable server administration components until patching is complete
  • Implement network-level controls to limit access to the Matrix server hosting Mjolnir
bash
# Configuration example
# Update Mjolnir to a patched version
cd /path/to/mjolnir
git fetch --tags
git checkout v1.9.2
npm install
npm run build

# Or downgrade to safe version if upgrade isn't possible
git checkout v1.8.3
npm install
npm run build

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMjolnir

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.23%

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

  • GitHub Commit Updates

  • GitHub Security Advisory GHSA-3jq6-xc85-m394
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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