nuclei-templates/vulnerabilities/other/sap-redirect.yaml

35 lines
915 B
YAML
Raw Normal View History

2021-08-07 06:01:58 +00:00
id: sap-redirect
info:
name: SAP Solution Manager - Open Redirect
2021-08-07 06:01:58 +00:00
author: Gal Nagli
severity: medium
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:
- "{{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:
- "Location: https://www.interact.sh"
- "Location: https://interact.sh"
2021-08-07 06:01:58 +00:00
condition: or
part: header
# Enhanced by md on 2022/10/18