Skip to content

SAP Fiori Login Panel - Detect

ID: sapfiori-panel

Severity: info

Author: righettod

Tags: panel,sap,fiori

SAP Fiori login panel was detected.

id: sapfiori-panel
info:
name: SAP Fiori Login Panel - Detect
author: righettod
severity: info
description: SAP Fiori login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:sap:fiori:*:*:*:*:erp_hcm:*:*:*
metadata:
max-request: 2
vendor: sap
product: fiori
tags: panel,sap,fiori
http:
- method: GET
path:
- "{{BaseURL}}/fiori"
- "{{BaseURL}}/irj/portal/fiori"
matchers-condition: or
matchers:
- type: word
words:
- 'fioriLogin'
- 'action="/fiori"'
part: body
condition: and
- type: word
words:
- "UIPPortalPath"
- "/irj/portal/fiori"
part: body
condition: and
# digest: 490a004630440220262f70b42b464cc33e1702b4cb501d1baf0803243959c177dd6edbacccfb124902203b99822fb969d4857dc53a6d8decf35dda3d3b43a99bb812c5dcf1dc4734ffd7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sapfiori-panel.yaml"

View on Github