CVE-2026-96602
Received Received - Intake

SQL Injection in Abdurrab5 Online Makeup Store

Vulnerability report for CVE-2026-96602, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Abdurrab5 online-makeup-store application. It exists in the customerSignin.php file, specifically in the Customer Login Handler component. The issue allows attackers to manipulate the username and password inputs to inject malicious SQL code, potentially accessing or manipulating the database.

Detection Guidance

This vulnerability involves SQL injection in customerSignin.php via username/password fields. To detect it, monitor web application logs for unusual SQL queries or errors in login attempts. Use tools like sqlmap to test for injection flaws with commands such as: sqlmap -u "http://target.com/customerSignin.php" --data="username=test&password=test" --batch. Inspect network traffic for suspicious payloads in HTTP POST requests.

Impact Analysis

This vulnerability can allow remote attackers to execute unauthorized SQL commands. This may lead to unauthorized data access, data theft, or data manipulation. If exploited, it could compromise user accounts, sensitive information, or even take control of the application.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or exposure. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A successful exploit may result in data breaches, triggering legal penalties and reputational damage.

Mitigation Strategies

Immediately review and sanitize all user inputs in customerSignin.php to prevent SQL injection. Implement prepared statements or parameterized queries for database interactions. Disable remote access to the login handler if not required. Monitor network traffic for unusual SQL query patterns or unauthorized access attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-96602. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart