2021-08-07 06:01:58 +00:00
id : sap-redirect
info :
2022-10-19 21:11:27 +00:00
name : SAP Solution Manager - Open Redirect
2021-08-07 06:01:58 +00:00
author : Gal Nagli
severity : medium
2022-10-19 21:11:27 +00:00
description : SAP Solution Manager contains an open redirect vulnerability via the logoff endpoint. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
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.1
cwe-id : CWE-601
2021-08-07 09:30:29 +00:00
tags : redirect,sap
2021-08-07 06:01:58 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/sap/public/bc/icf/logoff?redirecturl=https://interact.sh"
2021-08-07 06:01:58 +00:00
matchers-condition : and
matchers :
2021-08-07 09:30:29 +00:00
2021-08-07 06:01:58 +00:00
- type : status
status :
- 302
2021-08-07 09:30:29 +00:00
2021-08-07 06:01:58 +00:00
- type : word
words :
2022-06-06 10:40:15 +00:00
- "Location: https://www.interact.sh"
- "Location: https://interact.sh"
2021-08-07 06:01:58 +00:00
condition : or
part : header
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18