---
id: CVE-2025-44203
title: >-
  In HotelDruid 3.0.0 and 3.0.7, the unauthenticated database-setup endpoint
  creadb.php can be reached before setup is completed and performs database
  creation without locking
summary: >-
  In HotelDruid 3.0.0 and 3.0.7, the unauthenticated database-setup endpoint
  creadb.php can be reached before setup is completed and performs database
  creation without locking. By sending many concurrent requests, an attacker can
  trigger a…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-209
  - CWE-400
vendor: digitaldruid
product: hoteldruid
affected:
  - hoteldruid = 3.0.0
  - hoteldruid = 3.0.7
published: '2025-06-20'
updated: '2026-07-09'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-44203'
references:
  - url: 'https://github.com/IvanT7D3/CVE-2025-44203/tree/main'
    label: cve@mitre.org
  - url: 'https://www.hoteldruid.com/'
    label: cve@mitre.org
  - url: 'https://github.com/IvanT7D3/CVE-2025-44203/tree/main'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - exploit-available
epss: 0.00571
epssPercentile: 0.44899
ingestedAt: '2026-07-10T01:55:22.903Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/IvanT7D3/CVE-2025-44203'
  checkedAt: '2026-09-26T09:05:33.713Z'
exploitAvailable: true
---

## Overview

In HotelDruid 3.0.0 and 3.0.7, the unauthenticated database-setup endpoint creadb.php can be reached before setup is completed and performs database creation without locking. By sending many concurrent requests, an attacker can trigger a race condition during which verbose SQL error messages disclose the administrator username, password hash, and salt. The same race leaves the setup partially initialized, so the administrator can no longer log in with the credentials set during installation, resulting in a denial of service that requires reinstallation to recover. Remote exploitation additionally requires the installation to allow non-localhost access. The vulnerability was fixed in version 3.0.8.

## Affected

- `hoteldruid = 3.0.0`
- `hoteldruid = 3.0.7`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
