updated matcher
parent
7b60f84db5
commit
b79d06c888
|
@ -4,26 +4,26 @@ info:
|
||||||
name: OpenText Documentum Administrator 7.2.0180.0055 - Open redirect
|
name: OpenText Documentum Administrator 7.2.0180.0055 - Open redirect
|
||||||
author: 0x_Akoko
|
author: 0x_Akoko
|
||||||
severity: low
|
severity: low
|
||||||
description: Multiple open redirect vulnerabilities in OpenText Documentum Administrator 7.2.0180.0055 allow remote attackers to redirect users to arbitrary web sites and conduct phishing attacks.
|
description: |
|
||||||
|
Multiple open redirect vulnerabilities in OpenText Documentum Administrator 7.2.0180.0055 allow remote attackers to redirect users to arbitrary web sites and conduct phishing attacks.
|
||||||
reference:
|
reference:
|
||||||
- https://seclists.org/fulldisclosure/2017/Sep/57
|
- https://seclists.org/fulldisclosure/2017/Sep/57
|
||||||
- https://www.cvedetails.com/cve/CVE-2017-14524
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-14524
|
||||||
- https://vuldb.com/?id.107201
|
|
||||||
tags: cve,cve2017,redirect,opentext
|
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||||
cvss-score: 6.10
|
cvss-score: 6.10
|
||||||
cve-id: CVE-2017-14524
|
cve-id: CVE-2017-14524
|
||||||
cwe-id: CWE-601
|
cwe-id: CWE-601
|
||||||
|
tags: cve,cve2017,redirect,opentext
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/xda/help/en/default.htm?startat=//example.com'
|
- '{{BaseURL}}/xda/help/en/default.htm?startat=//oast.me'
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
|
||||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?example\.com(?:\s*?)$'
|
|
||||||
part: header
|
part: header
|
||||||
|
regex:
|
||||||
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?oast\.me(?:\s*?)$'
|
||||||
|
|
Loading…
Reference in New Issue