CVE-2026-96601
Received Received - Intake

SQL Injection in Abdurrab5 Online-Makeup-Store

Vulnerability report for CVE-2026-96601, 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 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.

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 an SQL injection flaw in Abdurrab5 online-makeup-store's Admin Login Handler. It allows attackers to manipulate the id and password arguments in index.php to execute malicious SQL commands. The attack can be performed remotely and the exploit is publicly available.

Detection Guidance

Detect SQL injection vulnerabilities in Abdurrab5 online-makeup-store by testing the Admin Login Handler via index.php. Attempt to inject SQL payloads like ' OR '1'='1 into the id or password fields. Monitor for database errors or unexpected behavior.

Impact Analysis

An attacker could exploit this to bypass authentication, steal sensitive data like user credentials or payment information, modify or delete database records, or gain unauthorized administrative access to the system.

Compliance Impact

This vulnerability could lead to unauthorized access to personal data, violating GDPR's data protection requirements. For HIPAA, it may compromise protected health information security. Both standards require safeguards against such breaches, and this flaw could result in non-compliance penalties.

Mitigation Strategies

Immediately patch the application by updating to a secure version if available. Implement input validation for id and password fields. Use prepared statements or parameterized queries to prevent SQL injection. Restrict database user permissions to limit damage.

Chat Assistant

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

EPSS Chart