CVE-2025-1963
Published: 05 March 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-1963 is a critical SQL injection vulnerability (CWE-74, CWE-89) in projectworlds Online Hotel Booking version 1.0. The flaw affects unknown code within the /reservation.php file, where manipulation of the 'checkin' argument enables injection of malicious SQL queries. Published on 2025-03-05, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
The vulnerability is remotely exploitable by unauthenticated attackers requiring low attack complexity and no user interaction. Successful exploitation grants low-level impacts on confidentiality, integrity, and availability, potentially allowing unauthorized data access, modification, or disruption via injected SQL payloads. An exploit has been publicly disclosed and may be in use.
Advisories and details are available via VulDB entries (ctiid.298564, id.298564, submit.511466) and a GitHub issue at ubfbuz3/cve/issues/2, which include the disclosed exploit. No specific patches or mitigations are detailed in the core description, so security practitioners should review these references for updates, such as applying input sanitization or upgrading the software.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web app (/reservation.php) enables exploitation of public-facing application (T1190), abuse of server software component (T1505), and data collection from databases via queries like --dbs (T1213.006).