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.
Published: 2026-08-16
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection flaw exists in the checkout_process.php file of the code-projects Online Shopping System. Manipulating the total_count argument can cause an attacker to inject arbitrary SQL statements, potentially allowing unauthorized data exposure, modification, or deletion. The weakness is classified under CWE-74 and CWE-89, indicating improper handling of input that is directly incorporated into a SQL query.

Affected Systems

The vulnerability affects code-projects Online Shopping System version 1.0. No other products or versions are listed as affected. The specific file implicated is /checkout_process.php, but the exact component within the file is unknown from the available data.

Risk and Exploitability

The CVSS v3 score of 5.3 indicates moderate severity, and the EPSS score is not available, but a publicly available exploit demonstrates that the flaw is actionable. Because the attack can be launched remotely and the exploit is already published, the likelihood of exploitation in the wild is non‑negligible. The system’s exposure is limited to the parts of the database accessed through the checkout process, but an attacker could gain access to sensitive customer data or manipulate order information.

Generated by OpenCVE AI on August 16, 2026 at 02:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑issued patch or upgrade to a patched version of the Online Shopping System as soon as one is available.
  • Validate and sanitise the total_count input to ensure it contains only numeric characters before using it in any SQL statement.
  • Rewrite database interactions for the checkout process to use parameterised queries or prepared statements, so that user input cannot alter the query structure.
  • Deploy a web application firewall rule to detect and block SQL injection patterns targeting the checkout_process.php endpoint.

Generated by OpenCVE AI on August 16, 2026 at 02:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 16 Aug 2026 01:00:00 +0000

Type Values Removed Values Added
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.
Title code-projects Online Shopping System checkout_process.php sql injection
First Time appeared Code-projects
Code-projects online Shopping System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:online_shopping_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Shopping System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Online Shopping System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-16T00:30:10.351Z

Reserved: 2026-08-15T05:22:00.753Z

Link: CVE-2026-19923

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-16T01:17:08.080

Modified: 2026-08-16T01:17:08.080

Link: CVE-2026-19923

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T02:30:16Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')