CVE-2026-55020
Analyzed Analyzed - Analysis Complete

Cross-Site Scripting in Microsoft Office SharePoint

Vulnerability report for CVE-2026-55020, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-16

Assigner: Microsoft Corporation

Description

Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Office SharePoint allows an authorized attacker to perform spoofing over a network.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-16
Generated
2026-08-04
AI Q&A
2026-07-15
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
microsoft sharepoint_server 2019
microsoft sharepoint_server 2016
microsoft sharepoint_server to 16.0.19725.20434 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-55020 is a vulnerability in Microsoft Office SharePoint that involves improper neutralization of input during web page generation, also known as cross-site scripting (XSS). This flaw allows an authorized attacker to inject malicious scripts into web pages viewed by other users.

The vulnerability enables spoofing attacks, where the attacker can trick users into believing they are interacting with a legitimate source while executing unauthorized actions or stealing sensitive information.

  • The CVSS v3.1 base score is 4.6, indicating a medium severity level.
  • The attack vector is network-based (AV:N), meaning it can be exploited remotely.
  • The attack complexity is low (AC:L), and the attacker requires low privileges (PR:L).
  • User interaction is required (UI:R), and the impact is limited to low confidentiality and integrity (C:L/I:L).
Detection Guidance

Detecting this vulnerability requires checking for improper input neutralization in Microsoft Office SharePoint that could lead to cross-site scripting (XSS). Since this is a web-based vulnerability, detection typically involves scanning SharePoint web applications for XSS vulnerabilities or reviewing recent patches and updates.

  • Use vulnerability scanning tools like Nessus, Qualys, or Microsoft Defender for Office 365 to scan for CVE-2026-55020 in your SharePoint environment.
  • Check SharePoint logs for unusual or suspicious input patterns that could indicate XSS attempts, such as script tags or JavaScript event handlers in user input fields.
  • Verify if your SharePoint instance is running a patched version by checking the installed updates against Microsoft's update guide for CVE-2026-55020.

Specific commands for detection are not provided in the context, but you can use PowerShell to check installed updates on SharePoint servers. Example command:

  • Get-Hotfix -ComputerName [SharePointServerName] | Where-Object {$_.HotFixID -like "KB*"} | Select-Object HotFixID, InstalledOn
Impact Analysis

If you are using Microsoft Office SharePoint, this vulnerability could allow an attacker with authorized access to perform spoofing attacks against other users in your organization.

  • An attacker could inject malicious scripts into SharePoint pages, which may execute when other users view those pages.
  • This could lead to unauthorized actions being performed on behalf of users, such as stealing session cookies, redirecting users to malicious sites, or capturing sensitive data entered into forms.
  • The impact includes potential data leaks, loss of trust in internal systems, and unauthorized access to sensitive information.
Compliance Impact

This vulnerability could have implications for compliance with several standards and regulations, depending on the nature of the data processed or stored in Microsoft Office SharePoint.

  • GDPR: If SharePoint handles personal data of EU citizens, a successful exploit could lead to unauthorized access or disclosure of this data, violating GDPR requirements for data protection and confidentiality.
  • HIPAA: For organizations subject to HIPAA, if SharePoint stores or processes protected health information (PHI), this vulnerability could result in unauthorized access to PHI, leading to non-compliance with HIPAA's security and privacy rules.
  • Other standards like ISO 27001 or NIST frameworks may also be impacted, as they require organizations to protect against unauthorized access and ensure the integrity and confidentiality of information systems.

Failure to address this vulnerability could result in regulatory penalties, legal liabilities, and reputational damage.

Mitigation Strategies

To mitigate CVE-2026-55020, follow these immediate steps:

  • Apply the latest security updates from Microsoft for Microsoft Office SharePoint as soon as possible. Refer to the Microsoft Update Guide for CVE-2026-55020 for patch details.
  • Restrict access to SharePoint to authorized users only and enforce least-privilege access controls to minimize the risk of exploitation.
  • Monitor SharePoint logs and network traffic for signs of XSS attacks or spoofing attempts.
  • Educate users about the risks of clicking on suspicious links or interacting with untrusted content in SharePoint.
  • Consider implementing a web application firewall (WAF) to block XSS attacks targeting SharePoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55020. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart