Description
A vulnerability was identified in code-projects Simple Inventory System 1.0. This vulnerability affects unknown code of the file /InventoryManagement/edit.php. The manipulation of the argument ID leads to sql injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simple Inventory System 1.0 contains a flaw in the edit.php script that allows manipulation of the ID parameter to inject arbitrary SQL statements. This is a classic injection vulnerability that can let an attacker read, modify, or delete inventory records stored in the database. The result is loss of confidentiality, integrity, and potentially availability of business data.

Affected Systems

Any installation of code-projects Simple Inventory System version 1.0 that includes the edit.php page is impacted. The vulnerability is tied to the specific code executing the ID variable and is not indicated to affect other versions or modules beyond this file.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate to high risk, and attackers can reach the flaw remotely via standard HTTP requests to edit.php. The EPSS score is not reported, but publicly available proof‑of‑concept exploits suggest that the likelihood of exploitation is non‑negligible. The vulnerability is not yet listed in the CISA KEV catalog, yet it is present in multiple vulnerability databases, underscoring its relevance to administrators.

Generated by OpenCVE AI on August 26, 2026 at 02:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official patch or upgrade to a version of Simple Inventory System that removes the vulnerable code in edit.php.
  • Rewrite the SQL query in edit.php to use parameterized prepared statements, ensuring the ID value is handled as an integer and not concatenated into the query string.
  • Enforce strong authentication and role‑based access controls so that only privileged users can access the edit.php interface.
  • Deploy a web application firewall or add a rule that blocks suspicious characters and patterns in the ID query parameter before it reaches the application logic.

Generated by OpenCVE AI on August 26, 2026 at 02:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in code-projects Simple Inventory System 1.0. This vulnerability affects unknown code of the file /InventoryManagement/edit.php. The manipulation of the argument ID leads to sql injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used.
Title code-projects Simple Inventory System edit.php sql injection
First Time appeared Code-projects
Code-projects simple Inventory System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:simple_inventory_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects simple 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

Code-projects Simple Inventory System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-25T22:00:11.376Z

Reserved: 2026-08-25T14:47:17.838Z

Link: CVE-2026-79845

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T22:17:06.860

Modified: 2026-08-25T22:17:06.860

Link: CVE-2026-79845

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T02:30: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')