LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2019-9875: Sitecore CMS and Experience Platform (XP) Deserialization Vulnerability

RBRecent Breaches Vulnerability Intelligence·Mar 26, 2025
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Apr 16, 2025
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2019-9875 to its Known Exploited Vulnerabilities catalog on Mar 26, 2025, with a federal patch deadline of Apr 16, 2025 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Sitecore CMS and Experience Platform (XP) contain a deserialization vulnerability in the Sitecore.Security.AntiCSRF module that allows an authenticated attacker to execute arbitrary code by sending a…

CVE-2019-9875 is a deserialization vulnerability in Sitecore CMS and Experience Platform (XP). It resides in the Sitecore.Security.AntiCSRF module and lets an authenticated attacker execute arbitrary code by submitting a crafted serialized .NET object in the HTTP POST parameter __CSRFTOKEN. Because the flaw can lead to full code execution on the server, it matters for any organization running these products: successful abuse can give an attacker control of the content-management environment and the data it holds.

Public detail is limited to the description above; exact affected versions, CVSS scores, and exploit mechanics must be confirmed against the vendor advisory. Known ransomware use is not documented.

How it works

The weakness is classified as CWE-502 (Deserialization of Untrusted Data). In .NET applications, deserialization reconstructs objects from a byte stream. When an application deserializes data that an attacker can control, the attacker can supply a malicious object graph that triggers unintended code paths during reconstruction.

According to the CISA summary, the Sitecore.Security.AntiCSRF module accepts the __CSRFTOKEN value from an authenticated HTTP POST request and deserializes it. An attacker who already possesses valid credentials can replace a legitimate token with a serialized .NET object of their choosing. When the module processes that object, the attacker’s code runs with the privileges of the Sitecore process. No further exploit specifics are provided in the available facts; defenders should treat any authenticated request that carries an anomalous __CSRFTOKEN as potentially malicious.

Am I affected? How to find it in your systems

Sitecore CMS and Experience Platform (XP) are typically deployed as on-premises or hosted .NET web applications that power public websites, extranets, and digital-experience platforms. Inventory every server or container that hosts Sitecore binaries or configuration files; look for the Sitecore.Security.AntiCSRF assembly and related modules.

Any system that still runs an unpatched Sitecore CMS or XP instance should be treated as potentially vulnerable until the vendor advisory confirms otherwise.

How to remediate

The primary remediation is to apply the vendor-supplied update that addresses CVE-2019-9875. Obtain the patch or cumulative update directly from Sitecore’s official channels and follow the installation instructions in the advisory. After patching, restart the application pools or services and verify that the vulnerable AntiCSRF code path is no longer present.

Additional hardening steps appropriate for this class of flaw include:

If mitigations are unavailable, CISA guidance states that organizations should discontinue use of the product.

If you can't patch immediately

Until the vendor update can be applied, reduce exposure with compensating controls:

These measures lower risk but do not eliminate it; schedule the official patch as soon as possible.

If your data may have been exposed

Actively exploited deserialization vulnerabilities frequently result in full system compromise and subsequent data theft. If logs or telemetry indicate that an attacker successfully abused CVE-2019-9875, treat the Sitecore environment and any connected data stores as potentially breached. Rotate credentials, review access logs for lateral movement, and follow your incident-response plan. You can also run a free exposure scan of your email addresses against known breach data sets to determine whether related accounts appear in public dumps.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedSitecore · CMS and Experience Platform (XP)
WeaknessCWE-502
Added to CISA KEVMar 26, 2025
Federal patch deadlineApr 16, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities