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-2026-45659

CVE-2026-45659: Microsoft SharePoint Server RCE Vulnerability

CVE-2026-45659 is a remote code execution vulnerability in Microsoft SharePoint Server caused by deserialization of untrusted data. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 28, 2026

CVE-2026-45659 Overview

CVE-2026-45659 is a deserialization vulnerability in Microsoft Office SharePoint Server that allows an authenticated attacker to execute arbitrary code over a network. The flaw is classified under [CWE-502] Deserialization of Untrusted Data. An attacker with low-level privileges on a vulnerable SharePoint Server can submit crafted serialized payloads that the server deserializes without sufficient validation. Successful exploitation grants code execution in the context of the SharePoint application, exposing site content, credentials, and connected backend systems. Microsoft has published guidance through the Microsoft Security Update Guide.

Critical Impact

Authenticated network attackers can achieve remote code execution on SharePoint Server, compromising confidentiality, integrity, and availability of hosted content.

Affected Products

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

Discovery Timeline

  • 2026-05-22 - CVE-2026-45659 published to the National Vulnerability Database
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-45659

Vulnerability Analysis

The vulnerability resides in SharePoint Server's handling of serialized objects supplied through network-accessible interfaces. SharePoint processes serialized data submitted by authenticated users and reconstructs .NET objects without enforcing strict type allow-lists. An attacker abuses this behavior by submitting a gadget chain that triggers code execution during the deserialization process. Because SharePoint runs with elevated service privileges, the executed code typically inherits broad access to site collections, content databases, and integrated services.

The scope of impact extends beyond the SharePoint farm. SharePoint is frequently integrated with Active Directory, Office Online Server, and SQL Server, providing lateral movement opportunities post-exploitation. The EPSS score of 0.621 percent reflects current exploitation prediction modeling, but historical SharePoint deserialization flaws (such as ToolShell variants) have seen rapid weaponization once technical details surface.

Root Cause

The root cause is unsafe deserialization of attacker-controlled input within a SharePoint server component. Microsoft has not publicly disclosed the specific endpoint or type resolver involved. The pattern aligns with [CWE-502], where deserializers reconstruct arbitrary types referenced in serialized payloads, enabling gadget chains that execute code as a side effect of object construction.

Attack Vector

The attack vector is network-based and requires the attacker to hold an authenticated SharePoint account with low privileges. No user interaction is required. The attacker sends a crafted HTTP request containing a malicious serialized object to a SharePoint endpoint that performs deserialization. The deserialization process instantiates a chain of objects that ultimately invokes a command execution primitive within the SharePoint worker process.

No public proof-of-concept code is available for CVE-2026-45659 at the time of publication. Refer to the Microsoft Security Update Guide for vendor technical details.

Detection Methods for CVE-2026-45659

Indicators of Compromise

  • Unexpected w3wp.exe child processes such as cmd.exe, powershell.exe, or csc.exe originating from SharePoint application pool identities.
  • New or modified .aspx files in SharePoint LAYOUTS directories (%ProgramFiles%\Common Files\Microsoft Shared\Web Server Extensions\16\TEMPLATE\LAYOUTS).
  • POST requests to SharePoint endpoints containing base64-encoded BinaryFormatter or LosFormatter payload markers.
  • Outbound network connections from SharePoint servers to unknown external IP addresses immediately following authenticated requests.

Detection Strategies

  • Monitor IIS logs for authenticated POST requests with abnormally large body sizes targeting SharePoint handler URLs.
  • Hunt for Windows Event ID 4688 entries showing process creation from w3wp.exe with command interpreters or script hosts as children.
  • Inspect SharePoint ULS logs for deserialization exceptions and type-load failures that may indicate exploitation attempts.

Monitoring Recommendations

  • Enable PowerShell Script Block Logging (Event ID 4104) on all SharePoint front-end and application servers.
  • Forward IIS, ULS, and Sysmon telemetry to a centralized analytics platform for correlation against known SharePoint exploitation patterns.
  • Alert on any modifications to SharePoint web.config, LAYOUTS, or _vti_bin directories outside of approved change windows.

How to Mitigate CVE-2026-45659

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft Security Update Guide to all SharePoint Server 2016, 2019, and Subscription Edition deployments.
  • Audit SharePoint user accounts and remove unused or excessive permissions, particularly accounts with site contribution rights.
  • Restrict SharePoint administrative endpoints to trusted internal networks via firewall or reverse proxy rules.
  • Rotate machine keys and service account credentials after patching to invalidate any payloads staged by attackers pre-patch.

Patch Information

Microsoft has released security updates addressing CVE-2026-45659 for SharePoint Server Subscription Edition, SharePoint Server 2019, and SharePoint Server 2016. Administrators should consult the Microsoft Security Update Guide for the specific KB articles and deployment guidance for each supported version. Apply updates to all servers in the farm and run the SharePoint Products Configuration Wizard or PSConfig.exe afterwards.

Workarounds

  • Enforce Antimalware Scan Interface (AMSI) integration for SharePoint Server, which inspects content during request processing.
  • Disable or restrict access to non-essential SharePoint web services and custom handlers exposed to authenticated users.
  • Place SharePoint behind a Web Application Firewall configured to inspect serialized payload signatures and oversized POST bodies.
bash
# Verify SharePoint patch level after installation
Get-SPFarm | Select-Object BuildVersion
Get-SPProduct -Local | Format-List ProductName, PatchableUnitDisplayName, PatchableUnitVersion

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 Probability0.62%

  • 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
  • Vendor Resources
  • Microsoft Security Update Guidance
  • Related CVEs
  • CVE-2026-47294: Microsoft SharePoint Server RCE Vulnerability

  • CVE-2026-33112: Microsoft SharePoint Server RCE Vulnerability

  • CVE-2026-35439: Microsoft SharePoint Server RCE Vulnerability

  • CVE-2026-40365: Microsoft SharePoint Server RCE Vulnerability
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