Description
A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. Impacted is an unknown function of the file /pages/sup_searchfrm.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-08-30
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection flaw (CWE-89) exists in itsourcecode Sales and Inventory System 1.0, affecting an unknown function of the file /pages/sup_searchfrm.php. By manipulating the ID argument a malicious actor can inject and execute arbitrary SQL statements, potentially exposing, modifying or deleting sensitive data. The vulnerability also arises from improper input validation (CWE-74).

Affected Systems

The vulnerability impacts the itsourcecode Sales and Inventory System, version 1.0, specifically the sup_searchfrm.php page. A change or patch from the vendor should address the flaw.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is not available, but the flaw has been publicly disclosed and can be triggered remotely. The vulnerability is not listed in the CISA KEV catalog, yet the publicly available exploit means it could be used in active attacks, especially against systems lacking additional protection.

Generated by OpenCVE AI on August 30, 2026 at 15:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Sales and Inventory System to the latest vendor release that contains the SQL injection fix.
  • Modify the code to use parameterized queries or stored procedures for all database interactions involving the ID parameter.
  • Reduce the database user’s privileges so it only has the minimum required rights (e.g., SELECT only if updates are not needed).
  • Apply input validation to the ID field, rejecting or sanitizing unexpected characters as a temporary workaround.

Generated by OpenCVE AI on August 30, 2026 at 15:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. Impacted is an unknown function of the file /pages/sup_searchfrm.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Sales and Inventory System sup_searchfrm.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-08-30T14:30:09.315Z

Reserved: 2026-08-29T17:53:10.958Z

Link: CVE-2026-82545

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T15:16:43.290

Modified: 2026-08-30T15:16:43.290

Link: CVE-2026-82545

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T15:45:04Z

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