CVE-2026-79845
Deferred Deferred - Pending Action

SQL Injection in Simple Inventory System

Vulnerability report for CVE-2026-79845, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-26

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-26
Generated
2026-09-15
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-13
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Simple Inventory System 1.0. It exists in the edit.php file where the ID argument is manipulated. An attacker can remotely exploit this to inject malicious SQL code into the application's database queries.

Detection Guidance

To detect SQL injection vulnerabilities in Simple Inventory System 1.0, inspect the /InventoryManagement/edit.php file for improper input validation. Check if user-supplied input in the ID argument is directly used in SQL queries without sanitization. Use tools like SQLmap to test for SQL injection by sending crafted payloads to the ID parameter.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands. This could lead to unauthorized data access, modification, or deletion in the inventory system's database. Sensitive information like user credentials or inventory data may be exposed or altered.

Compliance Impact

This SQL injection vulnerability could lead to unauthorized access or exposure of sensitive data, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Non-compliance may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update Simple Inventory System to the latest patched version. If no patch exists, apply input validation to sanitize the ID parameter in /InventoryManagement/edit.php. Use prepared statements or parameterized queries to prevent SQL injection. Restrict database user permissions to limit potential damage.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79845. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart