The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-24897

CVE-2025-24897: Misskey CSRF Vulnerability

CVE-2025-24897 is a CSRF vulnerability in Misskey's Bull dashboard that allows attackers to exploit unprotected APIs and add arbitrary jobs. This post explains its impact, affected versions, and mitigation steps.

Updated: May 11, 2026

CVE-2025-24897 Overview

CVE-2025-24897 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Misskey, an open source federated social media platform. The flaw exists in versions 12.109.0 through versions prior to 2025.2.0-alpha.0. The vulnerability stems from missing CSRF protection and improper security attributes on the authentication cookies used by the Bull dashboard component. Attackers can abuse exposed bull-board APIs to perform unauthorized actions, including adding arbitrary jobs to the queue. The issue is classified under [CWE-352] and impacts both integrity and availability of affected Misskey instances.

Critical Impact

Attackers can submit arbitrary jobs to the Bull queue through CSRF requests, compromising integrity and availability of Misskey instances.

Affected Products

  • Misskey versions 12.109.0 through 2025.1.x
  • Misskey Bull dashboard (/queue endpoint)
  • Misskey instances prior to 2025.2.0-alpha.0

Discovery Timeline

  • 2025-02-11 - CVE-2025-24897 published to the National Vulnerability Database
  • 2025-11-26 - Last updated in NVD database

Technical Details for CVE-2025-24897

Vulnerability Analysis

The vulnerability resides in Misskey's integration with bull-board, a dashboard interface for managing Bull job queues. The Bull dashboard authentication cookies lack proper security attributes such as SameSite and Secure. The dashboard endpoints also lack CSRF token validation. An attacker can craft a malicious web page that triggers authenticated requests to a victim's Misskey /queue endpoint when the victim visits the attacker-controlled site.

Successful exploitation requires user interaction, since the victim must visit an attacker-controlled page while authenticated to the Misskey instance. The attacker does not need credentials of their own. Once triggered, the CSRF request can invoke privileged bull-board APIs, including job creation operations.

Root Cause

The root cause is twofold. First, the bull-board routes mounted under /queue do not enforce anti-CSRF tokens on state-changing requests. Second, the authentication cookie issued for the dashboard was scoped to the entire site without SameSite=Strict or Secure flags, allowing cross-origin requests to carry the cookie.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker hosts a webpage containing forged form submissions or fetch requests targeting /queue API routes on the victim's Misskey instance. When an authenticated administrator visits the page, the browser automatically includes the dashboard authentication cookie. The forged request is processed as if it originated from the legitimate user.

typescript
// Security patch in packages/frontend/src/account.ts
function fetchAccount(token: string, id?: string, forceShowDialog?: boolean): Promise<Account> {
	document.cookie = "token=; path=/; max-age=0";
	document.cookie = `token=${token}; path=/queue; max-age=86400; SameSite=Strict; Secure`; // bull dashboardの認証とかで使う

	return new Promise((done, fail) => {
		window.fetch(`${apiUrl}/i`, {
			method: 'POST',

Source: GitHub Commit 77e4210

The patch scopes the token cookie to the /queue path and adds SameSite=Strict and Secure attributes. This prevents the cookie from being sent on cross-site requests, blocking the CSRF attack chain.

Detection Methods for CVE-2025-24897

Indicators of Compromise

  • Unexpected jobs appearing in the Bull queue without corresponding administrator activity
  • HTTP requests to /queue endpoints with Origin or Referer headers pointing to external domains
  • Authentication cookies for the Bull dashboard being transmitted on cross-site requests
  • Anomalous spikes in queue job creation outside normal operational windows

Detection Strategies

  • Inspect web server access logs for POST requests to /queue/* paths originating from unfamiliar Referer headers
  • Compare administrator session activity against queue modification events for correlation gaps
  • Audit Bull dashboard activity logs for job submissions that do not match legitimate administrative workflows

Monitoring Recommendations

  • Enable verbose logging on the reverse proxy in front of Misskey for all /queue requests
  • Forward web access logs to a centralized SIEM and alert on cross-origin Referer patterns
  • Monitor the Bull queue for unexpected job types or unusually high creation rates

How to Mitigate CVE-2025-24897

Immediate Actions Required

  • Upgrade Misskey to version 2025.2.0-alpha.0 or later, which contains the patched cookie attributes
  • Restrict access to the /queue directory at the network or reverse-proxy layer until the upgrade is complete
  • Force re-authentication of administrators after upgrading to invalidate cookies issued without secure attributes

Patch Information

The vulnerability is fixed in Misskey version 2025.2.0-alpha.0 via commit 77e4210. The patch sets the authentication cookie path to /queue and adds SameSite=Strict and Secure flags. Review the GitHub Security Advisory GHSA-38w6-vx8g-67pp and the upstream commit for complete details.

Workarounds

  • Block all external access to the /queue directory using a web application firewall (WAF) rule
  • Restrict the Bull dashboard to internal IP ranges or VPN-only access via reverse-proxy ACLs
  • Require administrators to access the Bull dashboard through a dedicated browser profile to limit cookie exposure
bash
# Example nginx configuration to block external access to /queue
location /queue {
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    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
  • TypeCSRF

  • Vendor/TechMisskey

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • GitHub Security Advisory GHSA-38w6-vx8g-67pp
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-28431: Misskey Information Disclosure Vulnerability

  • CVE-2026-28432: Misskey Auth Bypass Vulnerability

  • CVE-2026-28433: Misskey Information Disclosure Flaw

  • CVE-2024-52591: Misskey Auth Bypass 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