imprivata-installer: Imprivata Appliance Installation Exposure

2025-08-01 Imprivata Installer PoC Public

Description

Imprivata Appliance is susceptible to the Installation page exposure due to misconfiguration.

PoC

id: imprivata-installer

info:
  name: Imprivata Appliance Installation Exposure
  author: ritikchaddha
  severity: medium
  description: Imprivata Appliance is susceptible to the Installation page exposure due to misconfiguration.
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"Appliance Setup Wizard"
  tags: misconfig,imprivata,install,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wizard/base.php"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<title>Appliance Setup Wizard'
          - 'Imprivata'
        condition: and
        case-insensitive: true

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

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

References

Related Vulnerabilities