Skip to content

Fiori Launchpad Login Panel - Detect

ID: fiorilaunchpad-logon

Severity: info

Author: dhiyaneshDK

Tags: panel,edb,sap

Fiori Launchpad login panel was detected.

id: fiorilaunchpad-logon
info:
name: Fiori Launchpad Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Fiori Launchpad login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6793
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_launchpad:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: sap
product: fiori_launchpad
google-query: sap/bc/ui5_ui5/ui2/ushell/shells/abap/fiorilaunchpad.html -site:sap.com
tags: panel,edb,sap
http:
- method: GET
path:
- '{{BaseURL}}/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?saml2=disabled'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Logon</title>"
- "fioriLogin"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100a72762a0c6511bb1d1ff03c559e657965a145f83a868465b1a5834e09d34c877022100d5ea894f8cf23b97111fb71eef5c4d7693648a2a165ef8b3600e070baac53a3b: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/fiorilaunchpad-logon.yaml"

View on Github