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
    • 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-30387

CVE-2025-30387: Azure AI Document Intelligence Vulnerability

CVE-2025-30387 is a privilege escalation vulnerability in Microsoft Azure AI Document Intelligence Studio caused by path traversal. Attackers can elevate privileges remotely. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2025-30387 Overview

CVE-2025-30387 is a critical path traversal vulnerability affecting Microsoft Azure AI Document Intelligence Studio. This vulnerability stems from improper limitation of a pathname to a restricted directory (CWE-22), which allows an unauthorized attacker to elevate privileges over a network. The flaw enables attackers to bypass directory restrictions and potentially access sensitive files or execute unauthorized operations within the Azure cloud environment.

Critical Impact

Unauthorized attackers can exploit this path traversal vulnerability to elevate privileges remotely without requiring authentication, potentially gaining full control over affected Azure AI Document Intelligence Studio instances.

Affected Products

  • Microsoft Azure AI Document Intelligence Studio
  • Cloud-based deployments utilizing Azure AI Document Intelligence services
  • Organizations leveraging Azure's document processing and intelligence capabilities

Discovery Timeline

  • 2025-05-13 - CVE-2025-30387 published to NVD
  • 2025-05-19 - Last updated in NVD database

Technical Details for CVE-2025-30387

Vulnerability Analysis

This path traversal vulnerability exists within the Azure AI Document Intelligence Studio's file handling mechanisms. The vulnerability occurs when the application fails to properly sanitize or validate user-supplied input that specifies file paths or directory locations. Attackers can manipulate path parameters using special character sequences such as ../ (dot-dot-slash) to navigate outside intended directory boundaries.

The attack requires no authentication and can be executed remotely over the network, making it particularly dangerous in cloud environments where the service is publicly accessible. Successful exploitation could allow attackers to read sensitive configuration files, access credentials, modify critical system files, or achieve code execution through file upload abuse.

Root Cause

The root cause of CVE-2025-30387 is insufficient input validation and sanitization of user-controlled pathname parameters within the Azure AI Document Intelligence Studio application. The application fails to implement proper path canonicalization, allowing directory traversal sequences to escape the intended restricted directory structure. This violates the principle of least privilege by permitting access to files and directories beyond those explicitly intended for user interaction.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no prior authentication or user interaction. An attacker can craft malicious HTTP requests containing path traversal sequences targeting the Azure AI Document Intelligence Studio endpoints. The attack complexity is low, as standard path traversal techniques can be employed to exploit this vulnerability.

Attackers may leverage this vulnerability to:

  • Access sensitive configuration files containing credentials or API keys
  • Read system files to gather intelligence for further attacks
  • Write malicious files to achieve persistence or code execution
  • Escalate privileges within the Azure environment

The vulnerability can be exploited by including path traversal sequences such as ../../../etc/passwd or similar patterns in file path parameters. When the application processes these malicious paths without proper validation, it resolves the path outside the intended directory, granting unauthorized access. For detailed technical information, refer to the Microsoft Security Update for CVE-2025-30387.

Detection Methods for CVE-2025-30387

Indicators of Compromise

  • Unusual HTTP requests containing path traversal sequences (../, ..%2f, %2e%2e/) in URL parameters or request bodies targeting Azure AI Document Intelligence Studio endpoints
  • Unexpected file access patterns in Azure storage logs showing access to files outside normal application directories
  • Error logs indicating failed attempts to access system files or configuration directories
  • Anomalous privilege escalation events or unauthorized API calls within the Azure environment

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns such as ../, URL-encoded variants, and Unicode representations
  • Monitor Azure Activity Logs and Azure Monitor for unusual file access patterns or privilege escalation attempts
  • Deploy runtime application self-protection (RASP) solutions to detect path traversal attempts at the application layer
  • Enable detailed logging for Azure AI Document Intelligence Studio and correlate with SIEM systems for anomaly detection

Monitoring Recommendations

  • Configure Azure Security Center alerts for suspicious activity patterns targeting Document Intelligence Studio resources
  • Implement network traffic analysis to identify requests with malicious path traversal payloads
  • Set up automated alerting for any access attempts to sensitive system paths or configuration files
  • Review Azure audit logs regularly for signs of exploitation attempts or successful privilege escalation

How to Mitigate CVE-2025-30387

Immediate Actions Required

  • Review the Microsoft Security Update for CVE-2025-30387 and apply all recommended patches or mitigations immediately
  • Enable Azure Web Application Firewall (WAF) with OWASP Core Rule Set to block common path traversal attack patterns
  • Implement network segmentation to limit exposure of Azure AI Document Intelligence Studio to trusted networks only
  • Audit current access controls and ensure principle of least privilege is enforced across all related Azure resources

Patch Information

Microsoft has released security guidance for this vulnerability. Organizations should consult the Microsoft Security Response Center (MSRC) advisory for specific patch information and remediation steps. As this is a cloud-based Azure service, Microsoft may apply server-side fixes automatically. However, customers should verify their deployment configuration and ensure they are following Microsoft's recommended security practices.

Workarounds

  • Enable strict input validation at the application gateway level to filter path traversal sequences before they reach the application
  • Configure Azure Network Security Groups (NSGs) to restrict inbound traffic to Azure AI Document Intelligence Studio from known and trusted IP ranges only
  • Implement API Management policies to sanitize and validate all incoming requests containing file path parameters
  • Deploy Azure DDoS Protection and WAF with custom rules specifically targeting path traversal attack signatures
bash
# Example Azure CLI commands for enhanced network security
# Restrict access to Document Intelligence Studio via Network Security Group
az network nsg rule create \
  --resource-group <resource-group-name> \
  --nsg-name <nsg-name> \
  --name RestrictDocIntelligenceAccess \
  --priority 100 \
  --source-address-prefixes <trusted-ip-range> \
  --destination-port-ranges 443 \
  --access Allow \
  --protocol Tcp \
  --direction Inbound

# Enable Azure WAF on Application Gateway
az network application-gateway waf-config set \
  --gateway-name <app-gateway-name> \
  --resource-group <resource-group-name> \
  --enabled true \
  --firewall-mode Prevention \
  --rule-set-type OWASP \
  --rule-set-version 3.2

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMicrosoft Azure Ai Document Intelligence Studio

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.95%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • Microsoft Security Update CVE-2025-30387
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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