Cyber Posture

CVE-2025-1962

HighPublic PoC

Published: 05 March 2025

Published
05 March 2025
Modified
02 April 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.0021 43.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1962 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 43.3th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates SQL injection by requiring validation and sanitization of untrusted inputs like the 'roomname' parameter in /admin/addroom.php.

prevent

Ensures timely identification, reporting, and patching of the specific SQL injection flaw in the Online Hotel Booking 1.0 application.

preventdetect

Vulnerability scanning identifies the SQL injection vulnerability (CVE-2025-1962) in the affected endpoint, enabling remediation before exploitation.

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.
Why these techniques?

Unauthenticated SQL injection in public-facing web application /admin/addroom.php enables initial access via exploitation (T1190) and data collection from databases (T1213.006).

NVD Description

A vulnerability was found in projectworlds Online Hotel Booking 1.0. It has been classified as critical. This affects an unknown part of the file /admin/addroom.php. The manipulation of the argument roomname leads to sql injection. It is possible to initiate…

more

the attack remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2025-1962 is a critical SQL injection vulnerability in projectworlds Online Hotel Booking version 1.0, affecting an unknown part of the file /admin/addroom.php. The issue arises from improper neutralization of the 'roomname' parameter (CWE-74, CWE-89), allowing remote attackers to manipulate this input and execute arbitrary 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), indicating high severity due to its network accessibility and low complexity.

Unauthenticated remote attackers can exploit this vulnerability without privileges or user interaction by sending crafted requests to the vulnerable endpoint. Successful exploitation enables limited impacts, including low-level disclosure of sensitive information (C:L), modification of data (I:L), and denial of service (A:L), potentially allowing attackers to extract or alter database contents related to hotel room management.

Advisories from VulDB and a related GitHub issue note that the exploit has been publicly disclosed and may be actively used. Practitioners should review the references (e.g., https://vuldb.com/?id.298563, https://github.com/ubfbuz3/cve/issues/1) for detailed proof-of-concept details and apply updates if available for the affected software.

Details

CWE(s)

Affected Products

projectworlds
online hotel booking
1.0

CVEs Like This One

CVE-2025-1965Same product: Projectworlds Online Hotel Booking
CVE-2025-1963Same product: Projectworlds Online Hotel Booking
CVE-2025-1964Same product: Projectworlds Online Hotel Booking
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
CVE-2025-2062Same vendor: Projectworlds

References