Description
A vulnerability was identified in Rizwan17 inventory-management-system up to bfe78a330d01bb26b9daec5dc9ecd5c77900e03f. Affected is the function update_record of the file includes/manage.php. The manipulation of the argument update_category/cid/update_brand/update_product leads to sql injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-09
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection flaw exists in the update_record function of includes/manage.php in the open‑source Rizwan17 inventory‑management‑system. Manipulating the parameters update_category, cid, update_brand and update_product allows an attacker to inject arbitrary SQL commands when the function is executed. This yields remote compromise of the application’s database, permitting data exfiltration, modification, or deletion, and thereby exposing confidential information and corrupting data integrity.

Affected Systems

The vulnerability affects all releases of Rizwan17 inventory‑management‑system up to commit bfe78a330d01bb26b9daec5dc9ecd5c77900e03f. Because the project follows a rolling‑release strategy, specific affected version numbers are not provided; any deployment that has not incorporated the most recent commit may be vulnerable.

Risk and Exploitability

The CVSS score is 6.9, indicating a moderate severity. The EPSS score is not available, but a publicly available exploit exists and the attack vector is remote, making the likelihood of exploitation appreciable. The vulnerability is not listed in the CISA KEV catalog, yet its remote exploitability and impact warrant prompt attention.

Generated by OpenCVE AI on September 9, 2026 at 22:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for and apply the latest version of Rizwan17 inventory‑management‑system that contains the fix for the SQL injection in update_record.
  • If no update is available, modify the update_record code to validate and sanitize all user‑supplied parameters (update_category, cid, update_brand, update_product) or refactor the queries to use prepared statements, thereby preventing injection.
  • Reduce the database user privileges for the application to only the necessary SELECT, UPDATE, and INSERT rights on the required tables, removing any superfluous permissions that could be abused if injection succeeds.

Generated by OpenCVE AI on September 9, 2026 at 22:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in Rizwan17 inventory-management-system up to bfe78a330d01bb26b9daec5dc9ecd5c77900e03f. Affected is the function update_record of the file includes/manage.php. The manipulation of the argument update_category/cid/update_brand/update_product leads to sql injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title Rizwan17 inventory-management-system manage.php update_record sql injection
First Time appeared Rizwan17
Rizwan17 inventory-management-system
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:rizwan17:inventory-management-system:*:*:*:*:*:*:*:*
Vendors & Products Rizwan17
Rizwan17 inventory-management-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

Rizwan17 Inventory-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-09T21:30:10.426Z

Reserved: 2026-09-09T16:11:04.770Z

Link: CVE-2026-87921

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:47.193

Modified: 2026-09-09T22:18:47.193

Link: CVE-2026-87921

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T22: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')