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

CVE-2025-25306: Misskey Auth Bypass Vulnerability

CVE-2025-25306 is an authentication bypass flaw in Misskey that allows attackers to forge ActivityPub objects by claiming false authority. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-25306 Overview

CVE-2025-25306 is a critical Origin Validation Error vulnerability in Misskey, an open source, federated social media platform. The patch for a previous vulnerability (CVE-2024-52591) did not sufficiently validate the relation between the id and url fields of ActivityPub objects. This incomplete fix allows an attacker to forge an object where they claim authority in the url field even if the specific ActivityPub object type requires authority in the id field, potentially enabling impersonation or content manipulation across the federated network.

Critical Impact

Attackers can bypass ActivityPub object authority validation to forge objects and claim false authority, potentially compromising the integrity of federated social interactions and enabling impersonation attacks across connected instances.

Affected Products

  • Misskey versions prior to 2025.2.1
  • Federated instances running vulnerable Misskey deployments
  • ActivityPub implementations relying on Misskey's object validation

Discovery Timeline

  • 2025-03-10 - CVE-2025-25306 published to NVD
  • 2025-11-26 - Last updated in NVD database

Technical Details for CVE-2025-25306

Vulnerability Analysis

This vulnerability is classified as CWE-346 (Origin Validation Error) and represents an incomplete security fix for the earlier CVE-2024-52591. The core issue lies in the ActivityPub protocol implementation within Misskey, specifically in how the platform validates the relationship between the id and url fields of incoming ActivityPub objects.

In the ActivityPub protocol, different object types have varying requirements for authority verification. Some object types require that authority be established through the id field, which should contain a canonical identifier controlled by the originating server. However, the incomplete patch allowed attackers to bypass this validation by crafting malicious objects that claim authority through the url field instead.

This creates a significant security gap in federated environments, as malicious actors can impersonate users or content from other instances by forging ActivityPub objects that pass Misskey's validation checks but contain falsified authority claims.

Root Cause

The root cause stems from an incomplete validation implementation in the ActivityPub object processing logic. When the patch for CVE-2024-52591 was applied, it addressed authority validation for the id field but failed to properly correlate this validation with the url field. The two fields were not sufficiently validated in relation to each other, allowing inconsistent authority claims to slip through the security checks.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker operating a malicious ActivityPub-compatible server can craft specially constructed ActivityPub objects that:

  1. Set the id field to a legitimate-looking identifier
  2. Override the url field with a value claiming authority from a different origin
  3. Submit these forged objects to a vulnerable Misskey instance through standard federation protocols

Since Misskey participates in the Fediverse (federated network of social media platforms), a successful exploitation could propagate malicious content or impersonated identities across multiple connected instances. The vulnerability allows attackers to forge objects without requiring any special privileges, making it particularly dangerous in open federation environments.

Detection Methods for CVE-2025-25306

Indicators of Compromise

  • Unexpected ActivityPub objects with mismatched id and url authority origins
  • Incoming federated content where the claimed origin does not match the actual source server
  • Anomalous activity patterns suggesting impersonation of users from other instances
  • Federation logs showing objects with inconsistent authority claims between fields

Detection Strategies

  • Monitor ActivityPub inbox logs for objects where the id field domain differs from the url field domain
  • Implement logging to flag incoming federated objects with authority inconsistencies
  • Review federation peer relationships for unexpected content attribution
  • Deploy anomaly detection on user activity patterns to identify potential impersonation

Monitoring Recommendations

  • Enable verbose logging for ActivityPub object processing operations
  • Monitor federation traffic for unusual patterns or volumes from specific remote instances
  • Establish baseline metrics for normal federated activity to detect deviations
  • Implement alerts for objects failing enhanced authority validation after patching

How to Mitigate CVE-2025-25306

Immediate Actions Required

  • Upgrade Misskey to version 2025.2.1 or later immediately
  • Review federation logs for any suspicious ActivityPub objects received prior to patching
  • Consider temporarily restricting federation with untrusted instances until patch is applied
  • Notify connected federated instances about the vulnerability and encourage coordinated upgrades

Patch Information

Misskey has released version 2025.2.1 which addresses this vulnerability by implementing proper validation of the relationship between id and url fields in ActivityPub objects. The fix ensures that authority claims are consistently validated across both fields based on the requirements of each specific object type.

For patch details, refer to the GitHub Release 2025.2.1 and the GitHub Security Advisory GHSA-6w2c-vf6f-xf26.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling federation features
  • Implement network-level filtering to block ActivityPub requests from untrusted origins
  • Deploy a reverse proxy with custom rules to validate ActivityPub object authority before forwarding to Misskey
  • Monitor and manually review incoming federated content for signs of forgery until the patch is applied
bash
# Upgrade Misskey to patched version
cd /path/to/misskey
git fetch --tags
git checkout 2025.2.1
pnpm install
pnpm run build
pnpm run migrate
# Restart Misskey service
systemctl restart misskey

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMisskey

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-346
  • Technical References
  • GitHub Security Advisory GHSA-6w2c-vf6f-xf26
  • Vendor Resources
  • GitHub Release 2025.2.1
  • Related CVEs
  • CVE-2026-28432: Misskey Auth Bypass Vulnerability

  • CVE-2024-52591: Misskey Auth Bypass Vulnerability

  • CVE-2025-24973: Concorde Auth Bypass Vulnerability

  • CVE-2026-28431: Misskey Information Disclosure 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