Description
A vulnerability was identified in itsourcecode Sales and Inventory System 1.0. Affected is an unknown function of the file /pages/cust_searchfrm.php. The manipulation of the argument ID leads to sql injection. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.
Published: 2026-08-30
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Immediate Patch
AI Analysis

Impact

The flaw resides in the cust_searchfrm.php page of itsourcecode Sales and Inventory System version 1.0. An attacker can manipulate the ID argument to inject arbitrary SQL commands, potentially reading, modifying, or deleting database contents. This injection leads to loss of confidentiality, integrity, and availability for any data accessed through the system. The weakness is classified as CWE-74 and CWE-89, indicating generic SQL syntax injection and broader SQL injection issues. Remote exploitation is possible, meaning an attacker does not need local access or authentication to trigger the vulnerability.

Affected Systems

itsourcecode Sales and Inventory System version 1.0 is affected. No other vendors or products are listed as impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity. EPSS data is unavailable, and the vulnerability is not listed in the CISA KEV catalog, so the current publicly known exploitation probability is unclear. The attack vector is inferred to be remote, via the web interface, with no authentication required and sufficient access to the ID parameter to achieve exploitation.

Generated by OpenCVE AI on August 30, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify whether your deployment runs version 1.0 and upgrade to a patched release if one is available.
  • Validate the ID parameter to accept only numeric values and reject any other input before use in a SQL statement.
  • Modify database access code to use prepared statements or parameterized queries for all operations involving the ID parameter.

Generated by OpenCVE AI on August 30, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 30 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in itsourcecode Sales and Inventory System 1.0. Affected is an unknown function of the file /pages/cust_searchfrm.php. The manipulation of the argument ID leads to sql injection. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.
Title itsourcecode Sales and Inventory System cust_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-31T18:57:57.574Z

Reserved: 2026-08-29T17:40:48.100Z

Link: CVE-2026-82540

cve-icon Vulnrichment

Updated: 2026-08-31T18:57:53.197Z

cve-icon NVD

Status : Deferred

Published: 2026-08-30T12:17:19.190

Modified: 2026-08-31T20:56:08.800

Link: CVE-2026-82540

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T12:30:17Z

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