nuclei-templates/vulnerabilities/other/unauth-hoteldruid-panel.yaml

38 lines
966 B
YAML

id: unauth-hoteldruid-panel
info:
name: Hoteldruid Management Panel Access
author: princechaddha
severity: high
description: A vulnerability in Hoteldruid Panel allows remote unauthenticated users access to the management portal without authentication.
reference:
- https://github.com/nomi-sec/PoC-in-GitHub/blob/master/2021/CVE-2021-42949.json
- https://www.hoteldruid.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
tags: hoteldruid,panel,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/hoteldruid/inizio.php"
- "{{BaseURL}}/inizio.php"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title> HotelDruid </title>"
- "<b>INSERT:</b>"
- "<b>TABLES:</b>"
condition: and
# Enhanced by mp on 2022/03/24