Patch tracker / KB5002768
KB5002768: Microsoft SharePoint Server 2019 Security Update (July 2025)
KB5002768 is a Critical security update for Microsoft SharePoint Server 2019, released 2025-07-08. It closes 2 CVEs with a maximum CVSS of 9.8. At least one of them is actively exploited (CISA KEV) and linked to ransomware, so this is a deploy-first update. The most likely of them to be attacked is CVE-2025-53771, which FIRST.org rates at 100% probability of exploitation in the next 30 days.
Update summary
Fixes 2 CVEs. At least one is actively exploited (CISA KEV). Most severe CVSS 9.8 (Critical). EPSS exploit probability up to 100%. One is linked to ransomware. Among the top 5% of tracked Microsoft updates by EPSS exploit probability.
A newer security update for Microsoft SharePoint Enterprise Server 2016 has shipped since this one: KB5002882 (2026-08-11). For cumulative update families the newer package includes these fixes, so installing that one is usually the shorter path. Verify against your own update rings before you skip this package.
Microsoft documents 1 known issue with this update.
- Users may experience an issue when loading some SharePoint page resources, and the following error message is logged in the SharePoint Unified...
Rounding out the SharePoint ToolShell fix set from July 8, 2025, this package also resolves CVE-2025-53771 and CVE-2025-53770 for SharePoint Enterprise Server 2016, SharePoint Server 2019, and Subscription Edition, at the same Critical, CVSS 9.8, 100 percent EPSS, CISA KEV, and ransomware-linked profile as the rest of the family. With five related packages patching the identical vulnerability pair, the priority is coverage: every SharePoint server in the farm needs one of them.
Do this: Audit the whole SharePoint farm to confirm every server has one of the ToolShell fix packages installed, including this one.
AI-generated from public data, 2026-07-07. Verify against the vendor advisory before acting.
Senserva AI Opinion and rich prompt for KB5002768
Copy this prompt into Claude, ChatGPT, or Copilot. The facts are included, sourced from this page.
Full tracking and change history for KB5002768
- Released
- 2025-07-08
- Last changed
- 2025-07-08
- Changes tracked
- 1
Senserva began recording day-to-day change history on 2026-07-07, and refreshes it several times a day. Release dates are historical where Microsoft publishes them; revision history is tracked from that date forward, so it does not include changes made before then.
Check if KB5002768 is installed
Elevated PowerShell. No output means it is not installed.
Known issues, from Microsoft
Quoted from Microsoft's support article for KB5002768 (checked 2026-08-11). Verify against the article before acting.
Users may experience an issue when loading some SharePoint page resources, and the following error message is logged in the SharePoint Unified Logging System (ULS) logs:
Note
[SPRequestModule.PostAuthenticateRequestHandler] Risky signout bypass limited (Access Denied). request path: '<resource path>'.
To work around this issue, farm administrators can add the resource path in the AllowList by running the following PowerShell commands:
$farm = get-spfarm
$farm.AddGenericAllowedListValue("SignOutRefererAllowList", "<resource path>")
$farm.Update()
iisreset
To check whether the resource path exists in the AllowList, run:
$farm.ContainsGenericAllowedListValue("SignOutRefererAllowList", "<resource path>")
To remove the resource path from the AllowList, run:
$farm.RemoveGenericAllowedListValue("SignOutRefererAllowList", "<resource path>")
Note
Make sure that the resource path is valid and as expected before you follow the instructions to configure it.
CVEs fixed by this update
Sorted exploited-first, then by CVSS. Every CVE links to its Senserva page with the full risk facts, references, and a ready-to-paste AI prompt.
| CVE | Severity | CVSS | EPSS | Exploited |
|---|---|---|---|---|
| CVE-2025-53770 | Critical | 9.8 | 100% | KEV Ransomware |
| CVE-2025-53771 | Medium | 6.5 | 100% | No |
Scope and sources
- Affected products
- Also released in July 2025
KB5002753
2 CVEs · Critical · exploitedKB5002754
2 CVEs · Critical · exploitedKB5002759
2 CVEs · Critical · exploitedKB5002760
2 CVEs · Critical · exploitedKB5002741
4 CVEs · High · exploitedKB5002744
4 CVEs · High · exploitedKB5002751
2 CVEs · High · exploitedKB5060118
39 CVEs · High · exploitedThe full month, summarized: Microsoft Patch Tuesday.
- Authoritative references
See this and every Microsoft update ranked by real-world risk on the Microsoft Patch Tracker.