Description
A vulnerability was determined in code-projects Online Shopping System 1.0. Affected is an unknown function of the file /action.php. This manipulation of the argument proId causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-08-15
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a SQL injection flaw in the Online Shopping System’s action.php file. By manipulating the proId argument, an attacker can inject arbitrary SQL commands, potentially gaining unauthorized read or write access to the underlying database. Because the flaw operates on a remote web interface, the impact is confined to the scope of the affected application but can lead to data confidentiality and integrity compromise, as well as potential application denial of service if the database is misused.

Affected Systems

The flaw exists in code‑projects Online Shopping System version 1.0. The affected component is the undocumented function within action.php that processes the proId request parameter. Administrators should confirm whether this legacy version is deployed and whether the specific file is exposed via a public web endpoint.

Risk and Exploitability

The CVSS score of 5.3 places the vulnerability in the medium severity range, and the EPSS score is not available, indicating insufficient data to assess current exploitation likelihood. The vulnerability is publicly disclosed and can be triggered remotely from any network source that can reach the application’s /action.php endpoint. The vulnerability is not listed in CISA’s KEV catalog, but its remote SQL injection nature implies that discovery combined with lack of input validation makes exploitation relatively straightforward using existing SQL injection tools or manual probing.

Generated by OpenCVE AI on August 16, 2026 at 01:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or upgrade the Online Shopping System to a version that addresses the SQL injection flaw
  • If a patch is not available, restrict access to the /action.php endpoint using IP whitelisting or network segmentation so that only trusted clients can reach it
  • Deploy or configure a web application firewall to detect and block SQL injection patterns targeting the proId parameter

Generated by OpenCVE AI on August 16, 2026 at 01:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A vulnerability was determined in code-projects Online Shopping System 1.0. Affected is an unknown function of the file /action.php. This manipulation of the argument proId 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 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': 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-17T17:23:01.171Z

Reserved: 2026-08-15T05:21:46.498Z

Link: CVE-2026-19920

cve-icon Vulnrichment

Updated: 2026-08-17T17:22:49.578Z

cve-icon NVD

Status : Deferred

Published: 2026-08-16T00:16:50.530

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-19920

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T11:15:04Z

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