| عنوان | PHPGurukul Boat Booking System-PHP V1.0 SQL Injection |
|---|
| الوصف | # Projectworlds Boat Booking System-PHP Project V1.0 /add-subadmin.php SQL injection
# NAME OF AFFECTED PRODUCT(S)
- Boat Booking System-PHP
## Vendor Homepage
- https://phpgurukul.com/boat-booking-system-using-php-and-mysql/
# AFFECTED AND/OR FIXED VERSION(S)
## submitter
- y1van
## Vulnerable File
- /add-subadmin.php
## VERSION(S)
- V1.0
## Software Link
- https://phpgurukul.com/?sdm_process_download=1&download_id=19848
# PROBLEM TYPE
## Vulnerability Type
- SQL injection
## Root Cause
- A SQL injection vulnerability was found in the '/add-subadmin.php' file of the 'Boat Booking System-PHP' project. The reason for this issue is that attackers inject malicious code from the parameter 'sadminusername' 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 "Boat Booking System-PHP",I discovered a critical SQL injection vulnerability in the "/add-subadmin.php" file. This vulnerability stems from insufficient user input validation of the 'sadminusername' 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.
# No login or authorization is required to exploit this vulnerability
# Vulnerability details and POC
## Vulnerability lonameion:
- 'sadminusername' parameter
## Payload:
```makefile
Parameter: sadminusername (POST)
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: sadminusername=213' AND (SELECT 6927 FROM (SELECT(SLEEP(5)))yDSU) AND 'DSRf'='DSRf&fullname=213&[email protected]&mobilenumber=1234567891&inputpwd=213&submit=
```
## The following are screenshots of some specific information obtained from testing and running with the sqlmap tool:
```bash
sqlmap -u "http://192.168.31.142/bbs/admin/add-subadmin.php" --data="sadminusername=213' AND (SELECT 6927 FROM (SELECT(SLEEP(5)))yDSU) AND 'DSRf'='DSRf&fullname=213&[email protected]&mobilenumber=1234567891&inputpwd=213&submit=" --dbs
```

# Suggested repair
1. **Use prepared statements and parameter binding:**
Preparing statements can prevent SQL injection as they separate SQL code from user input data. When using prepare statements, the value entered by the user is treated as pure data and will not be interpreted as SQL code.
2. **Input validation and filtering:**
Strictly validate and filter user input data to ensure it conforms to the expected format.
3. **Minimize database user permissions:**
Ensure that the account used to connect to the database has the minimum necessary permissions. Avoid using accounts with advanced permissions (such as' root 'or' admin ') for daily operations.
4. **Regular security audits:**
Regularly conduct code and system security audits to promptly identify and fix potential security vulnerabilities.
|
|---|
| المصدر | ⚠️ https://github.com/nabiland/cve/issues/2 |
|---|
| المستخدم | y1van (UID 83038) |
|---|
| ارسال | 23/03/2025 12:03 PM (1 سنة منذ) |
|---|
| الاعتدال | 02/04/2025 10:48 PM (10 days later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 303052 [PHPGurukul Boat Booking System 1.0 /add-subadmin.php sadminusername حقن SQL] |
|---|
| النقاط | 20 |
|---|