CVE-2026-96602 Details
Description
A flaw has been found in Abdurrab5 online-makeup-store. This impacts an unknown function of the file customerSignin.php of the component Customer Login Handler. This manipulation of the argument username/password causes sql injection. The attack is possible to be carried out remotely. The exploit has been published and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The vendor was contacted early about this disclosure.
A SQL injection vulnerability has been identified in the customer login handler of Abdurrab5's online makeup store, specifically in version 1.0. The issue arises in the file customerSignin.php, where the application improperly concatenates the username and password POST parameters into a SQL query without using prepared statements or proper validation. This flaw allows remote attackers to manipulate the SQL query, bypass authentication, and gain unauthorized access to customer accounts and sensitive data, including order history and plaintext passwords. Additionally, the SQL injection could be exploited for UNION or error-based data extraction.
It is recommended to use parameterized queries or prepared statements for handling user input in SQL queries. Passwords should be hashed using password_hash() and verified with password_verify(). Additionally, the application should return a generic authentication failure message and avoid disclosing detailed database error information.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/yashkeral/cve-writeups/blob/main/online-makeup-store/02-customer-login-sqli.md | [email protected] | ExploitRemedyTechnical Description |
| https://vuldb.com/cve/CVE-2026-96602 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/898998 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/408968 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/408968/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Abdurrab5 Online Makeup Store | 1.0 |
CPE
Remediation
| |
Change History
1 change record found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 23, 2026 | New CVE Received | [email protected] |
Volerion