CVE-2025-53770
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedDeserialization of untrusted data in on-premises Microsoft SharePoint Server allows an unauthorized attacker to execute code over a network. Microsoft is aware that an exploit for CVE-2025-53770 exists in the wild. Microsoft is preparing and fully testing a comprehensive update to address this vulnerability. In the meantime, please make sure that the mitigation provided in this CVE documentation is in place so that you are protected from exploitation.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA deserialization vulnerability in on-premises Microsoft SharePoint Server allows unauthenticated remote attackers to execute arbitrary code by sending specially crafted serialized data. This is a critical flaw in how SharePoint processes untrusted data streams.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 16.0.18526.20508= 2016= 2019CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check SharePoint Server version via PowerShellOpen SharePoint Management Shell and run: (Get-SPFarm).BuildVersion.ToString() or Get-SPFarm | Select-Object BuildVersionAffected if Version is less than 16.0.18526.20508, or the version corresponds to SharePoint 2016 or 2019 releases
-
Verify SharePoint build number in Central AdministrationNavigate to Central Administration > System Settings > Manage farm servers. Note the Version column or check the patch status page showing installed updates and their build numbersAffected if Build number falls below 16.0.18526.20508 or matches SharePoint 2016/2019 release builds
-
Check SharePoint version via registryQuery the registry key: HKLM\SOFTWARE\Microsoft\Office Server\16.0\Setup\Version or locate the SharePoint version registry entry under the Office Server installation pathAffected if Registry shows a version string below 16.0.18526.20508, or version identifies as SharePoint 2016 or 2019 (version 16.0.xxxx) without the latest patches applied
-
Identify network exposure of SharePoint servicesReview firewall rules, load balancer configurations, or network segmentation settings that expose SharePoint sites (port 443/80) to untrusted networks or the internetAffected if SharePoint web interfaces are directly accessible from untrusted/external networks without authentication gating or VPN requirements
-
Check for indicators of compromiseReview SharePoint logs in Central Administration > Monitoring > Check job status > View diagnostic logs, and examine IIS logs for unusual POST requests to web service endpoints, particularly those involving serialized data patternsAffected if Unexpected web service calls, particularly to _vti_bin or API endpoints, with suspicious serialization payloads or anomalous request patterns are found
A SharePoint Server deployment is affected if it runs any version below 16.0.18526.20508, or is SharePoint Server 2016 or 2019, and is exposed to network requests where unauthenticated attackers could send malicious serialized data to SharePoint endpoints.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor data16.0.18526.20508
Apply network segmentation to limit SharePoint server exposure, implement web application firewall rules to detect deserialization attack patterns, and monitor for indicators of compromise until Microsoft's patch is released and deployed.
- Consultation8.0 h
- Implementation16.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $10,240.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-53770 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-53770 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data