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-2026-28433

CVE-2026-28433: Misskey Information Disclosure Flaw

CVE-2026-28433 is an information disclosure vulnerability in Misskey that allows importing other users' data due to missing ownership validation. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-28433 Overview

CVE-2026-28433 is an Insecure Direct Object Reference (IDOR) vulnerability affecting Misskey, an open source federated social media platform. The vulnerability exists due to a lack of ownership validation in the data import functionality, allowing authenticated users to potentially import other users' data by specifying arbitrary file IDs.

Critical Impact

Authenticated attackers who obtain valid file IDs can import data belonging to other users, potentially exposing private information or enabling data manipulation on affected Misskey instances.

Affected Products

  • Misskey versions 10.93.0 through 2026.3.0
  • All Misskey server instances running vulnerable versions
  • Federated instances that have not updated to version 2026.3.1

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-28433 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-28433

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), which describes scenarios where an application uses user-supplied input to access data without properly verifying that the requesting user has authorization to access that resource.

In Misskey's data import functionality, the system accepts a file ID parameter but fails to validate whether the authenticated user actually owns the file associated with that ID. This allows an attacker with a valid account to potentially reference and import files belonging to other users on the same instance.

The practical exploitability is somewhat limited because attackers would need to know or guess valid file IDs belonging to target users. However, in federated environments where file IDs may follow predictable patterns or be exposed through other means, this could facilitate unauthorized data access.

Root Cause

The root cause of this vulnerability is missing authorization checks in the import functionality. When processing import requests, the application verifies that the user is authenticated but does not confirm ownership of the specified file resource. This is a classic IDOR pattern where object references (in this case, file IDs) are directly used without proper access control validation.

Attack Vector

The attack requires network access and low-privilege authentication on a vulnerable Misskey instance. An attacker would need to:

  1. Create or have access to a valid account on the target Misskey server
  2. Obtain or enumerate valid file IDs belonging to other users
  3. Submit an import request specifying the target file ID

The vulnerability exploits the lack of ownership validation between the authenticated user and the referenced file object. While the attack complexity is elevated by the requirement to know valid file IDs, file IDs in some systems may be sequential or discoverable through other application features.

Detection Methods for CVE-2026-28433

Indicators of Compromise

  • Unusual import activity from user accounts accessing file IDs they did not create
  • Authentication logs showing import requests with file IDs belonging to different users
  • Anomalous data import patterns where users import data inconsistent with their account history
  • Server logs containing import requests with mismatched user/file ownership

Detection Strategies

  • Implement logging that captures both the requesting user ID and the file ID for all import operations
  • Create alerts for import requests where the file owner differs from the requesting user
  • Monitor for users making multiple import requests with different file IDs in rapid succession
  • Review access logs for patterns suggesting file ID enumeration attempts

Monitoring Recommendations

  • Enable detailed audit logging for all data import and export operations
  • Set up anomaly detection for import operations with high volumes of unique file IDs
  • Monitor federation activity for suspicious data synchronization patterns
  • Implement rate limiting on import endpoints to slow enumeration attempts

How to Mitigate CVE-2026-28433

Immediate Actions Required

  • Upgrade all Misskey instances to version 2026.3.1 or later immediately
  • Review import logs for any suspicious activity that may indicate prior exploitation
  • Notify users if any unauthorized data imports are detected
  • Temporarily disable the import functionality on vulnerable instances if immediate patching is not possible

Patch Information

The vulnerability is fixed in Misskey version 2026.3.1. Administrators should update their instances by pulling the latest release from the official Misskey repository. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Restrict access to import functionality through reverse proxy rules until patching is complete
  • Implement additional authentication requirements for import operations at the network layer
  • Monitor and audit all import requests manually until the patch can be applied
  • Consider temporary service restrictions on untrusted user accounts
bash
# Example: Block import endpoint via nginx until patched
# Add to your nginx server configuration
location ~ ^/api/i/import {
    # Temporarily deny all access to import endpoint
    deny all;
    return 503;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMisskey

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/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-639
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28431: Misskey Information Disclosure Vulnerability

  • CVE-2026-28432: Misskey Auth Bypass Vulnerability

  • CVE-2024-52591: Misskey Auth Bypass Vulnerability

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