webuzo-installer: Webuzo Installer

2025-08-01 Webuzo Installer PoC Public

Description

Webuzo is susceptible to the Installation page exposure due to misconfiguration.

PoC

id: webuzo-installer

info:
  name: Webuzo Installer
  author: DhiyaneshDk
  severity: high
  description: Webuzo is susceptible to the Installation page exposure due to misconfiguration.
  classification:
    cpe: cpe:2.3:a:softaculous:webuzo:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: softaculous
    product: webuzo
    shodan-query: title:"Webuzo Installer"
  tags: misconfig,webuzo,install,exposure,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/install.php'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'Webuzo Installer'
          - 'Webuzo Initial Setup'
        condition: and

      - type: word
        part: header
        words:
          - 'text/html'

      - type: status
        status:
          - 200
# digest: 4b0a004830460221008ed534639aeccb9efc1650a38514510e75e585365247d3992804cfdb8a9cf85e022100ed9a96438b43f31387f1f231a841655bad12a682f08bb4b194a27694e0b5d622:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities