提交 #898998: Abdurrab5 (Github) Online Makeup Store 1.0 Unauthenticated SQL Injection (Authentication Bypass)信息

标题Abdurrab5 (Github) Online Makeup Store 1.0 Unauthenticated SQL Injection (Authentication Bypass)
描述The customer login handler in customerSignin.php concatenates the username and password POST parameters directly into a SQL query with no prepared statement, escaping, or validation: $aid=$_POST['username']; $password=$_POST['password']; $query="SELECT * FROM customer WHERE username='$aid' and password='$password' "; $result= mysqli_query($link, $query); if(mysqli_num_rows($result)){ // ... login succeeds, customer session is set } Supplying ' OR '1'='1' -- in username makes the query always true and comments out the password check, logging the attacker in as the first customer with no valid credentials. The same query is also usable for UNION/error-based data extraction.
来源⚠️ https://github.com/yashkeral/cve-writeups/blob/main/online-makeup-store/02-customer-login-sqli.md
用户
 Yashkumar Keral (UID 99903)
提交2026-07-21 20時21分 (2 月前)
管理2026-09-23 15時47分 (2 months later)
状态已接受
VulDB条目408968 [Abdurrab5 online-makeup-store Customer Login customerSignin.php username/password SQL注入]
积分20

Do you know our Splunk app?

Download it now for free!