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/processlogin.php. The manipulation of the argument User leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-08-24
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Data Breach
Action: Patch When Available
AI Analysis

Impact

The vulnerability resides in the Sales and Inventory System version 1.0, specifically within the /pages/processlogin.php file. An attacker can manipulate the User argument to inject arbitrary SQL code. This enables unauthorized read or modification of the underlying database, potentially exposing sensitive user and inventory data. The flaw directly correlates with SQL Injection weaknesses as identified by CWE-89, and the misuse of untrusted input aligns with CWE-74.

Affected Systems

Affected are installations of itsourcecode's Sales and Inventory System, version 1.0. Systems running this application without updates are at risk, regardless of deployment environment, as the flaw resides in a publicly accessible login endpoint.

Risk and Exploitability

With a CVSS score of 6.9, the risk is moderate, and the vulnerability can be exploited remotely via HTTP requests. No EPSS data is available, and it is not listed in the CISA KEV catalog, suggesting limited confirmed exploitation reports. Attackers can gain data exposure or integrity compromise by injecting SQL through the User parameter if the application fails to properly sanitize input or use parameterized queries.

Generated by OpenCVE AI on August 24, 2026 at 03:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch or update to a non‑vulnerable release when available.
  • Rewrite the User input handling to use parameterized prepared statements.
  • Ensure that database user accounts for the application have the minimum privileges required, limiting the potential impact of injected queries.

Generated by OpenCVE AI on August 24, 2026 at 03:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 24 Aug 2026 02:45: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/processlogin.php. The manipulation of the argument User leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Sales and Inventory System processlogin.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': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-08-26T18:11:22.127Z

Reserved: 2026-08-23T14:29:16.195Z

Link: CVE-2026-78171

cve-icon Vulnrichment

Updated: 2026-08-26T18:11:15.875Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T03:16:39.423

Modified: 2026-08-26T19:17:08.617

Link: CVE-2026-78171

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:12:02Z

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