제출 #787031: code-projects Easy Blog Site In PHP 1.0 SQL Injection정보

제목code-projects Easy Blog Site In PHP 1.0 SQL Injection
설명A SQL Injection vulnerability exists in the Easy Blog Site in PHP within the contact form functionality. The vulnerability occurs in the following endpoint: /blog/users/contact_us.php The application processes user input submitted through an HTTP POST request. The name parameter is user-controlled and is incorporated into backend SQL queries without proper validation or sanitization. Testing confirmed that the name parameter is vulnerable to time-based SQL injection, indicating that attacker-supplied SQL expressions are executed by the database engine. By injecting a crafted payload into the name parameter, an attacker can manipulate the SQL query. In the provided request, a delay-based SQL payload using the SLEEP() function was used: name='+(select*from(select(sleep(20)))a)+' When the request is processed, the server response is delayed by approximately 20 seconds, confirming successful execution of the injected SQL statement. This demonstrates that the application directly includes user input in SQL queries without using prepared statements or parameterized queries.
원천⚠️ https://github.com/ahmadmarz10-hub/CVEsMarz/blob/main/SQL%20Injection%20in%20Easy%20Blog%20Site%20PHP%20name%20Parameter.md
사용자
 AhmadMarzouk (UID 95993)
제출2026. 03. 24. PM 12:49 (6 개월 ago)
모더레이션2026. 04. 08. PM 04:39 (15 days later)
상태수락
VulDB 항목356243 [code-projects Easy Blog Site 까지 1.0 /users/contact_us.php 이름 SQL 주입]
포인트들20

Want to stay up to date on a daily basis?

Enable the mail alert feature now!