What is Sitecore Experience Platform?
Sitecore CMS and Experience Platform (XP) is an enterprise .NET-based content management and digital marketing platform used by large organizations to run public-facing websites, personalized marketing campaigns, and customer experience portals.
Overview
CVE-2019-9875 is the low-privileged counterpart to CVE-2019-9874: a high-severity (CVSS 8.8) .NET deserialization vulnerability in the same Sitecore.Security.AntiCSRF module. It requires low-privileged authentication rather than none, but otherwise follows the same exploitation pattern — a malicious serialized .NET object submitted via the __CSRFTOKEN POST parameter leads to remote code execution.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Sitecore XP / CMS | Versions predating the 2019 AntiCSRF security patch | Patched per Sitecore knowledge-base article KB0038556 |
Technical Details
Like CVE-2019-9874, the AntiCSRF module deserializes attacker-supplied data from the __CSRFTOKEN POST field using unsafe .NET deserialization without validating the payload's object type (CWE-502). Here, however, the vulnerable code path requires the requester to hold at least low-level authenticated access before the malicious object is deserialized, which is why this variant scores slightly lower than its unauthenticated sibling despite otherwise identical impact.
Discovery
Sitecore published fix guidance in knowledge-base article KB0038556, addressing this low-privileged variant of the AntiCSRF deserialization issue.
Exploitation Context
Like CVE-2019-9874, this CVE saw renewed confirmed exploitation years after its original 2019 disclosure, prompting CISA to add it to the KEV catalog in March 2025. Legacy Sitecore deployments that retained even low-privilege user accounts — such as basic content-author logins — remained exploitable through this path, illustrating why authenticated-only vulnerabilities in widely deployed CMS platforms still carry serious real-world risk.
Remediation
- Apply Sitecore's patch referenced in KB0038556 (or upgrade to a current, supported Sitecore XP release) without delay.
- Audit and minimize the number of low-privileged accounts (including content-author and service accounts) that could be leveraged to trigger this flaw.
- Restrict direct internet access to Sitecore's authenticated endpoints where feasible.
- Monitor for unusual authenticated POST requests containing large or unusual
__CSRFTOKENvalues. - Treat this as a companion fix to CVE-2019-9874 — patching one without the other leaves the platform exposed.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-9875 |
| Vendor / Product | Sitecore — CMS and Experience Platform (XP) |
| NVD Published | 2019-05-31 |
| NVD Last Modified | 2025-11-07 |
| CVSS 3.1 Score | 8.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-502 find similar ↗ |
| CISA KEV Added | 2025-03-26 |
| CISA KEV Deadline | 2025-04-16 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-05-31 | CVE published; Sitecore issued fix guidance in KB0038556 |
| 2025-03-26 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2025-04-16 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-9875 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Sitecore Knowledge Base — KB0038556 | Vendor Advisory |