Description
A vulnerability was detected in itsourcecode Sales and Inventory System 1.0. This affects an unknown part of the file /pages/cust_transac.php?action=add. The manipulation of the argument firstname results in sql injection. It is possible to launch the attack remotely. The exploit is now public and may be used.
Published: 2026-09-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Sales and Inventory System 1.0 in the file /pages/cust_transac.php on the action "add". Manipulating the firstname argument allows an attacker to inject arbitrary SQL code. This can lead to unauthorized data disclosure, modification, or deletion, compromising the confidentiality and integrity of the system’s database. The attack is executable remotely and the exploit is publicly available.

Affected Systems

The affected product is itsourcecode Sales and Inventory System, version 1.0. The specific code path is the cust_transac.php script, which processes new customer transaction submissions via the action parameter.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity vulnerability. EPSS is not provided, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no large-scale exploitation has been observed yet. The likely attack vector is an external HTTP request to the add action with a crafted firstname parameter, and no authentication is implied in the description. Thus, the risk is moderate but should be addressed promptly to prevent potential data compromise.

Generated by OpenCVE AI on September 7, 2026 at 00:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest release of the Sales and Inventory System that contains a fix for the cust_transac.php SQL injection.
  • If an official patch is unavailable, add server‑side input validation for the firstname parameter, restricting it to allowed characters and length before use in SQL.
  • Deploy a Web Application Firewall or apply custom WAF rules that detect and block SQL injection patterns on the cust_transac.php endpoint.

Generated by OpenCVE AI on September 7, 2026 at 00:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in itsourcecode Sales and Inventory System 1.0. This affects an unknown part of the file /pages/cust_transac.php?action=add. The manipulation of the argument firstname results in sql injection. It is possible to launch the attack remotely. The exploit is now public and may be used.
Title itsourcecode Sales and Inventory System cust_transac.php add sql injection
First Time appeared Itsourcecode
Itsourcecode sales And Inventory System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:sales_and_inventory_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode sales And Inventory 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

Itsourcecode Sales And Inventory System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-06T23:30:09.330Z

Reserved: 2026-09-06T08:13:16.768Z

Link: CVE-2026-86234

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T00:17:46.867

Modified: 2026-09-07T00:17:46.867

Link: CVE-2026-86234

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T01:00: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')