Description
A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. This issue affects some unknown processing of the file /pages/pro_transac.php?action=add. Such manipulation of the argument Name leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-09-07
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL injection enabling remote data manipulation
Action: Apply Fix
AI Analysis

Impact

A flaw in the Sales and Inventory System allows an attacker to manipulate the Name parameter in the pro_transac.php add action to inject arbitrary SQL. This results in unauthorized database reads or writes, potentially exposing sensitive business data or altering inventory records. The vulnerability is a classic input validation weakness as defined by CWE-74 and the resultant SQL injection is a CWE-89 style flaw, permitting an attacker to dictate query structure while bypassing intended logic.

Affected Systems

The issue impacts itsourcecode’s Sales and Inventory System, specifically version 1.0. The vulnerable component is the /pages/pro_transac.php script when the action query‐string is set to add. All installations using that version are affected; no later releases are documented as mitigating the flaw.

Risk and Exploitability

The reported CVSS score of 5.3 places the vulnerability in the medium severity range. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting a lower current exploitation probability. The attack can be launched remotely, as the description notes that the payload can be delivered over the network. Exploitation requires only the ability to target the specific page and supply a malicious Name value, so a publicly accessible instance is a high‑risk target. In the absence of a known public exploit, the likelihood of immediate use is moderate yet non‑negligible.

Generated by OpenCVE AI on September 7, 2026 at 01:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s website or support portal for an official patch or updated release of Sales and Inventory System that addresses the SQL injection in pro_transac.php. If a patch is not available, upgrade to a newer version when one is released.
  • Apply rigorous input validation on the Name field and switch to parameterized queries or stored procedures to eliminate the injection vector.
  • Deploy a web application firewall rule set that detects and blocks common SQL injection patterns on the pro_transac.php endpoint, and monitor application logs for unexpected SQL syntax or repeated failures that may indicate attack attempts.

Generated by OpenCVE AI on September 7, 2026 at 01:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 07 Sep 2026 00:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. This issue affects some unknown processing of the file /pages/pro_transac.php?action=add. Such manipulation of the argument Name leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Sales and Inventory System pro_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-11T20:36:13.062Z

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

Link: CVE-2026-86236

cve-icon Vulnrichment

Updated: 2026-09-11T20:04:54.761Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T01:16:55.863

Modified: 2026-09-11T21:17:39.460

Link: CVE-2026-86236

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T02:00:07Z

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