CVE-2021-42949
published 2022-09-16CVE-2021-42949: The component controlla_login function in HotelDruid Hotel Management Software v3.0.3 generates a predictable session token, allowing attackers to bypass…
PriorityP267critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
5.51%
91.8th percentile
The component controlla_login function in HotelDruid Hotel Management Software v3.0.3 generates a predictable session token, allowing attackers to bypass authentication via bruteforce attacks.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | hoteldruid | < hoteldruid 3.0.4-1 (bookworm) | hoteldruid 3.0.4-1 (bookworm) |
| digitaldruid | hoteldruid | — | — |
| digitaldruid | hoteldruid | >= 0 < 3.0.4-1 | 3.0.4-1 |
Detection & IOCsextracted from sources · hover to see the quote
url/hoteldruid/inizio.php
url/inizio.php
yara
strings: $a = " HotelDruid " $b = "INSERT:" $c = "TABLES:" condition: all of them
- →Probe for unauthenticated access to the HotelDruid management panel by sending a GET request to /hoteldruid/inizio.php or /inizio.php; a 200 response containing the strings ' HotelDruid ', 'INSERT:', and 'TABLES:' (all three) in the body indicates an exposed/vulnerable instance.
- →The vulnerability stems from the controlla_login function generating predictable session tokens; monitor for high-volume sequential or patterned session token requests against the login endpoint as a sign of brute-force exploitation. ↗
- ·The Nuclei template targets both /hoteldruid/inizio.php and /inizio.php install paths; deployments may vary, so both paths should be checked during detection.
- ·The vulnerability is fixed in HotelDruid v3.0.4-1 (Debian bookworm/sid); instances still running v3.0.3 remain exploitable. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
osv9.8CRITICAL
vendor_debian9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-87g3-rx63-rrch: The component controlla_login function in HotelDruid Hotel Management Software v3
ghsa_unreviewed·2022-09-17
CVE-2021-42949 [CRITICAL] CWE-287 GHSA-87g3-rx63-rrch: The component controlla_login function in HotelDruid Hotel Management Software v3
The component controlla_login function in HotelDruid Hotel Management Software v3.0.3 generates a predictable session token, allowing attackers to bypass authentication via bruteforce attacks.
OSV
CVE-2021-42949: The component controlla_login function in HotelDruid Hotel Management Software v3
osv·2022-09-16·CVSS 9.8
CVE-2021-42949 [CRITICAL] CVE-2021-42949: The component controlla_login function in HotelDruid Hotel Management Software v3
The component controlla_login function in HotelDruid Hotel Management Software v3.0.3 generates a predictable session token, allowing attackers to bypass authentication via bruteforce attacks.
Debian
CVE-2021-42949: hoteldruid - The component controlla_login function in HotelDruid Hotel Management Software v...
vendor_debian·2021·CVSS 9.8
CVE-2021-42949 [CRITICAL] CVE-2021-42949: hoteldruid - The component controlla_login function in HotelDruid Hotel Management Software v...
The component controlla_login function in HotelDruid Hotel Management Software v3.0.3 generates a predictable session token, allowing attackers to bypass authentication via bruteforce attacks.
Scope: local
bookworm: resolved (fixed in 3.0.4-1)
bullseye: open
sid: resolved (fixed in 3.0.4-1)
No detection rules found.
Nuclei
Hoteldruid Management Panel Access
nuclei·CVSS 9.8
[CRITICAL] Hoteldruid Management Panel Access
Hoteldruid Management Panel Access
A vulnerability in Hoteldruid Panel allows remote unauthenticated users access to the management portal without authentication.
Template:
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
metadata:
max-request: 2
tags: hoteldruid,panel,unauth,vuln
http:
- method: GET
path:
- "{{BaseURL}}/hoteldruid/inizio.php"
- "{{BaseURL}}/i
No writeups or analysis indexed.
2022-09-16
Published