cbcvebase.
CVE-2025-53771
published 2025-07-20

CVE-2025-53771: Improper authentication in Microsoft Office SharePoint allows an unauthorized attacker to perform spoofing over a network.

PriorityP186medium6.5CVSS 3.1
AVNACLPRNUINSUCLILAN
ITWEXPLOITVulnCheck KEVRansomware
Exploited in the wild
EPSS
99.91%
100.0th percentile
Improper authentication in Microsoft Office SharePoint allows an unauthorized attacker to perform spoofing over a network.

Affected

9 ranges
VendorProductVersion rangeFixed in
microsoftmicrosoft_sharepoint_enterprise_server_2016>= 16.0.0 < 16.0.5513.100116.0.5513.1001
microsoftmicrosoft_sharepoint_server_2019>= 16.0.0 < 16.0.10417.2003716.0.10417.20037
microsoftmicrosoft_sharepoint_server_subscription_edition>= 16.0.0 < 16.0.18526.2050816.0.18526.20508
microsoftsharepoint_server< 16.0.18526.2050816.0.18526.20508
microsoftsharepoint_server
microsoftsharepoint_server
msrcmicrosoft_sharepoint_enterprise_server_2016
msrcmicrosoft_sharepoint_server_2019
msrcmicrosoft_sharepoint_server_subscription_edition

Detection & IOCsextracted from sources · hover to see the quote

filenamespinstall0.aspx
hash92bb4ddb98eeaf11fc15bb32e71d0a63256a0ed826a03ba293ce3a8bf057a514
pathC:\PROGRA~1\COMMON~1\MICROS~1\WEBSER~1\16\TEMPLATE\LAYOUTS\spinstall0.aspx
pathC:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\TEMPLATE\LAYOUTS\
url/_layouts/15/ToolPane.aspx?DisplayMode=Edit
url/_layouts/SignOut.aspx
url/_layouts/15/spinstall0.aspx
processw3wp.exe spawning encoded PowerShell
ip107.191.58[.]76
ip104.238.159[.]149
ip96.9.125[.]147
ip103.186.30[.]186
ip134.199.202[.]205
ip104.238.159[.]149
ip188.130.206[.]168
ip131.226.2[.]6
filenameSpinstall0.aspx
urlc34718cbb4c6.ngrok-free[.]app/file.ps1
sigma
DeviceFileEvents | where FolderPath has "MICROS~1\\WEBSER~1\\16\\TEMPLATE\\LAYOUTS" | where FileName =~ "spinstall0.aspx" or FileName has "spinstall0" | project Timestamp, DeviceName, InitiatingProcessFileName, InitiatingProcessCommandLine, FileName, FolderPath, ReportId, ActionType, SHA256 | order by Timestamp desc
  • Detect ToolShell auth bypass: look for HTTP POST requests to /_layouts/15/ToolPane.aspx?DisplayMode=Edit with a Referer header of /_layouts/SignOut.aspx in IIS logs
  • Detect web shell drop: monitor for creation of spinstall0.aspx (or any file matching 'spinstall0') under the SharePoint LAYOUTS directory (MICROS~1\WEBSER~1\16\TEMPLATE\LAYOUTS)
  • Detect post-exploitation RCE: alert on w3wp.exe spawning encoded PowerShell child processes on SharePoint servers
  • CVE-2025-53771 auth bypass mechanism: the forged Referer header /_layouts/SignOut.aspx causes SharePoint to treat the request as authenticated — flag any POST to ToolPane.aspx with this Referer
  • Threat actor attribution: at least one early exploiting actor is a China-nexus threat actor; Storm-2603 has been specifically linked to ToolShell activity starting July 2025
  • ·CVE-2025-53771 only affects on-premises SharePoint Server deployments; SharePoint Online (Microsoft 365) is NOT impacted
  • ·Self-managed SharePoint Server instances hosted in cloud environments (Azure, AWS, GCP) are also vulnerable — cloud hosting does not provide protection
  • ·In many reported cases it is unclear whether exploitation used the original CVEs (CVE-2025-49704/49706) or the newer bypass variants (CVE-2025-53770/53771); both patch sets must be applied
  • ·SharePoint Server 2010 and 2013 are end-of-life and will not receive patches but are confirmed affected — they should be isolated or upgraded
  • ·Machine key rotation must be performed after patching; stolen ValidationKey/DecryptionKey values allow continued RCE via forged __VIEWSTATE even on patched servers if keys are not rotated

CVSS provenance

nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vulncheck8.8HIGH
cisa8.8HIGH
vendor_msrc9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.