2022-07-19 12:44:46 +00:00
id : CVE-2018-1000671
info :
2022-08-19 20:44:38 +00:00
name : Sympa version =>6.2.16 - Cross-Site Scripting
2022-07-19 12:44:46 +00:00
author : 0x_Akoko
severity : medium
2022-08-19 20:44:38 +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 cross-site scripting via data URIs.
2023-09-06 12:57:14 +00:00
remediation : |
Upgrade to a patched version of Sympa (>=6.2.17) or apply the necessary security patches provided by the vendor.
2022-07-19 12:44:46 +00:00
reference :
- https://github.com/sympa-community/sympa/issues/268
- https://vuldb.com/?id.123670
2022-08-19 20:44:38 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-1000671
2023-07-15 16:29:17 +00:00
- https://lists.debian.org/debian-lts-announce/2018/09/msg00023.html
- https://lists.debian.org/debian-lts-announce/2020/11/msg00015.html
2022-07-19 12:44:46 +00:00
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
2023-10-14 11:27:55 +00:00
epss-score : 0.00745
epss-percentile : 0.78789
2023-09-06 12:57:14 +00:00
cpe : cpe:2.3:a:sympa:sympa:*:*:*:*:*:*:*:*
2022-07-24 17:04:32 +00:00
metadata :
2023-06-04 08:13:42 +00:00
verified : true
2023-09-06 12:57:14 +00:00
max-request : 1
2023-07-15 16:29:17 +00:00
vendor : sympa
product : sympa
2023-09-06 12:57:14 +00:00
shodan-query : http.html:"sympa"
2022-07-24 17:04:32 +00:00
tags : cve,cve2018,redirect,sympa,debian
2022-07-19 12:44:46 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-19 12:44:46 +00:00
- 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 :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1