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

CVE-2024-38018: Microsoft SharePoint Server RCE Vulnerability

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

Updated: January 22, 2026

CVE-2024-38018 Overview

CVE-2024-38018 is a remote code execution vulnerability affecting Microsoft SharePoint Server. This vulnerability allows an authenticated attacker with Site Member permissions to execute arbitrary code on the SharePoint server remotely. The flaw stems from insecure deserialization (CWE-502) in the SharePoint Server application, which can be exploited over the network without user interaction.

Critical Impact

Successful exploitation allows authenticated attackers with low privileges to achieve full remote code execution on SharePoint servers, potentially compromising confidentiality, integrity, and availability of enterprise collaboration systems and sensitive data.

Affected Products

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

Discovery Timeline

  • September 10, 2024 - CVE-2024-38018 published to NVD
  • September 18, 2024 - Last updated in NVD database

Technical Details for CVE-2024-38018

Vulnerability Analysis

This remote code execution vulnerability in Microsoft SharePoint Server arises from insecure deserialization practices within the application. SharePoint Server fails to properly validate and sanitize serialized data before deserializing it, creating an opportunity for attackers to inject malicious payloads. When the vulnerable component processes specially crafted serialized objects, it can lead to arbitrary code execution within the context of the SharePoint application pool identity.

The vulnerability is particularly concerning because it requires only Site Member level permissions to exploit—a common privilege level in enterprise SharePoint environments. This low barrier to entry significantly expands the potential attacker pool to include any authenticated user with basic access to a SharePoint site.

Root Cause

The root cause of CVE-2024-38018 is insecure deserialization (CWE-502) within Microsoft SharePoint Server. The application deserializes untrusted data without sufficient validation, allowing attackers to craft malicious serialized objects that execute arbitrary code when processed by the server. This type of vulnerability occurs when applications deserialize data from untrusted sources without implementing proper type constraints, allowlists, or integrity checks on the serialized content.

Attack Vector

The attack is conducted over the network (Network attack vector) and requires low privileges—specifically, Site Member permissions on the target SharePoint site. No user interaction is required for exploitation, making this vulnerability particularly dangerous in environments where SharePoint sites have numerous authenticated users.

An attacker with Site Member access would craft a malicious serialized payload designed to exploit the deserialization flaw. When this payload is processed by the vulnerable SharePoint Server component, it triggers code execution with the privileges of the SharePoint application pool, potentially allowing the attacker to access sensitive data, modify content, install backdoors, or pivot to other systems on the network.

The vulnerability mechanism involves sending specially crafted requests containing malicious serialized objects to the SharePoint server. Technical details regarding the specific endpoint and payload structure should be obtained from the Microsoft Security Advisory.

Detection Methods for CVE-2024-38018

Indicators of Compromise

  • Unusual serialized object payloads in SharePoint web requests, particularly those containing unexpected .NET type references
  • Abnormal process spawning from SharePoint application pool worker processes (w3wp.exe)
  • Suspicious network connections originating from SharePoint server processes to unexpected destinations
  • Unexpected file system modifications or new files created in SharePoint directories

Detection Strategies

  • Monitor SharePoint ULS logs for deserialization errors or exceptions indicating attempted exploitation
  • Implement web application firewall rules to detect and block known deserialization attack patterns targeting SharePoint
  • Deploy endpoint detection and response (EDR) solutions to identify malicious process behavior originating from IIS worker processes
  • Review authentication logs for suspicious Site Member activity patterns preceding unusual server behavior

Monitoring Recommendations

  • Enable enhanced logging for SharePoint Server to capture detailed request information
  • Configure alerts for w3wp.exe processes executing unexpected child processes or making anomalous network connections
  • Monitor for changes to SharePoint configuration files and web.config modifications
  • Implement network segmentation monitoring to detect lateral movement attempts from SharePoint servers

How to Mitigate CVE-2024-38018

Immediate Actions Required

  • Apply the security updates from Microsoft's September 2024 Patch Tuesday release immediately
  • Review Site Member access lists and remove unnecessary user permissions pending patching
  • Implement network segmentation to limit SharePoint server exposure
  • Enable enhanced monitoring on SharePoint servers to detect exploitation attempts

Patch Information

Microsoft has released security updates to address this vulnerability as part of their September 2024 security updates. Administrators should apply the appropriate patch for their SharePoint Server version:

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

Detailed patch information and download links are available in the Microsoft Security Response Center advisory for CVE-2024-38018.

Workarounds

  • Restrict Site Member permissions to only essential users until patches can be applied
  • Implement additional network-level access controls to limit who can reach SharePoint servers
  • Consider temporarily disabling non-essential SharePoint features that may expose deserialization endpoints
  • Deploy web application firewall rules configured to detect and block serialization-based attacks
bash
# Example: Review current Site Member permissions using SharePoint Management Shell
# Run this on your SharePoint server to audit site membership
Get-SPSite -Limit All | ForEach-Object {
    Get-SPWeb -Site $_ -Limit All | ForEach-Object {
        Write-Host "Site: $($_.Url)"
        $_.SiteGroups | Where-Object { $_.Name -like "*Member*" } | ForEach-Object {
            Write-Host "  Group: $($_.Name) - Users: $($_.Users.Count)"
        }
    }
}

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability53.09%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2024-38018 Advisory
  • Related CVEs
  • CVE-2020-16952: SharePoint Enterprise Server RCE Flaw

  • CVE-2024-38094: Microsoft SharePoint Server RCE Vulnerability

  • CVE-2023-24955: SharePoint Enterprise Server RCE Flaw

  • CVE-2025-53770: Microsoft SharePoint Server RCE 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