Description
A vulnerability was determined in code-projects Online Shopping System 1.0. Affected by this issue is some unknown functionality of the file /action.php of the component Search Functionality. This manipulation of the argument keyword causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A manipulated keyword argument in the action.php file of the Search Functionality can trigger an SQL injection, allowing a remote attacker to inject arbitrary SQL statements. This flaw can lead to unauthorized data disclosure, data alteration, or potential denial of service against the database. The official CVSS score of 6.9 indicates a moderate severity, reflecting that while exploitation is feasible, it may require some application‑level access to achieve full impact.

Affected Systems

The online shopping platform built by code‑projects, specifically version 1.0, contains the vulnerable script action.php within its search functionality. Users relying on this product should verify whether they are deploying the listed version and assess whether the search API is exposed to external traffic.

Risk and Exploitability

The vulnerability is exploitable remotely and has already been publicly disclosed, yet no patch or workaround has been officially released, and the EPSS score is not available, making the exact likelihood of exploitation uncertain. The CVSS score of 6.9 suggests a significant risk when an attacker can direct crafted input to the keyword parameter. As it is not listed in the CISA KEV catalog, there are no confirmed real‑world exploitations, but the flaw remains a valid attack vector for determined adversaries.

Generated by OpenCVE AI on August 31, 2026 at 15:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Contact code‑projects to obtain an official fix or patch for the vulnerable version.
  • Replace direct SQL concatenation with parameterized queries or prepared statements for the keyword input.
  • Limit the database user privileges to the minimum required for search operations and audit access logs for unusual activity.

Generated by OpenCVE AI on August 31, 2026 at 15:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in code-projects Online Shopping System 1.0. Affected by this issue is some unknown functionality of the file /action.php of the component Search Functionality. This manipulation of the argument keyword causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Title code-projects Online Shopping System Search Functionality action.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': 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

Code-projects Online Shopping System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T14:15:08.247Z

Reserved: 2026-08-30T18:16:11.865Z

Link: CVE-2026-82701

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T15:18:10.420

Modified: 2026-08-31T15:18:10.420

Link: CVE-2026-82701

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T17:00: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')