Description
A vulnerability was identified in SourceCodester Simple and Nice Shopping Cart Script 1.0. Affected is an unknown function of the file /admin/girlsproductdeletequery.php. Such manipulation of the argument user_id leads to sql injection. The attack can be executed remotely. The exploit is publicly available and might be used.
Published: 2026-07-04
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An input processing flaw in the SourceCodester Simple and Nice Shopping Cart Script 1.0 file /admin/girlsproductdeletequery.php allows a crafted user_id value to be inserted directly into a database query. This missing validation permits an attacker to perform SQL injection, which can read, modify, or delete arbitrary data in the underlying MySQL database.

Affected Systems

The vulnerability affects installations of SourceCodester Simple and Nice Shopping Cart Script version 1.0 that include the unpatched girlsproductdeletequery.php file. No additional versions or configurations are listed as affected in the available data.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score of < 1% indicates a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. The description states that the exploitation is remote and can be achieved via a standard HTTP request; however, the documentation does not explicitly clarify whether authentication is required to reach the affected endpoint. Because the script resides in the admin area, it is possible that privileged access is needed, but this requirement is not confirmed in the provided information.

Generated by OpenCVE AI on July 31, 2026 at 14:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the SourceCodester Simple and Nice Shopping Cart Script to a version with the fix for the girlsproductdeletequery.php file if such a patch is available from the vendor.
  • If no patch is available, modify the girlsproductdeletequery.php script to use parameterized queries or properly escape the user_id input before including it in any SQL statement.
  • Implement appropriate access controls for the admin area, such as requiring authenticated administrator credentials and considering IP whitelisting or a Web Application Firewall to block unauthenticated requests.

Generated by OpenCVE AI on July 31, 2026 at 14:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 04 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in SourceCodester Simple and Nice Shopping Cart Script 1.0. Affected is an unknown function of the file /admin/girlsproductdeletequery.php. Such manipulation of the argument user_id leads to sql injection. The attack can be executed remotely. The exploit is publicly available and might be used.
Title SourceCodester Simple and Nice Shopping Cart Script girlsproductdeletequery.php sql injection
First Time appeared Sourcecodester
Sourcecodester simple And Nice Shopping Cart Script
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sourcecodester:simple_and_nice_shopping_cart_script:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester simple And Nice Shopping Cart Script
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Sourcecodester Simple And Nice Shopping Cart Script
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T17:29:58.088Z

Reserved: 2026-07-03T18:44:21.371Z

Link: CVE-2026-14654

cve-icon Vulnrichment

Updated: 2026-07-06T17:16:38.243Z

cve-icon NVD

Status : Deferred

Published: 2026-07-04T21:17:15.193

Modified: 2026-07-06T18:16:38.410

Link: CVE-2026-14654

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T14:45:03Z

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')