Description
A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. Affected by this vulnerability is an unknown functionality of the file /pages/us_transac.php. Such manipulation of the argument Username leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-09-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is caused by an input parameter named Username in the us_transac.php page that is not properly sanitized. An attacker can inject arbitrary SQL statements into the database query, allowing unauthorized data reading, modification, or deletion. The vulnerability is classified as a classic SQL injection and is mapped to CWE-74 and CWE-89. A successful exploit could lead to both information disclosure and manipulation of business records.

Affected Systems

The issue resides in itsourcecode Sales and Inventory System 1.0, specifically the us_transac.php endpoint. The application is provided by the vendor itsourcecode and is distributed under the product name Sales and Inventory System.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity level. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting no large‑scale known exploitation. However, the description states that the attack can be launched remotely and that the exploit is publicly disclosed, which means an adversary with internet access could potentially target the application.

Generated by OpenCVE AI on September 7, 2026 at 04:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch or upgrade to a later version that fixes the input validation issue in us_transac.php
  • Implement proper input validation or convert the Username handling to use parameterized queries to prevent arbitrary SQL code execution
  • Configure the database user for this application with the least privilege necessary to limit damage in case an injection occurs

Generated by OpenCVE AI on September 7, 2026 at 04:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. Affected by this vulnerability is an unknown functionality of the file /pages/us_transac.php. Such manipulation of the argument Username leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Sales and Inventory System us_transac.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-07T03:15:08.194Z

Reserved: 2026-09-06T12:01:28.367Z

Link: CVE-2026-86265

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T04:17:50.427

Modified: 2026-09-07T04:17:50.427

Link: CVE-2026-86265

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T05:00:13Z

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