Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3DescriptionCVE.org
Deserialization of untrusted data in Microsoft Office SharePoint allows an authorized attacker to elevate privileges over a network.
AnalysisAI
Privilege escalation in Microsoft Office SharePoint allows an authenticated network attacker to elevate privileges by submitting maliciously crafted serialized data that the server deserializes without proper validation. The CVSS 8.8 score reflects high impact across confidentiality, integrity, and availability combined with low attack complexity, though the PR:L requirement means the attacker must already hold at least a low-privileged SharePoint account. No public exploit identified at time of analysis, and the issue is not currently listed in CISA KEV.
Technical ContextAI
The flaw falls under CWE-502 (Deserialization of Untrusted Data), a well-known class of bugs in .NET applications where formatters such as BinaryFormatter, LosFormatter, NetDataContractSerializer, or SoapFormatter reconstitute objects from attacker-controlled byte streams. SharePoint Server runs on the .NET/ASP.NET stack and has historically been a fertile target for deserialization gadgets (e.g., the ViewState and DataSet families used in CVE-2019-0604, CVE-2020-1147, and the ToolShell chain). When a SharePoint endpoint accepts serialized payloads from an authenticated user without enforcing type filtering or a Type Validator, an attacker can supply a gadget chain that triggers arbitrary code execution within the SharePoint worker process (typically running as the configured application pool identity), which is how a 'privilege escalation' manifests despite the CWE-502 root cause.
RemediationAI
Patch availability per vendor advisory should be confirmed via the MSRC entry at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-45484, which will list the corresponding security update KB articles per SharePoint edition; exact fix build numbers were not provided in the input data and must be retrieved from that advisory before deployment. Until the update can be applied, compensating controls include restricting access to the SharePoint web front ends to trusted networks via firewall or reverse-proxy ACLs (trade-off: blocks legitimate remote workers unless on VPN), removing low-privileged accounts from broad SharePoint membership groups to shrink the PR:L exploitation surface (trade-off: may break collaboration workflows), enabling AMSI integration and ensuring SharePoint's AMSI provider is set to 'Enabled and Block' if running a supported edition (trade-off: minor request-handling overhead and possible false positives), and monitoring IIS and ULS logs for anomalous POST bodies to SharePoint endpoints, particularly those carrying base64 or XML payloads indicative of .NET gadget chains.
More in Sharepoint Server
View allMicrosoft SharePoint Server contains a deserialization vulnerability allowing unauthenticated remote code execution over
Microsoft Office SharePoint contains a code injection vulnerability (CVE-2025-49704, CVSS 8.8) enabling authenticated at
Improper authentication in Microsoft Office SharePoint allows an unauthorized attacker to perform spoofing over a networ
Microsoft Word Remote Code Execution Vulnerability. Rated critical severity (CVSS 9.8), this vulnerability is remotely e
Microsoft SharePoint Server 2007 SP3, 2010 SP1 and SP2, and 2013; Office Web Apps 2010; Excel 2003 SP3, 2007 SP3, 2010 S
Microsoft Word 2007 SP3, Office 2010 SP2, Word 2010 SP2, Word 2013 SP1, Word 2013 RT SP1, Office for Mac 2011, Office fo
Microsoft Word 2007 SP3, Office 2010 SP2, Word 2010 SP2, Word Automation Services in SharePoint Server 2010, Web Applica
The default configuration of Microsoft SharePoint Portal Server 2003 SP3, SharePoint Server 2007 SP3 and 2010 SP1 and SP
Microsoft XML Core Services (aka MSXML) 3.0, 5.0, and 6.0 does not properly parse XML content, which allows remote attac
Microsoft Excel 2007 SP3, 2010 SP1 and SP2, 2013, and 2013 RT; Office 2007 SP3, 2010 SP1 and SP2, 2013, and 2013 RT; Off
Microsoft Word Automation Services in SharePoint Server 2010 SP1, Word Web App 2010 SP1 in Office Web Apps 2010, Word 20
Microsoft Word Automation Services in SharePoint Server 2010 SP1 and SP2, Word Web App 2010 SP1 and SP2 in Office Web Ap
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35581
GHSA-v99j-98xx-cvgv