CVE-2025-10621
Description
A vulnerability was determined in SourceCodester Hotel Reservation System 1.0. The affected element is an unknown function of the file editroomimage.php. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in SourceCodester Hotel Reservation System 1.0 editroomimage.php allows remote unauthenticated attackers to execute arbitrary SQL commands via the id parameter.
Vulnerability
Overview
A SQL injection vulnerability exists in the editroomimage.php file of SourceCodester Hotel Reservation System 1.0. The root cause is insufficient validation of the id parameter, which is directly concatenated into SQL queries without sanitization. This allows an attacker to inject malicious SQL code through the id parameter [1].
Exploitation
The attack can be performed remotely without requiring authentication. An attacker simply sends a crafted HTTP request to the vulnerable endpoint, manipulating the id parameter to inject SQL commands. The vulnerability supports time-based blind, boolean-based blind, and UNION query techniques, making it exploitable even without direct output [1].
Impact
Successful exploitation grants an attacker unauthorized access to the database, enabling sensitive data leakage, data tampering, and potentially full system control. The impact extends to compromising business continuity and data integrity [1].
Mitigation
As of the publication date, no official patch has been released. The vendor should implement proper input validation and parameterized queries to prevent SQL injection. Users are advised to apply input sanitization or restrict access to the affected file until a fix is available [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: = 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/aCas1o/cve_report/blob/main/report.mdnvdExploitThird Party Advisory
- vuldb.comnvdThird Party AdvisoryVDB Entry
- vuldb.comnvdThird Party AdvisoryVDB Entry
- vuldb.comnvdPermissions RequiredVDB Entry
- www.sourcecodester.comnvdProduct
News mentions
0No linked articles in our index yet.