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-2023-0400

CVE-2023-0400: Trellix DLP Auth Bypass Vulnerability

CVE-2023-0400 is an authentication bypass flaw in Trellix Data Loss Prevention 11.9.x that lets local users upload sensitive data from mapped drives to web email clients. This article covers technical details and mitigation.

Published: February 4, 2026

CVE-2023-0400 Overview

A protection bypass vulnerability exists in Trellix Data Loss Prevention (DLP) for Windows version 11.9.x that allows local users to circumvent DLP security controls. The vulnerability specifically enables attackers to upload sensitive data from mapped network drives to web-based email clients, effectively bypassing the data exfiltration protections that DLP is designed to enforce.

Critical Impact

Local users can bypass DLP controls to exfiltrate sensitive data via mapped drives to web email clients, potentially resulting in unauthorized disclosure of confidential information and regulatory compliance violations.

Affected Products

  • Trellix Data Loss Prevention versions 11.9.x (prior to 11.10.0)
  • Microsoft Windows (as the underlying operating system)
  • DLP endpoint agents deployed on Windows systems with mapped network drives

Discovery Timeline

  • 2023-02-02 - CVE CVE-2023-0400 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-0400

Vulnerability Analysis

The vulnerability stems from inconsistent handling of file access controls between local drives and mapped network drives within the DLP monitoring subsystem. While the DLP agent correctly intercepts and blocks sensitive data uploads originating from local drives, it fails to apply the same level of scrutiny to data sourced from mapped network drives (e.g., drives mounted via SMB/CIFS protocols).

This behavioral inconsistency creates a security gap where the DLP agent's file monitoring hooks do not properly enumerate or track file operations when data is read from mapped drives and subsequently uploaded through web browser interfaces to email services. The CWE-670 (Always-Incorrect Control Flow Implementation) classification indicates a fundamental logic flaw in how the control flow determines which file operations require DLP policy enforcement.

Additionally, the CWE-427 (Uncontrolled Search Path Element) designation suggests that the vulnerability may involve how the DLP agent resolves file paths, potentially failing to canonicalize or properly validate paths that reference mapped drives.

Root Cause

The root cause lies in the DLP agent's file system monitoring component, which implements different code paths for local versus network-mapped drives. The monitoring logic in version 11.9.x incorrectly assumes that mapped drives do not require the same level of content inspection as local drives during upload operations to web applications. This is a control flow implementation error where the conditional logic that triggers DLP scanning fails to account for mapped drive scenarios.

Interestingly, versions prior to 11.9 handled this scenario correctly, suggesting a regression was introduced in the 11.9.x release cycle that modified the file access monitoring behavior.

Attack Vector

The attack requires local access to a Windows system with the vulnerable Trellix DLP agent installed. An attacker with legitimate user credentials can exploit this vulnerability through the following general approach:

  1. The attacker maps a network drive containing sensitive data to their Windows workstation
  2. They navigate to a web-based email client in their browser
  3. When composing an email with an attachment, they select files from the mapped drive
  4. The DLP agent fails to inspect or block the upload operation
  5. Sensitive data is successfully exfiltrated via the email attachment

This bypass does not require elevated privileges and can be performed by any authenticated local user. The attack is particularly concerning in enterprise environments where users commonly access shared network resources through mapped drives.

Detection Methods for CVE-2023-0400

Indicators of Compromise

  • Unusual file upload activity from mapped network drives to web-based email services
  • DLP policy alerts that trigger for local drives but show gaps for mapped drive operations
  • Browser processes uploading files with paths referencing network drive letters (e.g., Z:\, Y:\)
  • Increased outbound HTTP/HTTPS traffic to webmail domains containing attachment data

Detection Strategies

  • Monitor for file access patterns involving mapped drives followed by network uploads to known webmail services
  • Implement network-level DLP as a compensating control to detect sensitive data leaving the network
  • Audit Trellix DLP agent versions across endpoints to identify systems running vulnerable 11.9.x versions
  • Deploy endpoint detection rules that correlate mapped drive file reads with subsequent browser upload activities

Monitoring Recommendations

  • Enable verbose logging on Trellix DLP agents to capture all file access operations including mapped drive activity
  • Implement SIEM rules to detect anomalous data transfer patterns from endpoints running vulnerable DLP versions
  • Configure SentinelOne Singularity to monitor file system operations and network uploads for data exfiltration indicators
  • Review DLP policy violation logs for inconsistencies that may indicate the bypass is being exploited

How to Mitigate CVE-2023-0400

Immediate Actions Required

  • Upgrade Trellix Data Loss Prevention to version 11.10.0 or later immediately
  • Conduct an inventory of all endpoints running DLP version 11.9.x and prioritize patching
  • Implement compensating controls such as network-level DLP or web proxy content inspection
  • Consider temporarily restricting mapped drive access for high-risk users until patches are deployed

Patch Information

Trellix has addressed this vulnerability in DLP version 11.10.0. Organizations should reference the Trellix Security Bulletin SB10394 for official patch information and upgrade instructions. The patch restores the correct behavior where DLP controls are applied consistently regardless of whether sensitive data originates from local or mapped drives.

Workarounds

  • Temporarily disable mapped drive functionality for users handling sensitive data until the patch can be applied
  • Implement network segmentation to restrict access to file shares containing sensitive data
  • Deploy additional email security controls that can inspect outbound attachments at the mail gateway level
  • Consider downgrading to a pre-11.9 version if immediate patching to 11.10.0 is not feasible (verify with Trellix support)
bash
# Verify Trellix DLP agent version on Windows endpoints
# Run from elevated command prompt
wmic product where "name like '%Trellix%DLP%'" get name,version

# Check for mapped drives on the system
net use

# Review DLP service status
sc query "TrellixDLP"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTrellix Data Loss Prevention

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-670

  • CWE-427
  • Vendor Resources
  • Trellix Security Bulletin SB10394
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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