제출 #468108: code-projects Simple Admin Panel In PHP 1.0 SQL Injection정보

제목code-projects Simple Admin Panel In PHP 1.0 SQL Injection
설명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.
원천⚠️ https://code-projects.org/simple-admin-panel-in-php-with-source-code/
사용자
 Fergod (UID 55882)
제출2024. 12. 23. PM 11:17 (1 년도 ago)
모더레이션2024. 12. 25. PM 03:50 (2 days later)
상태수락
VulDB 항목289281 [code-projects Simple Admin Panel 1.0 c_name SQL 주입]
포인트들20

Do you want to use VulDB in your project?

Use the official API to access entries easily!