Skip to content

Fiori Launchpad Login Panel - Detect

ID: fiori-launchpad

Severity: info

Author: DhiyaneshDk

Tags: sap,fiori,edb,panel

Fiori Launchpad login panel was detected.

id: fiori-launchpad
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/7941
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:
verified: true
max-request: 1
vendor: sap
product: fiori_launchpad
google-query:
- sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html -site:sap.com
- sap/bc/ui5_ui5/ui2/ushell/shells/abap/fiorilaunchpad.html -site:sap.com
tags: sap,fiori,edb,panel
http:
- method: GET
path:
- "{{BaseURL}}/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Logon</title>"
- "SAP SE"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100eebf649b797538a1e2e0c4461759afd4c0c30118ac9231cb3409a69f4150bc30022100eb34869bf20ce88f043719097f971aa3cbc5b001fdb519baf9b1e7fa4f88ca10: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/fiori-launchpad.yaml"

View on Github