37 lines
1012 B
YAML
37 lines
1012 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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"OpenEMR Setup Tool"
|
|
product: openemr
|
|
vendor: open-emr
|
|
tags: misconfig,install,exposure,openemr
|
|
|
|
classification:
|
|
cpe: cpe:2.3:a:open-emr: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: 4a0a0047304502202cf66b82cebacca9440cc78fd0922133f4e91b8e86908e5dd2b54aa7a6f278cf022100a35c14528df108de85c35e33149958f93481e5df88b51d5159a9f854c1f6fec5:922c64590222798bb761d5b6d8e72950
|