CVE-2026-96601 Details
Description
A vulnerability was detected in Abdurrab5 online-makeup-store. This affects an unknown function of the file index.php of the component Admin Login Handler. The manipulation of the argument id/password results in sql injection. The attack can be executed remotely. The exploit is now public and may be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The vendor was contacted early about this disclosure.
A SQL injection vulnerability has been identified in the admin login handler of Abdurrab5's online makeup store, specifically in version 1.0. The issue arises in the 'index.php' file, where the 'id' and 'password' POST parameters are directly concatenated into a SQL query without proper validation or use of prepared statements. This vulnerability allows remote attackers to manipulate the 'id' parameter to bypass authentication and gain administrative access. Passwords are stored in plaintext, and the application exposes raw database error messages, which could aid in exploiting the SQL injection.
It is recommended to use parameterized queries or prepared statements to prevent SQL injection. Passwords should be hashed using 'password_hash()' and verified with 'password_verify()'. Additionally, avoid displaying raw database errors to the client.
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, 2026CISA-ADP
Assessed Sep 24, 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/01-admin-login-sqli.md | [email protected] | ExploitRemedyTechnical Description |
| https://vuldb.com/cve/CVE-2026-96601 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/898997 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/408967 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/408967/cti | [email protected] | Content Wall |
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
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 23, 2026 | New CVE Received | [email protected] |
Volerion