Skip to content

Imprivata Appliance Installation Exposure

ID: imprivata-installer

Severity: medium

Author: ritikchaddha

Tags: misconfig,imprivata,install,exposure

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

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
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: 4a0a004730450221009e688c7a1d20e3c321ae8f50702f0cafd64f0f1c803f13c3089ab7ed614b1e9b022050fbcae5b071dce39bb1304972e40c4078619f476dcc295090c9dfedfb1dc536: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/misconfiguration/installer/imprivata-installer.yaml"

View on Github