Description
A security flaw has been discovered in itsourcecode Sales and Inventory System 1.0. Affected is an unknown function of the file /pages/trans_view.php. The manipulation of the argument ID results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks.
Published: 2026-09-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL injection leading to potential data exposure and modification
Action: Apply Patch
AI Analysis

Impact

The vulnerability is a SQL injection flaw in the trans_view.php component of itsourcecode Sales and Inventory System. Manipulating the ID request argument allows an attacker to inject arbitrary SQL commands, which can reveal sensitive data, modify existing records, or execute destructive operations. This weakness is reflected in CWE-74 and CWE-89 and can be leveraged remotely, enabling attackers to compromise data confidentiality, integrity, and potentially availability.

Affected Systems

itsourcecode Sales and Inventory System version 1.0 is affected. The flaw exists within the trans_view.php file used by the web application. No other product versions are listed as impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score is not available, making it hard to gauge current exploitation likelihood. The vulnerability is not yet in CISA KEV. The typical attack path involves a remote user sending a crafted ID parameter to trans_view.php over HTTP, which the application then passes directly into an SQL statement. Exploitation can occur without authentication if the page is publicly reachable, but stronger access controls could reduce risk.

Generated by OpenCVE AI on September 6, 2026 at 04:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the patched release of itsourcecode Sales and Inventory System that addresses the SQL injection in trans_view.php.
  • Restrict web access to trans_view.php so only authorized users can invoke it, and block or filter unauthenticated requests.
  • Enforce input validation on the ID parameter, such as whitelist numeric values or use prepared statements to eliminate direct SQL concatenation.

Generated by OpenCVE AI on September 6, 2026 at 04:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 06 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in itsourcecode Sales and Inventory System 1.0. Affected is an unknown function of the file /pages/trans_view.php. The manipulation of the argument ID results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks.
Title itsourcecode Sales and Inventory System trans_view.php 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-08T18:22:49.662Z

Reserved: 2026-09-05T10:17:32.804Z

Link: CVE-2026-86164

cve-icon Vulnrichment

Updated: 2026-09-08T18:22:44.471Z

cve-icon NVD

Status : Deferred

Published: 2026-09-06T04:18:31.037

Modified: 2026-09-08T19:20:09.653

Link: CVE-2026-86164

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T04:30: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')