Description
A vulnerability was determined in SourceCodester Simple and Nice Shopping Cart Script 1.0. This impacts an unknown function of the file /admin/mensproductdeletequery.php. This manipulation of the argument user_id causes sql injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized.
Published: 2026-07-04
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A defect resides in the administrative endpoint mensproductdeletequery.php of SourceCodester Simple and Nice Shopping Cart Script, allowing an attacker to inject arbitrary SQL commands by manipulating the user_id parameter. The code concatenates unsanitized input directly into an SQL statement, which can be exploited to modify or delete user data, exfiltrate confidential information, or disrupt service. This flaw represents an instance of the classic SQL injection weakness.

Affected Systems

The vulnerability is present in version 1.0 of SourceCodester Simple and Nice Shopping Cart Script, specifically within the PHP file deployed under the /admin directory. Systems running this version should verify that the file is deployed and that any externally reachable user_id interface is confined to the administrative context. No other versions were reported as affected.

Risk and Exploitability

Based on the description, it is inferred that the attacker can trigger the flaw via a remote HTTP request to the administrative script, manipulating the user_id parameter; the attack requires the admin interface to be reachable and may benefit from weak authentication. The CVSS score of 6.9 classifies it as medium severity, and the EPSS score of less than 1 % indicates a low probability of widespread exploitation. The vulnerability is not listed in the CISA KEV catalog, suggesting no known active exploits, yet publicly disclosed proof‑of‑concept code exists, underscoring the need for timely remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest patch that incorporates secure handling of the user_id parameter in mensproductdeletequery.php.
  • If a patch is not yet issued, update the PHP code to validate that user_id is numeric and bind it as a parameter in a prepared statement, eliminating string interpolation.
  • Restrict access to the /admin directory by enforcing authentication, using strong passwords, and implementing a Web Application Firewall to block obvious SQL injection payloads; monitor logs for suspicious activity.

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 19: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:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in SourceCodester Simple and Nice Shopping Cart Script 1.0. This impacts an unknown function of the file /admin/mensproductdeletequery.php. This manipulation of the argument user_id causes sql injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized.
Title SourceCodester Simple and Nice Shopping Cart Script mensproductdeletequery.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-06T18:41:47.535Z

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

Link: CVE-2026-14653

cve-icon Vulnrichment

Updated: 2026-07-06T18:41:25.876Z

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