Description
A security flaw has been discovered in Rizwan17 inventory-management-system up to bfe78a330d01bb26b9daec5dc9ecd5c77900e03f. Affected by this vulnerability is the function DBOperation.addCategory of the file includes/process.php of the component AJAX Backend. The manipulation of the argument userid results in missing authentication. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. 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

The vulnerability is located in the DBOperation.addCategory function of the AJAX Backend's process.php file. It allows an attacker to manipulate the userid argument so that no authentication check is performed, enabling the creation of categories without permission. The flaw is a classic authentication bypass (CWE‑287) and is exploitable from a remote source, and a public exploit has already been released.

Affected Systems

Affected systems are all releases of the Rizwan17 inventory‑management‑system up to commit bfe78a330d01bb26b9daec5dc9ecd5c77900e03f, as the project uses a rolling‑release model that does not publish version numbers. The flaw resides in the AJAX Backend component, specifically within includes/process.php. Version information for a fixed release is not yet disclosed by the maintainers.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, and the EPSS score is not available, suggesting limited publicly observed exploitation. The vulnerability is not listed in the CISA KEV catalog. Because the vulnerability can be triggered remotely, an attacker could add unauthorized categories, potentially manipulating inventory data or subverting system integrity. The risk is heightened by the fact that a public exploit exists and the maintainers have not responded, so the flaw remains in the wild until an official patch is applied.

Generated by OpenCVE AI on September 9, 2026 at 23:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the most recent commit or release that contains the fix once available; this removes the missing authentication check in DBOperation.addCategory.
  • If no official fix is released, edit includes/process.php to enforce an authentication check on the userid argument before proceeding with a category addition.
  • Add network controls to limit access to the AJAX backend endpoint, such as firewall rules or IP whitelisting, to reduce the attack surface.
  • Continuously monitor vulnerability feeds and incident response updates to verify when a permanent patch becomes available.

Generated by OpenCVE AI on September 9, 2026 at 23:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in Rizwan17 inventory-management-system up to bfe78a330d01bb26b9daec5dc9ecd5c77900e03f. Affected by this vulnerability is the function DBOperation.addCategory of the file includes/process.php of the component AJAX Backend. The manipulation of the argument userid results in missing authentication. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Title Rizwan17 inventory-management-system AJAX Backend process.php DBOperation.addCategory missing authentication
First Time appeared Rizwan17
Rizwan17 inventory-management-system
Weaknesses CWE-287
CWE-306
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:45:08.250Z

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

Link: CVE-2026-87922

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:47.390

Modified: 2026-09-09T22:18:47.390

Link: CVE-2026-87922

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T23:45:12Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function