itflow-unfinished-installation: ITFlow Unfinished Installation

2026-01-24 ITFlow Unfinished Installation PoC Public

Description

Detected ITFlow setup wizard was exposed with an unfinished installation, allowing attackers to configure the database and create an admin account.

PoC

id: itflow-unfinished-installation

info:
  name: ITFlow Unfinished Installation
  author: 0x_Akoko
  severity: high
  description: |
    Detected ITFlow setup wizard was exposed with an unfinished installation, allowing attackers to configure the database and create an admin account.
  reference:
    - https://github.com/itflow-org/itflow
    - https://docs.itflow.org/installation
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.title:"ITFlow"
    fofa-query: title="ITFlow"
  tags: itflow,misconfig,install,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/setup/index.php"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "<title>ITFlow Setup</title>", "for choosing to try ITFlow", "Begin Setup", "Database")'
        condition: and
# digest: 490a004630440220471aa8db13b745a8bfadadf968819b89dcaea79881ab19b808ead4507e09e052022074f568dba787be097b56c42165cc89022a70ba2f839941648cac92c89ecbf597:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities