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

CVE-2026-39943: Directus Information Disclosure Flaw

CVE-2026-39943 is an information disclosure vulnerability in Directus that exposes sensitive fields in plaintext within revision records, including tokens and secrets. This article covers technical details, affected versions, and mitigation.

Published: April 9, 2026

CVE-2026-39943 Overview

CVE-2026-39943 is an Information Disclosure vulnerability in Directus, a real-time API and App dashboard for managing SQL database content. Prior to version 11.17.0, Directus stores revision records (in directus_revisions) whenever items are created or updated. Due to the revision snapshot code not consistently calling the prepareDelta sanitization pipeline, sensitive fields could be stored in plaintext within revision records. This includes user tokens, two-factor authentication secrets, external auth identifiers, auth data, stored credentials, and AI provider API keys.

Critical Impact

Sensitive authentication credentials and API keys may be exposed in plaintext within database revision records, potentially allowing unauthorized access to user accounts, external services, and AI providers.

Affected Products

  • Directus versions prior to 11.17.0
  • Applications using Directus directus_revisions table for audit logging
  • Systems storing sensitive fields through Directus item creation/update operations

Discovery Timeline

  • 2026-04-09 - CVE CVE-2026-39943 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-39943

Vulnerability Analysis

This vulnerability stems from CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in the inconsistent application of data sanitization within Directus's revision tracking mechanism. When items are created or updated in Directus, the system automatically generates revision snapshots stored in the directus_revisions table for audit and version control purposes.

The vulnerability enables network-based attacks where authenticated users with low privileges can potentially access highly sensitive information stored in revision records. The attack does not require user interaction and directly impacts the confidentiality of sensitive data.

Root Cause

The root cause is the failure of the revision snapshot code to consistently invoke the prepareDelta sanitization pipeline before storing data. This sanitization pipeline is designed to strip or mask sensitive fields from data before persistence. However, due to code paths that bypass this sanitization step, sensitive data including authentication tokens, 2FA secrets, external authentication identifiers, stored credentials, and third-party API keys are written to the database in plaintext format.

Attack Vector

The vulnerability is exploitable over the network by authenticated users. An attacker with valid credentials and access to the Directus API or dashboard could potentially query the directus_revisions table to retrieve historical snapshots containing sensitive information. This could expose:

  • User authentication tokens enabling session hijacking
  • Two-factor authentication secrets allowing 2FA bypass
  • External OAuth/SAML identifiers for identity providers
  • Stored database or service credentials
  • AI provider API keys (OpenAI, Anthropic, etc.)

The attack requires low privileges, making it accessible to any authenticated user who can read revision data. The exposure persists in the database until those revision records are purged, creating a long-term data leakage risk.

Detection Methods for CVE-2026-39943

Indicators of Compromise

  • Unusual queries against the directus_revisions table, particularly with filters targeting sensitive field names
  • Unexpected API calls to revision endpoints from unauthorized or unusual sources
  • Evidence of bulk data extraction from revision records
  • Anomalous user activity patterns following potential credential exposure

Detection Strategies

  • Implement database audit logging to track all SELECT queries against the directus_revisions table
  • Monitor Directus API access logs for abnormal access patterns to revision endpoints
  • Deploy SentinelOne Singularity Platform for real-time detection of suspicious database query patterns and data exfiltration attempts
  • Establish baseline query patterns and alert on deviations indicating reconnaissance activity

Monitoring Recommendations

  • Enable verbose logging for all database operations involving the directus_revisions table
  • Configure alerting for any direct database access to revision records outside the application context
  • Implement data loss prevention (DLP) rules to detect sensitive credential patterns in network traffic
  • Review and audit revision data periodically for presence of sensitive field values

How to Mitigate CVE-2026-39943

Immediate Actions Required

  • Upgrade Directus to version 11.17.0 or later immediately
  • Audit existing directus_revisions table entries for exposed sensitive data
  • Rotate all potentially exposed credentials including user tokens, 2FA secrets, and API keys
  • Restrict database-level access to the directus_revisions table to essential personnel only
  • Implement network segmentation to limit access to the Directus database

Patch Information

The vulnerability is fixed in Directus version 11.17.0. The patch ensures the prepareDelta sanitization pipeline is consistently applied to all revision snapshots before storage, preventing sensitive fields from being written in plaintext.

For detailed patch information, refer to:

  • GitHub Release v11.17.0
  • GitHub Security Advisory GHSA-mvv8-v4jj-g47j

Workarounds

  • If immediate upgrade is not possible, restrict access to the directus_revisions table at the database level using access controls
  • Implement a scheduled task to purge revision records containing sensitive field names
  • Deploy network-level controls to limit who can access the Directus API revision endpoints
  • Consider temporarily disabling revision tracking for collections containing sensitive data until the patch can be applied
bash
# Configuration example - Restrict database access to revisions table
# PostgreSQL example: Revoke SELECT on directus_revisions from application users
REVOKE SELECT ON directus_revisions FROM directus_app_user;
GRANT SELECT ON directus_revisions TO directus_admin_user;

# Purge existing revision records (use with caution - audit first)
# DELETE FROM directus_revisions WHERE data::text LIKE '%token%' OR data::text LIKE '%secret%';

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDirectus

  • SeverityMEDIUM

  • CVSS Score6.5

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

  • GitHub Security Advisory GHSA-mvv8-v4jj-g47j
  • Related CVEs
  • CVE-2026-35413: Directus GraphQL Introspection Bypass

  • CVE-2026-35442: Directus Information Disclosure Flaw

  • CVE-2026-26185: Directus Information Disclosure Flaw

  • CVE-2026-39942: Directus Privilege Escalation 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