A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-35252

CVE-2024-35252: Azure Storage Data Movement Library DoS

CVE-2024-35252 is a denial of service vulnerability in Microsoft Azure Storage Data Movement Library that can disrupt service availability. This article covers the technical details, affected versions, and mitigation strategies.

Published: June 2, 2026

CVE-2024-35252 Overview

CVE-2024-35252 is a denial of service vulnerability in the Microsoft Azure Storage Data Movement Library for .NET. The flaw allows a remote, unauthenticated attacker to disrupt availability of applications that depend on the library for transferring data to and from Azure Storage. Microsoft assigned this issue a CVSS 3.1 base score of 7.5 and categorized it under [CWE-1104] (Use of Unmaintained Third Party Components). The vulnerability requires no privileges and no user interaction, making it reachable across the network. The EPSS probability stands at 5.402% (90.288 percentile), reflecting elevated attention compared to most published CVEs.

Critical Impact

A network-based attacker can exhaust resources in applications using the Azure Storage Data Movement Library, halting cloud storage transfers and degrading dependent services.

Affected Products

  • Microsoft Azure Storage Data Movement Library for .NET
  • Applications and services embedding the library for Azure Blob, File, or Table transfers
  • Build pipelines and data migration tooling that rely on the library at runtime

Discovery Timeline

  • 2024-06-11 - CVE-2024-35252 published to the National Vulnerability Database
  • 2024-06-11 - Microsoft publishes security advisory for CVE-2024-35252
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-35252

Vulnerability Analysis

The Azure Storage Data Movement Library is a .NET client library used to perform high-performance uploads, downloads, and copies between Azure Storage endpoints. The library exposes asynchronous transfer APIs that consume network input and manage internal queues, buffers, and concurrency primitives. CVE-2024-35252 reflects a denial of service condition reachable through this network-facing surface. An attacker who can influence transfer input or interact with a service that brokers data movement operations can trigger conditions that exhaust availability without compromising confidentiality or integrity.

The CVSS impact metrics confirm an availability-only outcome: confidentiality and integrity remain unaffected, but the affected process can be rendered unresponsive. Workloads that wrap the library in long-running services, such as ingestion daemons or migration agents, are most exposed because a single induced failure can stall queued transfers and dependent business logic.

Root Cause

Microsoft classifies the underlying weakness as [CWE-1104], indicating reliance on a component whose handling of certain inputs or resource conditions does not enforce safe limits. The fix ships in updated library versions, suggesting the root cause is internal to the library's transfer or resource management logic rather than a misuse pattern by callers.

Attack Vector

The attack vector is network based, with low complexity, no privileges, and no user interaction required. An attacker reaches the vulnerable code path through data or operations processed by an application that uses the library. No public proof of concept, exploit, or in-the-wild activity has been reported, and the CVE is not listed in the CISA Known Exploited Vulnerabilities catalog.

No verified exploit code is available. Refer to the Microsoft Security Update Guide for CVE-2024-35252 for vendor-provided technical details.

Detection Methods for CVE-2024-35252

Indicators of Compromise

  • Repeated unhandled exceptions or process crashes originating from Microsoft.Azure.Storage.DataMovement assemblies
  • Sudden spikes in memory, thread, or handle counts in services that perform Azure Storage transfers
  • Stalled or repeatedly retried Azure Storage transfer jobs without corresponding service-side errors in Azure logs

Detection Strategies

  • Inventory all .NET applications, build agents, and migration utilities that reference the Microsoft.Azure.Storage.DataMovement NuGet package and compare versions against Microsoft's fixed releases.
  • Monitor application telemetry for abnormal termination of processes consuming the library, including .NET runtime exceptions linked to transfer operations.
  • Correlate Azure Storage diagnostic logs with client-side error rates to identify clients failing transfers at rates inconsistent with normal operations.

Monitoring Recommendations

  • Forward .NET application logs and Windows event logs from hosts running the library into a centralized analytics platform such as Singularity Data Lake for cross-host correlation.
  • Alert on process restarts, OOM conditions, and elevated thread counts on services that orchestrate Azure Storage transfers.
  • Track NuGet package versions during CI/CD builds and fail builds that pull pre-fix releases of the Data Movement Library.

How to Mitigate CVE-2024-35252

Immediate Actions Required

  • Upgrade the Microsoft.Azure.Storage.DataMovement NuGet package to the fixed version identified in the Microsoft Security Update Guide.
  • Rebuild and redeploy all applications, container images, and serverless packages that statically embed the vulnerable library version.
  • Restrict network reachability of services performing Azure Storage transfers to trusted clients and identities only.

Patch Information

Microsoft has released an updated version of the Azure Storage Data Movement Library that remediates CVE-2024-35252. Patch details and download links are available in the Microsoft Security Update Guide for CVE-2024-35252. Update the package reference in project files and verify the resolved assembly version at runtime.

Workarounds

  • Place the library behind authenticated, rate-limited interfaces so untrusted callers cannot directly influence transfer parameters.
  • Run transfer workloads in isolated processes or containers with resource limits and automatic restart policies to contain availability impact.
  • Implement client-side timeouts, circuit breakers, and retry budgets around Data Movement Library calls to prevent cascading service degradation.
bash
# Update the Azure Storage Data Movement Library to the patched version
dotnet add package Microsoft.Azure.Storage.DataMovement --version <patched-version>
dotnet restore
dotnet build -c Release

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicrosoft Azure Storage

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability5.40%

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

  • NVD-CWE-Other
  • Vendor Resources
  • Microsoft Security Update
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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