Skip to content

Bonita - Default Login

ID: bonita-default-login

Severity: high

Author: DhiyaneshDk

Tags: bonita,default-login,misconfig

Bonita login was using default credentials which can led to gain super administrator access.

id: bonita-default-login
info:
name: Bonita - Default Login
author: DhiyaneshDk
severity: high
description: |
Bonita login was using default credentials which can led to gain super administrator access.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-1197926023
tags: bonita,default-login,misconfig
variables:
username: install
password: install
http:
- raw:
- |
POST /bonita/loginservice?redirect=true&redirectUrl=%2Fbonita%2Fapps%2FappDirectoryBonita HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}&_l=en
host-redirects: true
max-redirects: 4
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Layout Without Menu"
- "bonitasoft.ui.services"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502200da70af027dc04268e34abfcb35757a54782c8abbef95f7f7d2f00d3313e2e2b022100f77f8ff40389181711aa68eafadc9602a79bab6e6765e2bbbd2bc3615294b9fe: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/default-logins/bonita/bonita-default-login.yaml"

View on Github