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-2025-64672

CVE-2025-64672: Microsoft SharePoint Server XSS Vulnerability

CVE-2025-64672 is a cross-site scripting flaw in Microsoft SharePoint Server that enables authorized attackers to perform spoofing attacks. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2025-64672 Overview

CVE-2025-64672 is a critical cross-site scripting (XSS) vulnerability affecting Microsoft Office SharePoint Server. The vulnerability stems from improper neutralization of input during web page generation (CWE-79), which allows an authorized attacker to perform spoofing attacks over a network. This flaw enables attackers to inject malicious scripts into web pages viewed by other users, potentially leading to session hijacking, credential theft, or further exploitation of the SharePoint environment.

Critical Impact

This XSS vulnerability in Microsoft SharePoint Server allows authenticated attackers to execute arbitrary scripts in victim browsers, potentially compromising sensitive enterprise data and enabling lateral movement within organizations relying on SharePoint for collaboration.

Affected Products

  • Microsoft SharePoint Server (Subscription Edition)
  • Microsoft SharePoint Server (all versions matching cpe:2.3:a:microsoft:sharepoint_server:::::subscription:::*)

Discovery Timeline

  • 2025-12-09 - CVE-2025-64672 published to NVD
  • 2025-12-12 - Last updated in NVD database

Technical Details for CVE-2025-64672

Vulnerability Analysis

This cross-site scripting vulnerability exists in Microsoft SharePoint Server due to improper neutralization of user-supplied input before it is included in dynamically generated web pages. When a SharePoint page processes user input without adequate sanitization, an attacker can craft malicious payloads that execute arbitrary JavaScript code in the context of authenticated users' sessions.

The attack requires the attacker to be authenticated to the SharePoint environment, but once authenticated, they can leverage this vulnerability to target other users. The scope is changed (S:C in the CVSS vector), meaning the vulnerability can affect resources beyond the vulnerable component itself, impacting the confidentiality and integrity of data across the broader SharePoint deployment.

Root Cause

The root cause of CVE-2025-64672 is improper input validation and output encoding in Microsoft SharePoint Server's web page generation functionality. When user-controlled data is rendered in HTML context without proper sanitization or encoding, it creates an injection point for malicious scripts. This is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation).

Attack Vector

The attack vector is network-based, requiring an authenticated attacker to inject malicious content that will be rendered to other users. The exploitation requires user interaction from the victim (such as clicking a crafted link or viewing a compromised page), but the low attack complexity makes this vulnerability particularly dangerous in enterprise environments where SharePoint is widely used for collaboration and document management.

The attacker could potentially:

  • Steal session cookies and authentication tokens
  • Perform actions on behalf of victim users
  • Redirect users to malicious websites
  • Deface SharePoint pages or inject phishing content
  • Exfiltrate sensitive data accessible to the victim user

Detection Methods for CVE-2025-64672

Indicators of Compromise

  • Unusual JavaScript payloads in SharePoint page content or URL parameters containing encoded script tags
  • Unexpected outbound requests from SharePoint servers to external domains
  • User reports of suspicious redirects or unexpected behavior when accessing SharePoint pages
  • Anomalous session activity indicating potential session hijacking

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payload patterns in requests to SharePoint servers
  • Enable and monitor SharePoint audit logs for suspicious content modifications or access patterns
  • Deploy endpoint detection solutions capable of identifying malicious script execution in browser contexts
  • Use SentinelOne's behavioral AI to detect anomalous activity patterns associated with XSS exploitation

Monitoring Recommendations

  • Monitor SharePoint ULS logs for error patterns that may indicate exploitation attempts
  • Track changes to SharePoint page content for unauthorized script injections
  • Review HTTP request logs for suspicious encoding patterns or script-like content in parameters
  • Implement alerting for unusual cross-origin requests originating from SharePoint pages

How to Mitigate CVE-2025-64672

Immediate Actions Required

  • Apply the latest Microsoft security updates for SharePoint Server immediately
  • Review and restrict user permissions to minimize the attack surface from authorized users
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS attacks
  • Audit SharePoint content for potentially malicious scripts that may have been injected

Patch Information

Microsoft has released a security update addressing CVE-2025-64672. Administrators should consult the Microsoft Security Response Center advisory for detailed patch information and installation guidance. Apply the security update to all affected SharePoint Server installations as soon as possible.

Workarounds

  • Enable HTTP-only and Secure flags on all session cookies to reduce the impact of potential session theft
  • Implement strict Content Security Policy headers to limit script execution sources
  • Restrict SharePoint user permissions using the principle of least privilege to limit the pool of potential attackers
  • Consider enabling additional input validation through custom SharePoint solutions while awaiting patch deployment
bash
# Example: Add Content Security Policy header in IIS for SharePoint
# Open IIS Manager and add the following HTTP Response Header
# Name: Content-Security-Policy
# Value: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; object-src 'none'

# PowerShell command to check SharePoint patch level
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
  • TypeXSS

  • Vendor/TechMicrosoft Sharepoint

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Vendor Resources
  • Microsoft Security Update CVE-2025-64672
  • Related CVEs
  • CVE-2026-26105: SharePoint XSS Vulnerability

  • CVE-2026-20959: Microsoft SharePoint XSS Vulnerability

  • CVE-2020-16952: SharePoint Enterprise Server RCE Flaw

  • CVE-2025-59245: SharePoint Online Privilege Escalation
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