Create CVE-2018-1000671.yaml

patch-1
Roberto Nunes 2022-07-19 21:44:46 +09:00 committed by GitHub
parent 957c4e4d77
commit a4eedf50df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
CVE-2018-1000671.yaml Normal file
View File

@ -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