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

CVE-2025-55746: Directus Auth Bypass Vulnerability

CVE-2025-55746 is an authentication bypass vulnerability in Monospace Directus that allows unauthenticated actors to modify or upload files with arbitrary content. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 15, 2026

CVE-2025-55746 Overview

CVE-2025-55746 is an Arbitrary File Upload vulnerability affecting Directus, a real-time API and App dashboard for managing SQL database content. The vulnerability exists in the file update mechanism, allowing unauthenticated actors to modify existing files with arbitrary contents or upload new files without proper authorization. This flaw enables attackers to bypass authentication controls and manipulate the file system without changes being reflected in the Directus UI or database metadata.

Critical Impact

Unauthenticated attackers can modify existing files or upload malicious files with arbitrary content and extensions, potentially leading to web shell deployment, content manipulation, or supply chain attacks on dependent applications.

Affected Products

  • Monospace Directus versions 10.8.0 to before 11.9.3
  • Directus for Node.js deployments

Discovery Timeline

  • 2025-08-20 - CVE-2025-55746 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-55746

Vulnerability Analysis

This vulnerability falls under CWE-73 (External Control of File Name or Path), allowing attackers to manipulate file operations without proper authentication. The flaw resides in Directus's file update mechanism, which fails to properly validate authentication status before processing file modification requests. This architectural weakness enables network-based attacks requiring no privileges or user interaction to execute.

The vulnerability allows two distinct attack scenarios: modification of existing files and creation of new files. In both cases, the changes bypass the normal Directus workflow and do not appear in the administrative UI, making detection of unauthorized modifications significantly more difficult.

Root Cause

The root cause lies in improper access control within the file update endpoint. The file handling mechanism does not enforce authentication checks before processing file modification or upload requests. Additionally, the vulnerability allows files to be created or modified without corresponding database metadata updates, creating a disconnect between the actual file system state and what administrators can observe through the Directus interface.

Attack Vector

An attacker can exploit this vulnerability remotely over the network without requiring any authentication credentials. The attack does not require user interaction, making it particularly dangerous for internet-facing Directus installations. By sending specially crafted requests to the vulnerable file update endpoint, attackers can:

  1. Overwrite existing files with malicious content while preserving their original metadata in the database
  2. Upload new files with arbitrary extensions (including executable scripts) that remain hidden from the Directus UI
  3. Potentially deploy web shells or backdoors that persist outside of normal administrative visibility

The attack surface is significant given that Directus is commonly deployed as a headless CMS for web applications, meaning compromised files may be served directly to end users.

Detection Methods for CVE-2025-55746

Indicators of Compromise

  • Unexpected modifications to file timestamps in the Directus storage directory without corresponding database audit entries
  • Files present in the upload directory that do not appear in the Directus admin interface
  • Web server logs showing direct requests to file upload endpoints without valid session cookies or authentication headers
  • New executable files or scripts with unusual extensions in the Directus file storage location

Detection Strategies

  • Monitor file system integrity for Directus storage directories using tools like AIDE or Tripwire to detect unauthorized file modifications
  • Implement web application firewall (WAF) rules to detect and block unauthenticated file upload attempts
  • Review web server access logs for requests to Directus file endpoints that lack authentication parameters
  • Compare file system contents against Directus database records to identify orphaned or modified files

Monitoring Recommendations

  • Enable detailed logging on Directus file operations and correlate with authentication events
  • Set up file integrity monitoring on Directus storage directories with real-time alerting
  • Deploy network monitoring to detect anomalous traffic patterns to Directus API endpoints
  • Configure SIEM rules to alert on unauthenticated requests to file management APIs

How to Mitigate CVE-2025-55746

Immediate Actions Required

  • Upgrade Directus to version 11.9.3 or later immediately
  • Audit existing files in Directus storage directories for unauthorized modifications or unexpected files
  • Review access logs for evidence of exploitation attempts against the file update endpoints
  • Temporarily restrict network access to Directus instances if immediate patching is not possible

Patch Information

Monospace has released version 11.9.3 of Directus which addresses this vulnerability. The fix is available in commit d84dcc36f75fc5c858d43746b8f9c426c38d696b. Organizations should update their Directus installations immediately. For detailed information about the vulnerability and the fix, refer to the GitHub Security Advisory GHSA-mv33-9f6j-pfmc and the associated commit.

Workarounds

  • Implement reverse proxy authentication to require credentials before requests reach Directus
  • Use network segmentation to limit access to Directus instances from trusted networks only
  • Deploy a web application firewall with rules to block unauthenticated file upload requests
  • Enable strict file type validation at the web server level to prevent execution of uploaded malicious files
bash
# Example nginx configuration to restrict access to Directus file endpoints
location /files {
    # Require authentication for all file operations
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    
    proxy_pass http://directus_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/TechMonospace Directus

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

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

  • GitHub Security Advisory GHSA-mv33-9f6j-pfmc
  • Related CVEs
  • CVE-2025-30353: Directus Information Disclosure Flaw
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