A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-24896

CVE-2025-24896: Misskey Auth Bypass Vulnerability

CVE-2025-24896 is an authentication bypass flaw in Misskey where login tokens persist after logout, allowing unauthorized access on shared devices. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-24896 Overview

CVE-2025-24896 is a session management vulnerability affecting Misskey, an open source, federated social media platform. The vulnerability involves improper handling of login tokens during the logout process, where a login token named token stored in a cookie for authentication purposes in Bull Dashboard remains undeleted even after logout is performed. This creates a significant security risk where authentication credentials persist beyond their intended lifecycle.

Critical Impact

Users who have logged into Misskey on shared or public computers remain vulnerable to session hijacking even after logging out, as the authentication token persists in the browser cookie storage.

Affected Products

  • Misskey versions 12.109.0 through 2025.2.0-alpha.0 (exclusive)
  • Misskey instances using Bull Dashboard authentication
  • Self-hosted Misskey deployments with default session management

Discovery Timeline

  • 2025-02-11 - CVE-2025-24896 published to NVD
  • 2025-02-20 - Last updated in NVD database

Technical Details for CVE-2025-24896

Vulnerability Analysis

This vulnerability is classified under CWE-613 (Insufficient Session Expiration). The core issue lies in the session management implementation where the logout functionality fails to properly invalidate or remove all authentication-related cookies. Specifically, when a user logs out of Misskey, the token cookie used for Bull Dashboard authentication is not cleared, leaving a valid session token accessible in the browser's cookie storage.

The attack can be executed over the network and requires user interaction (such as a victim using a shared computer). If exploited, an attacker could gain unauthorized access to a user's account with high impact on confidentiality and integrity, though availability is not affected.

Root Cause

The root cause of this vulnerability is the incomplete implementation of the logout functionality. The original code removed the account from local storage and cleared internal session data, but failed to explicitly delete the token cookie that Bull Dashboard uses for authentication. This oversight meant that even after a user believed they had securely logged out, a valid authentication token remained stored in the browser.

Attack Vector

The attack scenario primarily affects users who log into Misskey using public computers, shared devices, or borrowed machines. An attacker with subsequent physical access to the same browser can:

  1. Access the stored token cookie from the browser's cookie storage
  2. Use this token to authenticate to the Misskey instance
  3. Gain full access to the victim's account and data

The vulnerability requires no special privileges to exploit and can be performed by any user with access to the browser after the victim has logged out.

typescript
// Security patch from packages/frontend/src/account.ts
// Source: https://github.com/misskey-dev/misskey/commit/ba9f295ef2bf31cc90fa587e20b9a7655b7a1824

 	if (!$i) return;
 
 	waiting();
+	document.cookie.split(';').forEach((cookie) => {
+		const cookieName = cookie.split('=')[0].trim();
+		if (cookieName === 'token') {
+			document.cookie = `${cookieName}=; max-age=0; path=/`;
+		}
+	});
 	miLocalStorage.removeItem('account');
 	await removeAccount($i.id);
 	const accounts = await getAccounts();

The patch explicitly iterates through all cookies and removes the token cookie by setting its max-age to 0, ensuring complete session cleanup during logout.

Detection Methods for CVE-2025-24896

Indicators of Compromise

  • Presence of token cookie in browser storage after user logout operations
  • Multiple authentication attempts from the same browser session with different source IPs
  • Unusual account activity following logout events from shared or public networks
  • Session tokens persisting beyond expected session lifecycle

Detection Strategies

  • Monitor for authentication attempts using tokens that should have been invalidated
  • Implement logging for all logout operations and track whether token cleanup completed successfully
  • Audit browser cookie policies and review session management configurations
  • Deploy anomaly detection for account access patterns following logout events

Monitoring Recommendations

  • Enable verbose logging for authentication and session management functions
  • Monitor for multiple account accesses from the same browser session token
  • Track geographical and IP-based anomalies in post-logout authentication attempts
  • Review Bull Dashboard access logs for suspicious authentication patterns

How to Mitigate CVE-2025-24896

Immediate Actions Required

  • Upgrade Misskey to version 2025.2.0-alpha.0 or later immediately
  • Advise users who have logged into Misskey on shared computers to clear browser cookies manually
  • Review session management configurations and ensure proper token invalidation
  • Force logout of all active sessions if compromise is suspected

Patch Information

The vulnerability is fixed in Misskey version 2025.2.0-alpha.0. The fix is available in commit ba9f295ef2bf31cc90fa587e20b9a7655b7a1824. Administrators should update their Misskey instances immediately to receive the security patch.

For detailed information about the security fix, refer to the GitHub Security Advisory and the GitHub Commit Changes.

Workarounds

  • Users should manually clear browser cookies after logging out, especially on shared devices
  • Administrators can implement custom logout handlers that explicitly clear all authentication cookies
  • Consider using browser private/incognito mode when accessing Misskey on shared computers
  • Deploy browser policies that automatically clear cookies on session end for public terminals
bash
# Manual cookie cleanup workaround
# Users can clear cookies from command line (example for development/testing)
# Clear all cookies for the Misskey domain in browser developer tools:
# Application > Cookies > Select domain > Delete 'token' cookie

# For server administrators using reverse proxy (nginx example):
# Add header to force cookie deletion on logout endpoint
# location /api/signout {
#     add_header Set-Cookie "token=; Max-Age=0; Path=/; HttpOnly; Secure";
#     proxy_pass http://misskey_backend;
# }

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.1

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-613
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28432: Misskey Auth Bypass Vulnerability

  • CVE-2024-52591: Misskey Auth Bypass Vulnerability

  • CVE-2025-25306: Misskey Auth Bypass Vulnerability

  • CVE-2025-24973: Concorde Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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