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

CVE-2025-24973: Concorde Auth Bypass Vulnerability

CVE-2025-24973 is an authentication bypass flaw in Concorde that allows credentials to persist after logout, enabling token theft on shared devices. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2025-24973 Overview

CVE-2025-24973 is an Insufficient Session Expiration vulnerability (CWE-613) affecting Concorde, a fork of the federated microblogging platform Misskey (formerly known as Nexkey). The vulnerability stems from an improper implementation of the logout process, where authentication credentials remain in cookies even after a user has explicitly logged out. This flaw allows attackers with physical or remote access to a previously authenticated device to steal authentication tokens and potentially compromise user accounts.

Critical Impact

Authentication credentials persist in browser cookies after logout, enabling attackers to steal session tokens and gain unauthorized access to user accounts, including administrator accounts on shared devices.

Affected Products

  • Concorde (formerly Nexkey) versions prior to 12.25Q1.1
  • Federated microblogging platform instances running vulnerable Concorde versions
  • Self-hosted Misskey fork deployments using affected Concorde releases

Discovery Timeline

  • February 11, 2025 - CVE-2025-24973 published to NVD
  • February 11, 2025 - Last updated in NVD database

Technical Details for CVE-2025-24973

Vulnerability Analysis

This vulnerability is classified as Insufficient Session Expiration (CWE-613), a security flaw where an application fails to properly invalidate session credentials upon user logout. In the case of Concorde, when a user initiates a logout action, the application does not adequately clear or invalidate authentication tokens stored in browser cookies. This creates a window of opportunity for attackers who can access the same browser or device to extract and reuse these persisted credentials.

The security implications are particularly severe in shared computing environments such as public computers, library workstations, or multi-user systems where administrative users may access the platform. An attacker gaining access to a device previously used by an administrator could potentially obtain full administrative control over the Concorde instance.

Root Cause

The root cause of this vulnerability lies in the incomplete implementation of the logout functionality within Concorde's authentication handling. Rather than properly destroying or invalidating authentication tokens server-side and clearing all associated client-side cookies, the logout process leaves session credentials intact in the browser's cookie storage. This design flaw violates secure session management principles that require complete credential invalidation upon session termination.

Attack Vector

The attack requires local access to a device where a user has previously logged into a Concorde instance. An attacker who gains physical access to the device—or remote access through other means—can extract the persisted authentication cookies from the browser and use them to impersonate the legitimate user. The attack is particularly impactful against administrator accounts, as successful exploitation could grant full administrative privileges over the entire federated microblogging instance.

The exploitation scenario involves:

  1. A legitimate user logs into Concorde and later logs out
  2. Authentication tokens remain stored in browser cookies despite the logout action
  3. An attacker with access to the same browser extracts the cookies
  4. The attacker uses the stolen tokens to authenticate as the victim user

For detailed technical analysis of the fix implementation, see the GitHub Security Advisory.

Detection Methods for CVE-2025-24973

Indicators of Compromise

  • Unexpected login sessions appearing in user account activity logs after logout was performed
  • Multiple concurrent sessions from different geographic locations or IP addresses
  • Administrative actions performed during times when the legitimate administrator was not active
  • Authentication token reuse patterns in application logs showing tokens being used post-logout

Detection Strategies

  • Monitor authentication logs for session token usage that occurs after a logout event was recorded for the same token
  • Implement anomaly detection for administrative account access patterns, especially from shared or public devices
  • Review web server logs for authentication cookie resubmission from different client fingerprints
  • Deploy browser session monitoring to detect token extraction attempts on shared systems

Monitoring Recommendations

  • Enable detailed logging for all authentication events including login, logout, and session validation
  • Configure alerts for administrator account access from unusual locations or devices
  • Implement session activity monitoring to track token lifecycle from creation to intended destruction
  • Audit cookie handling behavior during logout processes to verify proper credential clearing

How to Mitigate CVE-2025-24973

Immediate Actions Required

  • Upgrade Concorde to version 12.25Q1.1 or later immediately
  • Instruct all users who have logged in on shared devices to navigate to Settings > Security and regenerate their login tokens
  • Audit administrative account activity for any suspicious access patterns
  • Review authentication logs for potential token theft incidents

Patch Information

The vulnerability has been addressed in Concorde version 12.25Q1.1. The fix properly invalidates authentication credentials during the logout process, ensuring tokens are destroyed both server-side and cleared from client-side cookie storage. The patch commit is available at the GitHub repository.

Administrators should upgrade to the patched version as soon as possible. After upgrading, existing users should regenerate their login tokens as a precautionary measure.

Workarounds

  • Clear all cookies and site data in the browser manually after every logout from Concorde
  • Use private/incognito browsing mode when accessing Concorde on shared devices to prevent cookie persistence
  • Avoid using administrator accounts on shared or public computers until the patch is applied
  • Implement browser-level controls to automatically clear cookies upon browser closure on shared systems
bash
# Configuration example
# For users on shared devices, clear browser cookies after logout
# In Firefox, navigate to: Settings > Privacy & Security > Cookies and Site Data > Clear Data
# In Chrome, navigate to: Settings > Privacy and security > Clear browsing data

# For administrators, verify Concorde version
cat package.json | grep version
# Ensure version is 12.25Q1.1 or higher

# Force token regeneration for all users (administrative action)
# Navigate to: Settings > Security > Regenerate Login Tokens

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.08%

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

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

  • CVE-2024-52591: Misskey Auth Bypass Vulnerability

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