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

CVE-2025-30353: Directus Information Disclosure Flaw

CVE-2025-30353 is an information disclosure vulnerability in Monospace Directus that exposes sensitive data including API keys and environmental variables. This article covers technical details, affected versions, impact, and mitigation.

Published: May 4, 2026

CVE-2025-30353 Overview

CVE-2025-30353 is an information disclosure vulnerability in Directus, the open-source real-time API and dashboard for managing SQL database content. The flaw affects versions 9.12.0 through 11.4.x. When a Flow configured with a "Webhook" trigger and "Data of Last Operation" response body encounters a ValidationError from a failed condition operation, the API response leaks sensitive runtime data. Exposed content includes environment variables, API keys, user accountability data, and internal operational state. The maintainers fixed the issue in version 11.5.0.

Critical Impact

Unauthenticated network attackers can trigger validation errors in webhook-triggered Flows to retrieve environment variables, API keys, and accountability data from Directus instances.

Affected Products

  • Monospace Directus versions 9.12.0 through 11.4.x (Node.js)
  • Directus deployments using Flows with Webhook triggers
  • Directus instances configured with "Data of Last Operation" response body

Discovery Timeline

  • 2025-03-26 - CVE-2025-30353 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2025-30353

Vulnerability Analysis

The vulnerability resides in how Directus Flows handle errors in webhook-triggered automations. Directus Flows allow administrators to chain operations such as condition checks, data transformations, and notifications behind an HTTP webhook trigger. When the Flow is configured to return the "Data of Last Operation" as the HTTP response body, the runtime serializes the most recent operation context back to the caller.

When a condition operation fails its check, Directus throws a ValidationError. Instead of returning a sanitized error payload, the Flow engine includes the entire operation context in the response. This context contains the accumulated $trigger, $accountability, $env, and prior operation outputs. Sensitive material such as database credentials, JWT secrets, third-party API tokens, and the requesting user's session metadata becomes part of the HTTP response body. The defect maps to [CWE-200: Exposure of Sensitive Information to an Unauthorized Actor].

Root Cause

The root cause is improper error response construction in the Flow execution pipeline. The webhook handler does not differentiate between successful operation output and error-state internal context when serializing the "Data of Last Operation" response. Validation errors propagate the unfiltered operation environment to the HTTP layer.

Attack Vector

An unauthenticated attacker reachable over the network identifies a webhook-triggered Flow endpoint on a Directus instance. The attacker crafts a request with payload values designed to fail the Flow's condition operation. The resulting ValidationError causes Directus to return the internal operation context, including environment variables and secrets, in the HTTP response body. No authentication or user interaction is required.

The vulnerability requires the target Flow to use the "Webhook" trigger and have its response body set to "Data of Last Operation." See the GitHub Security Advisory GHSA-fm3h-p9wm-h74h for additional technical details.

Detection Methods for CVE-2025-30353

Indicators of Compromise

  • HTTP responses from Directus /flows/trigger/{id} endpoints containing keys such as $env, $accountability, or environment variable names
  • Repeated webhook requests from a single source producing ValidationError responses
  • Outbound responses with abnormally large payloads from Flow webhook endpoints

Detection Strategies

  • Inspect Directus application logs for sequences of ValidationError events tied to webhook-triggered Flows
  • Deploy WAF or reverse proxy rules that scan outbound Directus responses for known secret patterns and environment variable names
  • Audit existing Flows and identify those that combine a Webhook trigger with the "Data of Last Operation" response body setting

Monitoring Recommendations

  • Forward Directus access and application logs to a centralized SIEM and alert on repeated 4xx responses to /flows/trigger/ paths
  • Monitor for unusual response sizes or response bodies containing JSON keys associated with Directus internals
  • Track the version of deployed Directus instances and alert on any running a release earlier than 11.5.0

How to Mitigate CVE-2025-30353

Immediate Actions Required

  • Upgrade all Directus deployments to version 11.5.0 or later
  • Inventory Flows configured with the Webhook trigger and "Data of Last Operation" response body and review their exposure
  • Rotate environment secrets, API keys, and tokens that may have been disclosed through vulnerable Flow responses

Patch Information

Directus version 11.5.0 resolves CVE-2025-30353 by sanitizing Flow webhook responses so that validation errors no longer expose internal operation context. Refer to the GitHub Security Advisory GHSA-fm3h-p9wm-h74h for the official fix details and upgrade guidance.

Workarounds

  • Change the affected Flow's response body from "Data of Last Operation" to a static or explicitly defined response payload
  • Restrict access to webhook-triggered Flow endpoints using network controls, authentication proxies, or IP allow-lists
  • Disable non-essential webhook-triggered Flows until the Directus instance is upgraded to 11.5.0
bash
# Configuration example: upgrade Directus to a fixed version
npm install directus@11.5.0

# Or with Docker
docker pull directus/directus:11.5.0
docker compose up -d

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMonospace Directus

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.29%

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

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-55746: Directus 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