NAME OF AFFECTED PRODUCT(S)
- Online Hotel Reservation System In PHP With Source Code
Vendor Homepage
AFFECTED AND/OR FIXED VERSION(S)
submitter
- ZiHao Lin, ZhiHong Tian, Chenguang Wang
VERSION(S)
Software Link
PROBLEM TYPE
Vulnerability Type
Root Cause
- A SQL injection vulnerability was found in the 'deleteslide.php' file of the 'Online Hotel Reservation System In PHP With Source Code' project. The reason for this issue is that attackers inject malicious code from the parameter "id" and use it directly in SQL queries without the need for appropriate cleaning or validation. This allows attackers to forge input values, thereby manipulating SQL queries and performing unauthorized operations.
Impact
- Attackers can exploit this SQL injection vulnerability to achieve unauthorized database access, sensitive data leakage, data tampering, comprehensive system control, and even service interruption, posing a serious threat to system security and business continuity.
DESCRIPTION
- During the security review of "Online Hotel Reservation System In PHP With Source Code",discovered a critical SQL injection vulnerability in the "deleteslide.php" file. This vulnerability stems from insufficient user input validation of the 'id' parameter, allowing attackers to inject malicious SQL queries. Therefore, attackers can gain unauthorized access to databases, modify or delete data, and access sensitive information. Immediate remedial measures are needed to ensure system security and protect data integrity.