Description
A flaw has been found in itsourcecode Sales and Inventory System 1.0. This vulnerability affects unknown code of the file /pages/pos_transac.php?action=add. This manipulation of the argument Customer causes sql injection. The attack can be initiated remotely. The exploit has been published and may be used.
Published: 2026-09-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Apply Patch
AI Analysis

Impact

A flaw exists in itsourcecode’s Sales and Inventory System that allows arbitrary SQL statements to be executed when a malicious value is supplied for the Customer argument in the pos_transac.php script. The injected SQL can read, modify, or delete data stored in the database, potentially exposing sensitive business information or corrupting inventory records. The weakness is identified as CWE‑74 (Improper neutralization of file name after external control) and CWE‑89 (SQL Injection).

Affected Systems

The vulnerability targets version 1.0 of itsourcecode’s Sales and Inventory System, specifically the pos_transac.php file with the action=add parameter. No other product versions or components are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. EPSS data is not available, leaving the exploitation likelihood uncertain, but the presence of a published exploit and the remote nature of the attack suggest risk higher than the base score might imply. The vulnerability is not listed in the CISA KEV catalog. The exploit can be triggered by sending a crafted request to the public URL that includes the vulnerable Customer parameter; based on the description, no authentication requirement is mentioned, so it is inferred that attackers may not need credentials to trigger the vulnerability, though this is not explicitly confirmed.

Generated by OpenCVE AI on September 7, 2026 at 02:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the vendor‑supplied patch that resolves the SQL injection in pos_transac.php.
  • If a patch is not yet available, limit external access to the pos_transac.php endpoint using a firewall or web‑server configuration so that only trusted internal hosts can reach it.
  • Apply server‑side input validation for the Customer parameter and replace concatenated query strings with parameterized queries or stored procedures to eliminate the injection point, addressing the identified CWE weaknesses.

Generated by OpenCVE AI on September 7, 2026 at 02:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 14:30: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:00:00 +0000

Type Values Removed Values Added
Description A flaw has been found in itsourcecode Sales and Inventory System 1.0. This vulnerability affects unknown code of the file /pages/pos_transac.php?action=add. This manipulation of the argument Customer causes sql injection. The attack can be initiated remotely. The exploit has been published and may be used.
Title itsourcecode Sales and Inventory System pos_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-08T13:37:53.592Z

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

Link: CVE-2026-86235

cve-icon Vulnrichment

Updated: 2026-09-08T13:37:48.465Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-08T14:17:32.763

Link: CVE-2026-86235

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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