CVE-2026-19919
Received Received - Intake

SQL Injection in Online Shopping System 1.0

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

Publication date: 2026-08-16

Last updated on: 2026-08-16

Assigner: VulDB

Description

A vulnerability was found in code-projects Online Shopping System 1.0. This impacts an unknown function of the file /login.php of the component Login. The manipulation of the argument email results in sql injection. The attack may be performed from remote. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-16
Last Modified
2026-08-16
Generated
2026-08-16
AI Q&A
2026-08-16
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects online_shopping_system 1.0

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 Online Shopping System 1.0. It exists in the login.php file where the email parameter is manipulated to inject malicious SQL code. The system fails to properly sanitize input, allowing attackers to bypass authentication and access sensitive data like plaintext passwords and admin password hashes.

Detection Guidance

To detect SQL injection in the login.php file, test the email parameter with malicious inputs like ' OR '1'='1' -- or a time-based payload such as email=' AND (SELECT * FROM (SELECT(SLEEP(10)))a) -- . If the system responds with unexpected data or delays, the vulnerability likely exists.

Impact Analysis

Attackers can exploit this to log in as any user without credentials, steal plaintext passwords, and access admin password hashes. This could lead to unauthorized access to user accounts, data breaches, and potential financial or personal information theft.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access and plaintext password storage. GDPR requires protection of personal data, while HIPAA mandates secure handling of health information. Non-compliance could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the login.php file to use prepared statements with parameterized queries instead of direct SQL. Ensure all user inputs are properly sanitized and validated. If plaintext passwords are stored, migrate to hashed passwords using strong algorithms like bcrypt.

Chat Assistant

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

EPSS Chart