nuclei-templates/cves/2017/CVE-2017-1000163.yaml

29 lines
961 B
YAML

id: CVE-2017-1000163
info:
name: The Phoenix Framework versions 1.0.0 - Open redirect
author: 0x_Akoko
severity: medium
description: The Phoenix Framework versions 1.0.0 through 1.0.4, 1.1.0 through 1.1.6, 1.2.0, 1.2.2 and 1.3.0-rc.0 are vulnerable to unvalidated URL redirection, which may result in phishing or social engineering attacks.
reference:
- https://elixirforum.com/t/security-releases-for-phoenix/4143
- https://www.cvedetails.com/cve/CVE-2017-1000163
- https://vuldb.com/?id.109587
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-1000163
cwe-id: CWE-601
tags: cve,cve2017,redirect,phoenix
requests:
- method: GET
path:
- '{{BaseURL}}/?redirect=/\interact.sh'
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
part: header