Description
A vulnerability was identified in itsourcecode Sales and Inventory System 1.0. This impacts an unknown function of the file /pages/inv_edit.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit is publicly available and might be used.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Affected function of the Sales and Inventory System allows an attacker to manipulate the ID parameter in the inv_edit.php page. This leads to a classic SQL injection due to improper handling of user input, permitting an unauthenticated remote attacker to execute arbitrary SQL commands. The injection could expose, alter, or delete sensitive inventory and sales data, potentially compromising confidentiality and integrity of the database.

Affected Systems

The vulnerability exists in itsourcecode Sales and Inventory System version 1.0. The back‑end is accessible via web on the /pages/inv_edit.php route. No other versions have been confirmed. The risk primarily applies to installations that expose this page to the public internet or to authenticated users with write access to inventory records.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity risk. EPSS is unavailable, so the exploitation probability is unknown, but the vulnerability is publicly disclosed and a proof‑of‑concept is available in the references. The CVE is not listed in CISA’s KEV catalog, suggesting it has not yet seen widespread exploitation. Nevertheless, the remote attack vector and the potential for data loss warrant timely mitigation.

Generated by OpenCVE AI on August 31, 2026 at 04:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied patch or upgrade to a newer version that eliminates the SQL injection in inv_edit.php.
  • If no patch is available, modify the code to validate the ID parameter and use parameterized queries or stored procedures to prevent injection.
  • Restrict the database user permissions for the web application to the minimum needed (Read/Write on inventory tables only).
  • Monitor database logs for suspicious queries and perform regular security scans of web applications.

Generated by OpenCVE AI on August 31, 2026 at 04:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in itsourcecode Sales and Inventory System 1.0. This impacts an unknown function of the file /pages/inv_edit.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit is publicly available and might be used.
Title itsourcecode Sales and Inventory System inv_edit.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-31T03:00:11.609Z

Reserved: 2026-08-30T07:37:24.400Z

Link: CVE-2026-82609

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T04:17:16.390

Modified: 2026-08-31T04:17:16.390

Link: CVE-2026-82609

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T04:30:18Z

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