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-2024-30100

CVE-2024-30100: Microsoft SharePoint Server RCE Vulnerability

CVE-2024-30100 is a remote code execution vulnerability in Microsoft SharePoint Server that allows attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-30100 Overview

CVE-2024-30100 is a Remote Code Execution (RCE) vulnerability affecting Microsoft SharePoint Server. This vulnerability is classified under CWE-426 (Untrusted Search Path), indicating that the flaw involves improper handling of search paths which can be exploited by an attacker to execute arbitrary code on vulnerable systems.

The vulnerability requires local access and user interaction to exploit, meaning an attacker would need to convince a user to open a malicious file or trigger specific actions within SharePoint Server. Successful exploitation could allow an attacker to gain complete control over the affected system with high impact to confidentiality, integrity, and availability.

Critical Impact

Successful exploitation enables remote code execution on Microsoft SharePoint Server deployments, potentially compromising enterprise collaboration infrastructure and sensitive corporate data.

Affected Products

  • Microsoft SharePoint Server Subscription Edition
  • Microsoft SharePoint Server 2019
  • Microsoft SharePoint Server 2016 Enterprise Edition

Discovery Timeline

  • June 11, 2024 - CVE-2024-30100 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-30100

Vulnerability Analysis

This vulnerability stems from an Untrusted Search Path weakness (CWE-426) in Microsoft SharePoint Server. The flaw allows attackers to manipulate the search path used by the application when loading resources or executing code, potentially redirecting operations to attacker-controlled locations.

The attack requires local access, meaning the attacker must either have physical access to the system or have already established some level of access to the network where SharePoint is deployed. Additionally, user interaction is required for successful exploitation, such as opening a crafted document or clicking on a malicious link within the SharePoint environment.

The impact of successful exploitation is severe, affecting all three pillars of security: an attacker can access sensitive information (confidentiality), modify data or system configurations (integrity), and disrupt service availability (availability).

Root Cause

The root cause lies in how Microsoft SharePoint Server handles search paths during certain operations. The application fails to properly validate or restrict the locations from which it loads executable code or resources. This untrusted search path vulnerability (CWE-426) allows an attacker to place malicious files in locations that SharePoint will search before finding legitimate resources, resulting in the execution of attacker-controlled code.

Attack Vector

The attack vector is local with user interaction required. An attacker would need to:

  1. Gain initial access to the network or system where SharePoint Server is deployed
  2. Plant malicious files in strategic locations within the search path hierarchy
  3. Entice a user to perform an action that triggers SharePoint to search for and execute the malicious payload

The exploitation requires social engineering or other techniques to convince users to interact with crafted content. Once triggered, the attacker-controlled code executes with the privileges of the SharePoint process, potentially allowing complete system compromise.

For detailed technical information about this vulnerability, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2024-30100

Indicators of Compromise

  • Unexpected DLL or executable files appearing in SharePoint installation directories or common search paths
  • Unusual process execution chains originating from SharePoint Server processes
  • Modified file system permissions on SharePoint-related directories
  • Anomalous network connections initiated by SharePoint server processes

Detection Strategies

  • Monitor SharePoint Server processes for loading unexpected modules or DLLs from non-standard locations
  • Implement file integrity monitoring on SharePoint installation directories and system paths
  • Enable Windows Event logging for process creation and DLL loading events on SharePoint servers
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious execution patterns

Monitoring Recommendations

  • Configure SIEM rules to alert on process creation events involving SharePoint components with unusual parent-child relationships
  • Monitor for changes to environment variables that could affect search path resolution
  • Implement baseline monitoring of loaded modules in SharePoint processes to detect anomalies
  • Review audit logs for user actions that may indicate exploitation attempts

How to Mitigate CVE-2024-30100

Immediate Actions Required

  • Apply the security update from Microsoft immediately to all affected SharePoint Server installations
  • Restrict local access to SharePoint servers to authorized administrators only
  • Review and audit existing file permissions on SharePoint installation directories
  • Implement application whitelisting to prevent unauthorized code execution

Patch Information

Microsoft has released security updates to address CVE-2024-30100. Administrators should apply patches for:

  • Microsoft SharePoint Server Subscription Edition
  • Microsoft SharePoint Server 2019
  • Microsoft SharePoint Server 2016 Enterprise Edition

Refer to the Microsoft Security Response Center Advisory for specific patch details, update packages, and installation guidance.

Workarounds

  • Restrict write access to directories within the SharePoint search path to prevent attackers from placing malicious files
  • Implement strict group policies to control executable loading behavior on SharePoint servers
  • Enable Windows Defender Application Control (WDAC) or AppLocker policies to restrict code execution
  • Limit user permissions and enforce the principle of least privilege for SharePoint access
bash
# Example: Audit SharePoint installation directories for suspicious files
Get-ChildItem -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions" -Recurse -Include *.dll,*.exe | Where-Object { $_.LastWriteTime -gt (Get-Date).AddDays(-7) } | Select-Object FullName, LastWriteTime

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Sharepoint Server

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.53%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2024-30100 Advisory
  • Related CVEs
  • CVE-2025-21348: Microsoft SharePoint Server RCE Flaw

  • CVE-2024-21318: Microsoft SharePoint Server RCE Flaw

  • CVE-2020-1439: SharePoint Enterprise Server RCE Vulnerability

  • CVE-2024-38227: Microsoft SharePoint Server RCE 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