CVE-2026-86270
Received Received - Intake

SQL Injection in Sales and Inventory System 1.0

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

Publication date: 2026-09-07

Last updated on: 2026-09-07

Assigner: VulDB

Description

A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. The impacted element is an unknown function of the file /pages/settings_edit.php. Such manipulation of the argument ID leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode sales_and_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 vulnerability is a SQL injection flaw in the Sales and Inventory System V1.0 by itsourcecode. It exists in the /pages/settings_edit.php file where the 'id' parameter is not properly sanitized. Attackers with valid credentials can inject malicious SQL code into the database.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-86270, inspect the /pages/settings_edit.php file for improper handling of the 'id' parameter. Test by sending crafted inputs such as single quotes or SQL keywords like 'OR 1=1' in the ID field. Use tools like SQLmap to automate detection by checking for error messages or unexpected database responses.

  • Check web server logs for unusual queries containing SQL syntax or suspicious input patterns in the 'id' parameter.
  • Use a proxy tool like Burp Suite to intercept and modify requests to the /pages/settings_edit.php endpoint, testing for SQL injection by injecting payloads such as 'id=1' OR '1'='1'.
Impact Analysis

An attacker could exploit this to gain unauthorized access to the database, steal sensitive data, modify or delete data, take control of the system, or disrupt services. The impact depends on the database contents and system permissions.

Compliance Impact

This vulnerability could lead to unauthorized data access or leaks, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face legal penalties and reputational damage if exploited.

Mitigation Strategies

Immediately update the application to use prepared statements with parameterized queries for all database interactions. Validate and sanitize all user inputs, especially the 'id' parameter, to ensure only expected data types are accepted.

  • Restrict database user permissions to the minimum required for the application to function, limiting potential damage from SQL injection.
  • Conduct a security audit to identify other potential vulnerabilities and ensure all similar parameters are properly handled.

Chat Assistant

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

EPSS Chart