36 lines
1011 B
YAML
36 lines
1011 B
YAML
id: openemr-setup-installer
|
|
|
|
info:
|
|
name: OpenEMR Setup Installation Page - Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects exposed OpenEMR setup installation pages which could allow unauthorized access or information disclosure.
|
|
reference:
|
|
- https://www.open-emr.org/
|
|
classification:
|
|
cpe: cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: open-emr
|
|
product: openemr
|
|
shodan-query: title:"OpenEMR Setup Tool"
|
|
tags: misconfig,install,exposure,openemr
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/setup.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>OpenEMR Setup Tool</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022014d62ce1c4e2e6faf917ebe45c785cecd20aa1e714a5fc74873c339ca2fa55c9022100e742a7462aa860162594f975fd33a7337aced86e2d03f711c0fca2287c6c70df:922c64590222798bb761d5b6d8e72950 |