Threat actors have been exploiting a zero-day vulnerability in legacy Sitecore deployments to deploy WeepSteel reconnaissance malware. The flaw, tracked under CVE-2025-53690, is a ViewState deserialization vulnerability caused by the inclusion of a sample ASP.NET machine key in pre-2017 Sitecore guides. Some customers reused this key in production, allowing attackers with knowledge of the key to craft valid, but malicious '_VIEWSTATE' payloads that tricked the server into deserializing and executing them, leading to remote code execution (RCE). The flaw isn't a bug in ASP.NET itself, but a misconfiguration vulnerability created by reusing publicly documented keys that were never meant for production. Mandiant researchers, who discovered the malicious activity in the wild, report that threat actors have been leveraging the flaw in multi-stage attacks. The attackers target the '/sitecore/blocked. aspx' endpoint, which contains an unauthenticated ViewState field, and achieve RCE under the IIS NETWORK SERVICE account by leveraging CVE-2025-53690. The malicious payload they drop is WeepSteel, a reconnaissance backdoor that gathers system, process, disk, and network information, disguising its exfiltration as standard ViewState responses. Mandiant observed the execution of reconnaissance commands on compromised environments, including whoami, hostname, tasklist, ipconfig /all, and netstat -ano. In the next stage of the attack, the hackers deployed Earthworm (a network tunneling an...
Hackers exploited Sitecore zero-day flaw to deploy backdoors
BleepingComputer
·Bill Toulas
·Published Sep 4, 2025
·Updated
Affected Software
1 affected component
Sitecore Sitecore
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses hackers exploiting a zero-day vulnerability in Sitecore to deploy reconnaissance malware.
2
What security implications are discussed?
The article highlights the risks associated with the ViewState deserialization vulnerability that allows unauthorized access and malware deployment.
3
What products or software are affected?
The affected product mentioned in the article is the Sitecore content management system.
4
What is the CVE identifier related to this vulnerability?
The flaw is tracked under the CVE identifier CVE-2025-53690.
5
What type of malware is deployed by exploiting this vulnerability?
The malware specifically mentioned is WeepSteel reconnaissance malware.