CVE-2026-19923
Received Received - Intake

SQL Injection in Online Shopping System 1.0

Vulnerability report for CVE-2026-19923, 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 weakness has been identified in code-projects Online Shopping System 1.0. This affects an unknown part of the file /checkout_process.php. Executing a manipulation of the argument total_count can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.

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
EUVD

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 the Online Shopping System 1.0. It exists in the file checkout_process.php where the total_count argument is used in an SQL INSERT statement without proper sanitization. Attackers can manipulate this input to inject malicious SQL code, leading to unauthorized database access or data extraction.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-19923, monitor error messages from the web application. Check for MySQL errors in responses when submitting non-integer values to the total_count parameter in checkout_process.php. Use tools like sqlmap to test for SQL injection by sending payloads such as ' OR 1=1 -- or <ScRiPt>alert(555)</sCrIpT>.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. They could steal sensitive data like customer information, payment details, or admin credentials. The exploit is publicly available, increasing the risk of attacks.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to personal and sensitive data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately sanitize user input by validating total_count as an integer and using prepared statements for SQL queries. Disable MySQL error messages in production to prevent information leakage. Update the code to escape special characters in user inputs before database interaction.

Chat Assistant

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

EPSS Chart