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

32 lines
961 B
YAML
Raw Normal View History

2022-10-12 05:41:40 +00:00
id: CVE-2017-1000163
2022-10-11 23:35:00 +00:00
info:
name: Phoenix Framework - Open Redirect
2022-10-11 23:35:00 +00:00
author: 0x_Akoko
severity: medium
description: 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 contain an open redirect vulnerability, which may result in phishing or social engineering attacks.
2022-10-11 23:35:00 +00:00
reference:
- https://elixirforum.com/t/security-releases-for-phoenix/4143
- https://vuldb.com/?id.109587
- https://nvd.nist.gov/vuln/detail/CVE-2017-1000163
2022-10-11 23:35:00 +00:00
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
2022-10-11 23:35:00 +00:00
cve-id: CVE-2017-1000163
cwe-id: CWE-601
tags: cve,cve2017,redirect,phoenix
metadata:
max-request: 1
2022-10-11 23:35:00 +00:00
http:
2022-10-11 23:35:00 +00:00
- method: GET
path:
2023-01-27 09:25:07 +00:00
- '{{BaseURL}}/?redirect=/\interact.sh'
2022-10-11 23:35:00 +00:00
matchers:
- type: regex
regex:
2023-01-27 09:25:07 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
2022-10-11 23:35:00 +00:00
part: header