CVE-2026-45467: Microsoft SharePoint Server Spoofing Vulnerability
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.
Security readout for executives and security teams
Plain-English summary
An authenticated SharePoint user could place unsafe content into a web page that misleads another user. Successful abuse requires the victim to interact with the affected content. The reported impact is limited disclosure or modification of information, with no availability impact.
Executive priority
Schedule remediation through the normal security-update process, accelerating exposed or broadly writable SharePoint deployments. The issue is not critical because it requires authentication and victim interaction, but successful spoofing could support phishing, session misuse, or unauthorized information changes within trusted SharePoint pages.
Technical view
CVE-2026-45467 is a network-reachable stored or reflected cross-site scripting weakness (CWE-79) classified by Microsoft as spoofing. Exploitation requires low privileges and user interaction. CVSS 3.1 is 4.6, with low confidentiality and integrity impact and no availability impact.
Likely exposure
Potentially exposed environments run SharePoint Enterprise Server 2016, SharePoint Server 2019, or SharePoint Server Subscription Edition and allow authorized users to contribute content. Internet accessibility may increase opportunities, but authentication and victim interaction remain required.
Exploitation context
The supplied sources do not report active exploitation, and the CVE is not listed as KEV in the bundle. The attack is network-based, low complexity, requires an authorized account, and depends on another user interacting with attacker-influenced content.
Researcher notes
The record describes improper neutralization during web-page generation and maps to CWE-79, while Microsoft classifies the outcome as spoofing. The bundle does not provide vulnerable input locations, affected components, KB identifiers, fixed builds, or proof-of-concept details; consult the vendor advisory for those specifics.
Mitigation direction
Review the Microsoft advisory and install the applicable security update for each affected SharePoint deployment.
Prioritize externally accessible farms and environments where less-trusted users can create or modify content.
Restrict SharePoint content-authoring permissions to users who require them until remediation is confirmed.
Follow Microsoft guidance for any product-specific prerequisites, deployment sequencing, or compensating controls.
Validation and detection
Inventory SharePoint 2016, 2019, and Subscription Edition servers, including externally accessible instances.
Compare each server's build and installed updates against the Microsoft CVE advisory.
Confirm security updates were successfully applied across every server in each SharePoint farm.
Review content-authoring permissions and identify accounts that do not require contribution access.
Use approved defensive testing to confirm untrusted page input is safely neutralized after remediation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.