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

CVE-2026-20963: SharePoint Deserialization RCE Vulnerability

CVE-2026-20963 is a deserialization of untrusted data vulnerability in Microsoft SharePoint that enables authorized attackers to execute remote code. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2026-20963 Overview

CVE-2026-20963 is an insecure deserialization vulnerability affecting Microsoft Office SharePoint that enables an authorized attacker to execute arbitrary code over a network. This vulnerability stems from improper handling of untrusted data during deserialization operations, a common weakness pattern classified as CWE-502 (Deserialization of Untrusted Data).

SharePoint's widespread deployment in enterprise environments for document management and collaboration makes this vulnerability particularly concerning. Attackers with low-privilege authenticated access to a SharePoint environment can exploit this flaw to achieve remote code execution, potentially compromising sensitive business data and gaining a foothold for lateral movement within corporate networks.

Critical Impact

Authorized attackers can achieve remote code execution on SharePoint servers, potentially leading to complete system compromise, data exfiltration, and lateral movement within enterprise networks.

Affected Products

  • Microsoft Office SharePoint

Discovery Timeline

  • January 13, 2026 - CVE-2026-20963 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20963

Vulnerability Analysis

This vulnerability exploits SharePoint's handling of serialized objects during processing of user-supplied data. When SharePoint deserializes objects without proper validation, an attacker can craft malicious serialized payloads that, when processed by the server, execute arbitrary code in the context of the SharePoint application.

The attack requires only low-level authentication, meaning any authorized SharePoint user could potentially exploit this vulnerability. No user interaction is required beyond the initial authenticated session, and the attack can be executed remotely over the network. Successful exploitation results in complete compromise of confidentiality, integrity, and availability of the affected SharePoint server.

Root Cause

The vulnerability originates from CWE-502: Deserialization of Untrusted Data. SharePoint fails to adequately validate or sanitize serialized objects before deserializing them. This allows attackers to inject malicious object graphs that trigger code execution during the deserialization process. .NET deserialization vulnerabilities often leverage gadget chains—sequences of existing classes that, when deserialized together, result in unintended code execution.

Attack Vector

The attack is network-based and requires authenticated access to the SharePoint environment. An attacker with valid low-privilege credentials can submit specially crafted serialized data to vulnerable SharePoint endpoints. The malicious payload is processed during deserialization, triggering the execution of attacker-controlled code on the server.

The exploitation flow typically involves:

  1. Authenticating to the SharePoint environment with low-privilege credentials
  2. Identifying vulnerable endpoints that process serialized data
  3. Crafting a malicious serialized object using known .NET deserialization gadget chains
  4. Submitting the payload to the vulnerable endpoint
  5. Achieving code execution as the SharePoint application service account

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

Detection Methods for CVE-2026-20963

Indicators of Compromise

  • Unusual serialized data patterns in SharePoint HTTP requests, particularly containing known .NET gadget chain signatures
  • Unexpected process spawning from SharePoint worker processes (w3wp.exe)
  • Anomalous network connections originating from SharePoint servers to external hosts
  • Suspicious PowerShell or command-line activity executed under the SharePoint application pool identity

Detection Strategies

  • Monitor SharePoint web server logs for requests containing suspicious serialized object patterns or unusually large payloads
  • Implement endpoint detection rules to identify child process creation from SharePoint application pool processes
  • Deploy network monitoring to detect command-and-control traffic originating from SharePoint infrastructure
  • Enable enhanced logging for SharePoint Unified Logging Service (ULS) and correlate with security events

Monitoring Recommendations

  • Configure SentinelOne to monitor SharePoint server processes for behavioral anomalies and exploitation attempts
  • Implement application-layer firewall rules to inspect and block malicious serialized payloads
  • Enable Windows Event logging for process creation events (Event ID 4688) on SharePoint servers
  • Monitor for suspicious file system activity in SharePoint installation directories

How to Mitigate CVE-2026-20963

Immediate Actions Required

  • Apply the latest Microsoft security updates for SharePoint as soon as they become available
  • Review and restrict SharePoint user permissions to minimize the attack surface from authenticated users
  • Implement network segmentation to isolate SharePoint servers from critical infrastructure
  • Enable enhanced monitoring and alerting for SharePoint server activity

Patch Information

Microsoft has released security updates addressing this vulnerability. Organizations should review the Microsoft Security Update Guide for specific patch information and deployment guidance. Prioritize patching production SharePoint environments given the network-accessible attack vector and low authentication requirements.

Workarounds

  • Restrict network access to SharePoint servers to trusted IP ranges only where possible
  • Implement Web Application Firewall (WAF) rules to inspect and block suspicious serialized data patterns
  • Review and remove unnecessary user accounts with SharePoint access to reduce potential attack vectors
  • Consider temporarily disabling non-essential SharePoint features or APIs that may process serialized data
bash
# Review SharePoint application pool identity permissions
Get-SPServiceApplicationPool | Select-Object Name, ProcessAccountName

# Enable enhanced ULS logging for security monitoring
Set-SPDiagnosticConfig -LogLocation "C:\SharePointLogs" -LogMaxDiskSpaceUsageEnabled $true

# Check for latest SharePoint updates
Get-SPFarm | Select-Object BuildVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Office Sharepoint

  • SeverityHIGH

  • CVSS Score8.8

  • 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
  • Technical References
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2026-26114: SharePoint RCE Vulnerability

  • CVE-2026-26106: SharePoint RCE Vulnerability

  • CVE-2026-20958: Microsoft SharePoint SSRF Vulnerability

  • CVE-2026-20947: SharePoint SQL Injection 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