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

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

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)
CWE-74CWE-89

Affected Products

projectworlds
online hotel booking
1.0

MITRE ATT&CK Enterprise Techniques

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).

References