sap-fiorilaunchpad-logon: Fiori Launchpad Login Panel - Detect

2025-08-01 SAP Fiori Launchpad PoC Public

Description

Fiori Launchpad login panel was detected.

PoC

id: sap-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
  tags: panel,edb,sap
  created: 2024/04/15

rules:
  r0:
    request:
      method: GET
      path: /sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?saml2=disabled
    expression: |
      response.status == 200 && 
      (response.body.bcontains(b'<title>Logon</title>') || response.body.bcontains(b'<title>登录</title>')) && 
      response.body.bcontains(b'SAP SE')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities