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 validation flaw in the /admin/girlsproductdeletequery.php script permits a crafted user_id value to be inserted directly into a database query. The resulting SQL injection can let an attacker read, modify, or delete arbitrary data from the underlying MySQL database, potentially exposing sensitive customer information to remote execution via an HTTP request targeting the exposed endpoint.

Affected Systems

The vulnerability affects SourceCodester Simple and Nice Shopping Cart Script version 1.0, specifically the administrative area that processes product deletion requests. Only installations that include the unpatched girlsproductdeletequery.php file are vulnerable; newer or custom deployments may not be impacted.

Risk and Exploitability

With a CVSS score of 6.9 the issue is considered moderate severity. The EPSS score of < 1% indicates a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Because the description does not mention authentication requirements and the endpoint resides in the admin area, it is inferred that the script may be reachable without prior login, which would heighten exposure. The attack vector is remote, delivered via standard HTTP requests.

Generated by OpenCVE AI on July 26, 2026 at 21:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the SourceCodester Simple and Nice Shopping Cart Script to a version that contains the fix for girlsproduct to use parameterized queries or properly escape the user_id before it is concatenated into SQL statements.
  • Apply access control measures: require authenticated admin credentials for the script and consider IP whitelisting or a Web Application Firewall to block unauthenticated requests.
  • If a vendor update is not yet released, modify the girlsproductdeletequery.php script to use parameterized queries or at least escape the user_id input before including it in the SQL statement.

Generated by OpenCVE AI on July 26, 2026 at 21:41 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:45:05Z

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