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-2024-52591

CVE-2024-52591: Misskey Auth Bypass Vulnerability

CVE-2024-52591 is an authentication bypass flaw in Misskey that allows attackers to create fake user profiles and forge notes, impersonating users across instances. This article covers technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2024-52591 Overview

CVE-2024-52591 is an Improper Input Validation vulnerability affecting Misskey, an open source federated social media platform. The vulnerability exists in the ApRequestService.signedGet and HttpRequestService.getActivityJson functions, where missing validation allows attackers to create fake user profiles and forged notes that appear to originate from different instances than their actual source.

Critical Impact

This vulnerability enables complete user and instance impersonation across the Misskey fediverse, allowing attackers to create spoofed profiles that appear legitimate while retaining full control over the malicious accounts.

Affected Products

  • Misskey versions prior to 2024.11.0-alpha.3
  • Misskey 2024.11.0-alpha0
  • Misskey 2024.11.0-alpha1
  • Misskey 2024.11.0-alpha2

Discovery Timeline

  • 2024-12-18 - CVE CVE-2024-52591 published to NVD
  • 2025-11-26 - Last updated in NVD database

Technical Details for CVE-2024-52591

Vulnerability Analysis

This vulnerability stems from missing validation in critical ActivityPub request handling functions within Misskey's codebase. The ApRequestService.signedGet and HttpRequestService.getActivityJson functions fail to properly verify the authenticity and origin of incoming ActivityPub objects. This allows malicious actors to craft specially formed ActivityPub payloads that misrepresent the source instance and user identity.

When a vulnerable Misskey instance receives these spoofed objects, it accepts them as legitimate without proper validation checks. The spoofed users will appear to be from a different instance than where they actually exist, and forged notes will appear to be posted by different users. This fundamentally undermines the trust model of the federated social media ecosystem.

Root Cause

The root cause is CWE-20 (Improper Input Validation) in the ActivityPub request processing pipeline. The affected functions do not adequately validate that the claimed origin of ActivityPub objects matches their actual source. Specifically, the signed HTTP requests and activity JSON payloads lack proper verification of the actor and origin instance information, allowing an attacker to forge these values while maintaining valid signatures from their own controlled instance.

Attack Vector

The attack is conducted over the network without requiring any authentication or user interaction. An attacker operates a malicious Misskey instance or crafts raw ActivityPub requests that contain forged identity information. When these requests are sent to vulnerable Misskey instances, the lack of validation allows the spoofed content to be processed and displayed as if it originated from the impersonated user or instance.

The attacker retains full control over the spoofed user and note objects, meaning they can continue to interact with other users as the impersonated identity, post additional forged content, and potentially conduct social engineering attacks against users who trust the spoofed identity.

Detection Methods for CVE-2024-52591

Indicators of Compromise

  • Unexpected or suspicious user profiles appearing to originate from known trusted instances with inconsistent behavior patterns
  • Notes or activities attributed to users that those users deny creating
  • ActivityPub requests where the claimed actor origin does not match the actual request source IP or domain
  • User reports of impersonation or content they did not create appearing under their identity

Detection Strategies

  • Implement network monitoring to compare ActivityPub request source IPs against claimed origin instances
  • Enable detailed logging of all incoming ActivityPub requests including full headers and payload data
  • Cross-reference user activities with instance administrators when suspicious activity is detected
  • Monitor for sudden appearance of user profiles from instances that should already be federated

Monitoring Recommendations

  • Enable verbose logging for ApRequestService and HttpRequestService components
  • Set up alerts for ActivityPub requests with mismatched origin claims
  • Regularly audit federated user profiles for anomalies or duplicate identities
  • Establish communication channels with other instance administrators for coordinated threat detection

How to Mitigate CVE-2024-52591

Immediate Actions Required

  • Upgrade Misskey to version 2024.11.0-alpha.3 or later immediately
  • Review existing federated user accounts for signs of spoofing or impersonation
  • Alert your user base about the potential for spoofed accounts and encourage verification of suspicious communications
  • Contact administrators of federated instances to coordinate vulnerability remediation

Patch Information

This vulnerability has been addressed in Misskey version 2024.11.0-alpha.3. The fix implements proper validation in the ApRequestService.signedGet and HttpRequestService.getActivityJson functions to ensure that ActivityPub objects are properly authenticated and their origin claims are verified. Users are strongly advised to upgrade to this version or later. For more details, refer to the GitHub Security Advisory.

Workarounds

  • There are no known workarounds for this vulnerability according to the vendor advisory
  • Temporary defederation from untrusted or unknown instances may reduce exposure but is not a complete mitigation
  • Increased manual review of new federated accounts and content can help identify spoofing attempts
  • Consider temporarily restricting federation to only well-known and trusted instances until the patch can be applied

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:N/SC:L/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28432: Misskey Auth Bypass Vulnerability

  • CVE-2025-25306: 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