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

CVE-2026-20958: Microsoft SharePoint SSRF Vulnerability

CVE-2026-20958 is a server-side request forgery flaw in Microsoft Office SharePoint that enables authorized attackers to disclose sensitive information over a network. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2026-20958 Overview

CVE-2026-20958 is a Server-Side Request Forgery (SSRF) vulnerability affecting Microsoft Office SharePoint. This security flaw allows an authorized attacker to craft malicious requests that can be used to disclose sensitive information over a network. SSRF vulnerabilities enable attackers to abuse server functionality to access or modify internal resources that would otherwise be inaccessible from external networks.

Critical Impact

An authenticated attacker can leverage this SSRF vulnerability to access internal network resources and potentially disclose sensitive organizational data through SharePoint server requests.

Affected Products

  • Microsoft Office SharePoint

Discovery Timeline

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

Technical Details for CVE-2026-20958

Vulnerability Analysis

This vulnerability falls under CWE-918 (Server-Side Request Forgery), a weakness that occurs when a web application fetches a remote resource without properly validating the user-supplied URL. In the context of SharePoint, this SSRF vulnerability allows authenticated users to manipulate server-side requests to access internal resources or services that should not be externally accessible.

The attack requires network access and low-privilege authentication to exploit. The vulnerability can result in unauthorized disclosure of information and potential modification of data, though it does not impact system availability. The exploitation complexity is low, meaning once an attacker has authenticated access, they can readily exploit this vulnerability without requiring user interaction.

Root Cause

The root cause of this vulnerability stems from insufficient validation of user-controlled input when SharePoint processes server-side requests. When the application makes HTTP requests on behalf of users, it fails to adequately restrict the destination URLs, allowing attackers to specify internal network addresses, localhost services, or cloud metadata endpoints as request targets.

Attack Vector

This SSRF vulnerability is exploited over the network by an authorized attacker. The attack flow involves an authenticated user submitting specially crafted requests to SharePoint that contain manipulated URL parameters. SharePoint's server-side processing then makes requests to these attacker-controlled destinations, potentially exposing internal network topology, accessing internal services, or retrieving sensitive metadata from cloud infrastructure.

The attacker can potentially:

  • Access internal services running on localhost or private network ranges
  • Retrieve cloud metadata from services like Azure IMDS
  • Map internal network infrastructure
  • Exfiltrate data through out-of-band channels

Detection Methods for CVE-2026-20958

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from SharePoint servers to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Server-side requests targeting localhost addresses (127.0.0.1, ::1) or cloud metadata endpoints (169.254.169.254)
  • Anomalous SharePoint application logs showing requests to unexpected internal resources
  • Increased error rates in SharePoint logs related to network connectivity to internal services

Detection Strategies

  • Implement network monitoring to detect SharePoint server connections to internal resources or metadata endpoints
  • Configure Web Application Firewall (WAF) rules to identify and block SSRF patterns in request parameters
  • Enable detailed logging on SharePoint servers to capture outbound request destinations
  • Monitor for DNS queries from SharePoint servers to internal hostnames or suspicious domains

Monitoring Recommendations

  • Deploy network traffic analysis tools to identify unexpected internal network connections from SharePoint infrastructure
  • Configure SIEM rules to correlate SharePoint authentication events with unusual outbound network activity
  • Implement egress filtering and monitor for bypass attempts from SharePoint server subnets
  • Review SharePoint audit logs regularly for patterns indicative of reconnaissance or data exfiltration

How to Mitigate CVE-2026-20958

Immediate Actions Required

  • Apply the Microsoft security update as soon as available from the Microsoft Security Update Guide
  • Implement network segmentation to restrict SharePoint server access to only required internal resources
  • Configure egress filtering to prevent SharePoint servers from making requests to sensitive internal services
  • Review and restrict permissions for SharePoint users to minimize the attack surface

Patch Information

Microsoft has published a security update addressing this vulnerability. System administrators should consult the Microsoft Security Update CVE-2026-20958 for detailed patch information and deployment guidance specific to their SharePoint environment.

Workarounds

  • Implement strict network-level controls to block SharePoint servers from accessing cloud metadata endpoints (169.254.169.254)
  • Configure Web Application Firewall rules to detect and block requests containing internal IP addresses or localhost references in URL parameters
  • Apply the principle of least privilege for SharePoint user accounts to reduce the potential impact of exploitation
  • Consider deploying additional security monitoring while awaiting patch deployment
bash
# Example network-level mitigation using iptables to block metadata endpoint access
# Run on SharePoint server (Linux-based reverse proxy or firewall)
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -p tcp --dport 80 -j LOG --log-prefix "SSRF_BLOCK: "
iptables -A OUTPUT -d 10.0.0.0/8 -p tcp --dport 80 -j LOG --log-prefix "SSRF_INTERNAL: "

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechMicrosoft Office Sharepoint

  • SeverityMEDIUM

  • CVSS Score5.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Microsoft Security Update CVE-2026-20958
  • Related CVEs
  • CVE-2026-26114: SharePoint RCE Vulnerability

  • CVE-2026-26106: SharePoint RCE Vulnerability

  • CVE-2026-20963: SharePoint Deserialization RCE 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