Cyber Posture

CVE-2025-1964

HighPublic PoC

Published: 05 March 2025

Published
05 March 2025
Modified
15 May 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0005 14.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1964 is a high-severity Injection (CWE-74) vulnerability in Projectworlds Online Hotel Booking. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly prevents SQL injection by requiring validation of untrusted inputs like the 'checkin' parameter before processing in SQL queries.

prevent

SI-2 mandates identification, reporting, correction, and verification of flaws like this SQL injection vulnerability in the /booknow.php endpoint.

prevent

SI-9 enforces restrictions on information inputs such as the 'checkin' parameter to block malicious SQL payloads through type, length, and format limits.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

Unauthenticated SQL injection in public-facing web application (/booknow.php) enables initial access via exploitation (T1190), arbitrary data collection from backend databases (T1213.006), and stored data manipulation (T1565.001).

NVD Description

A vulnerability was found in projectworlds Online Hotel Booking 1.0. It has been rated as critical. This issue affects some unknown processing of the file /booknow.php?roomname=Duplex. The manipulation of the argument checkin leads to sql injection. The attack may be…

more

initiated remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.

Deeper analysisAI

CVE-2025-1964 is a SQL injection vulnerability rated as critical in projectworlds Online Hotel Booking version 1.0. The flaw resides in the processing of the /booknow.php?roomname=Duplex endpoint, where manipulation of the 'checkin' argument enables SQL injection. It is classified under CWE-74 and CWE-89, with 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). Other parameters may also be susceptible.

The vulnerability allows remote attackers with no privileges or user interaction to exploit it over the network with low complexity. By crafting a malicious request targeting the 'checkin' parameter, an attacker can inject SQL payloads, potentially leading to limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.

Advisories and details are available via VulDB entries and a GitHub issue tracker, which document the issue and public disclosure of the exploit. No specific patches or mitigations are detailed in the core CVE information.

The exploit has been publicly disclosed, increasing the risk of real-world exploitation against exposed instances of the affected software.

Details

CWE(s)

Affected Products

projectworlds
online hotel booking
1.0

CVEs Like This One

CVE-2025-1962Same product: Projectworlds Online Hotel Booking
CVE-2025-1965Same product: Projectworlds Online Hotel Booking
CVE-2025-1963Same product: Projectworlds Online Hotel Booking
CVE-2025-2660Same vendor: Projectworlds
CVE-2025-2657Same vendor: Projectworlds
CVE-2025-2661Same vendor: Projectworlds
CVE-2025-2662Same vendor: Projectworlds
CVE-2025-2065Same vendor: Projectworlds
CVE-2025-2659Same vendor: Projectworlds
CVE-2025-2067Same vendor: Projectworlds

References