| tiêu đề | code-projects Simple Admin Panel In PHP 1.0 SQL Injection |
|---|
| Mô tả | The SQL Injection vulnerability here exists because the 'c_name' parameter is directly inserted into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the 'c_name' parameter, it will be executed by the database. For example, if the 'c_name' parameter is set to '"aaa"||(SELECT 0x48596768 WHERE 1939=1939 AND 4701=4701)||', it could manipulate the query to return or modify unintended data. Always use prepared statements or parameterized queries to prevent this.
|
|---|
| Nguồn | ⚠️ https://code-projects.org/simple-admin-panel-in-php-with-source-code/ |
|---|
| Người dùng | Fergod (UID 55882) |
|---|
| Đệ trình | 23/12/2024 23:17 (cách đây 1 Năm) |
|---|
| Kiểm duyệt | 25/12/2024 15:50 (2 days later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 289281 [code-projects Simple Admin Panel 1.0 c_name Tiêm SQL] |
|---|
| điểm | 20 |
|---|