# N/A
## 漏洞概述
Sitecore CMS 和 Sitecore XP 中的 Sitecore.Security.AntiCSRF(又称 anti CSRF)模块存在反序列化不可信数据漏洞。攻击者可以通过发送包含在 HTTP POST 参数 `__CSRFTOKEN` 中的序列化 .NET 对象来执行任意代码。
## 影响版本
- Sitecore CMS 7.0 到 7.2
- Sitecore XP 7.5 到 8.2
## 漏洞细节
攻击者可以发送一个包含在 HTTP POST 参数 `__CSRFTOKEN` 中的序列化 .NET 对象。由于反序列化过程中未验证此对象来源,攻击者可以执行任意代码。
## 影响
未经授权的攻击者可以通过利用该漏洞,在服务器上执行任意代码,可能导致完全控制服务器。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Sitecore Experience Platform before 8.2 Update-7 and 9.0 before Update-2 is vulnerable to a remote code execution vulnerability (CVE-2019-9874). An attacker can exploit this issue to execute arbitrary code on the affected system via a crafted request to the /sitecore/shell/Applications/Layouts/IDE.aspx endpoint. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2019/CVE-2019-9874.yaml | POC详情 |
暂无评论