SQL Injection Vulnerability in Abdurrab5 online-makeup-store
An unauthenticated SQL injection vulnerability in the Admin Login Handler of Abdurrab5 online-makeup-store allows remote attackers to manipulate authentication parameters via index.php.
CVE search metadata
CVE search record: CVE-2026-96601. Severity: high. CVSS: 7.3. KEV: no. Product: online-makeup-store. Brief: SQL Injection Vulnerability in Abdurrab5 online-makeup-store. Brief link: https://feed.craftedsignal.io/briefs/2026-09-sql-injection-online-makeup-store/
What's new
- 1. added detection rule: Detects CVE-2026-96602 Exploitation - SQL Injection in customerSignin.php Sep 23, 22:46 via nvd
A SQL injection vulnerability, tracked as CVE-2026-96601, has been identified in the Abdurrab5 online-makeup-store web application. The vulnerability resides within the Admin Login Handler component, specifically affecting the processing of input passed to the index.php script. An unauthenticated remote attacker can inject malicious SQL commands into the 'id' or 'password' arguments to bypass authentication or extract sensitive data from the backend database. As the application utilizes a rolling release model, there is no specific version identifier to patch against; users are advised to verify their implementation against the vulnerable file path. Public exploits for this vulnerability are currently available, increasing the risk of opportunistic exploitation.
Impact
Successful exploitation of CVE-2026-96601 allows unauthorized access to administrative functions of the online-makeup-store. An attacker could potentially retrieve, modify, or delete database contents, leading to account takeover or full compromise of the application's backend data.
Recommendation
Detection engineering teams should focus on monitoring web server access logs for anomalous patterns indicative of SQL injection attempts targeting the Admin Login Handler.
- Implement input validation and parameterized queries for the 'id' and 'password' parameters in index.php.
- Deploy web application firewall (WAF) rules to inspect POST and GET requests to index.php for common SQL injection syntax (e.g., OR 1=1, UNION SELECT, --).
- Review web server logs for high-frequency or anomalous status codes (4xx/5xx) associated with the /index.php path from external IP addresses.
Immediate actions
Deploy WAF rules blocking common SQLi patterns directed at /index.php
Mitigations
Implement parameterized database queries in index.php
CVE-2026-96601
Detection coverage 2
Detects CVE-2026-96601 Exploitation - SQL Injection in Admin Login
highDetects HTTP POST or GET requests to index.php containing common SQL injection patterns in the id or password parameters
Detects CVE-2026-96602 Exploitation - SQL Injection in customerSignin.php
highDetects attempts to exploit SQL injection in the customerSignin.php script via the username or password parameters.
Detection queries are available on the platform. Get full rules →