OpenText Documentum Administrator 7.2.0180.0055 - Open Redirect
ID: CVE-2017-14524
Severity: medium
Author: 0x_Akoko
Tags: cve2017,cve,redirect,opentext,seclists
Description
Section titled “Description”OpenText Documentum Administrator 7.2.0180.0055 is susceptible to multiple open redirect vulnerabilities. An attacker can redirect a user to a malicious site and potentially obtain sensitive information, modify data, and/or execute unauthorized operations.
YAML Source
Section titled “YAML Source”id: CVE-2017-14524
info: name: OpenText Documentum Administrator 7.2.0180.0055 - Open Redirect author: 0x_Akoko severity: medium description: | OpenText Documentum Administrator 7.2.0180.0055 is susceptible to multiple open redirect vulnerabilities. An attacker can redirect a user to a malicious site and potentially 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 download of malware. remediation: | Apply the latest security patches or upgrade to a patched version of OpenText Documentum Administrator. reference: - https://seclists.org/fulldisclosure/2017/Sep/57 - https://knowledge.opentext.com/knowledge/llisapi.dll/Open/68982774 - https://nvd.nist.gov/vuln/detail/CVE-2017-14524 - http://seclists.org/fulldisclosure/2017/Sep/57 - https://github.com/ARPSyndicate/cvemon 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-2017-14524 cwe-id: CWE-601 epss-score: 0.00258 epss-percentile: 0.65482 cpe: cpe:2.3:a:opentext:documentum_administrator:7.2.0180.0055:*:*:*:*:*:*:* metadata: max-request: 1 vendor: opentext product: documentum_administrator tags: cve2017,cve,redirect,opentext,seclists
http: - method: GET path: - '{{BaseURL}}/xda/help/en/default.htm?startat=//oast.me'
matchers: - type: regex part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?oast\.me(?:\s*?)$'# digest: 4a0a00473045022064af0272fa2145bb743fe9f4edbec66c22aa4395348269244d65a24f2cb73bda022100cefabc2b8bd53341ba16210be2bfea97858e8cb44fcfa4beaf04c84f0d285bc4:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2017/CVE-2017-14524.yaml"