CVE-2026-76990
Received Received - Intake

SQL Injection in Simple Inventory System 1.0

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

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: VulDB

Description

A vulnerability has been found in code-projects Simple Inventory System 1.0. Affected by this issue is some unknown functionality of the file /delete.php. Such manipulation of the argument ID leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects simple_inventory_system 1.0

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 is a SQL Injection vulnerability in Simple Inventory System 1.0. The issue is in the /delete.php file where the ID parameter is not properly sanitized. Attackers can inject malicious SQL code through this parameter, allowing them to manipulate the database remotely without authentication.

Detection Guidance

To detect this SQL injection vulnerability, use tools like sqlmap to test the /delete.php endpoint with the ID parameter. Example command: sqlmap -u 'http://target.com/InventoryManagement/delete.php?id=1' --batch. Monitor for database errors or unexpected responses.

Impact Analysis

An attacker could exploit this to steal sensitive data like user credentials, read files from the server, or obtain database schema information. The vulnerability allows full database enumeration and can be exploited remotely without authentication.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face compliance violations and legal consequences if exploited.

Mitigation Strategies

Immediately update the application to use parameterized queries instead of direct input concatenation. Restrict database user FILE privileges and ensure the database user follows the least privilege principle. Validate and sanitize all user input.

Chat Assistant

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

EPSS Chart