Sceawere
Vulnerability Detail
CVE-2026-82545UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
SQL Injection in Sales System
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 6.3
- Creation Date
- 3h ago
- Vendor
- itsourcecode
- Product
- Sales and Inventory System
- Attack Type
- SQL Injection
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. Impacted is an unknown function of the file /pages/sup_searchfrm.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "6.3",
"pubDate": "2026-08-30T15:16:43.290Z",
"pubdate": "2026-08-30T15:16:43.290Z",
"executiveSummary": "A critical SQL injection vulnerability exists in the itsourcecode Sales and Inventory System 1.0. The vulnerability resides within the /pages/sup_searchfrm.php script, specifically affecting the handling of the 'ID' parameter. This flaw allows an unauthenticated remote attacker to inject malicious SQL commands, leading to unauthorized database interaction.\nThe impact of this vulnerability is severe, as it facilitates the compromise of data integrity and confidentiality. By manipulating the backend database queries, an attacker can extract sensitive information, modify existing records, or potentially gain further access to the underlying server environment. The vulnerability is publicly disclosed, increasing the risk of active exploitation. No specific authentication is required to initiate the attack, making it a high-priority risk for organizations deploying this software in a network-accessible environment. Remediation should focus on implementing secure database query construction and robust input validation.",
"technicalDetails": "The vulnerability is identified as a classic SQL Injection (SQLi) flaw within the itsourcecode Sales and Inventory System 1.0. The root cause is the improper neutralization of user-supplied data in the 'ID' parameter before it is passed to a database query executed by the /pages/sup_searchfrm.php script.\nThe attack flow begins when an external, remote actor sends a crafted HTTP request to the target server, targeting the vulnerable /pages/sup_searchfrm.php endpoint. The 'ID' argument, which is expected to process a legitimate identifier, is instead populated with malicious SQL syntax. Because the application fails to implement parameterized queries or adequate input sanitization, the injected SQL statements are executed directly by the backend database management system (DBMS).\nUpon execution, the DBMS processes the manipulated query, allowing the attacker to alter the intended logic of the request. Depending on the backend database configuration, this can lead to several post-exploitation outcomes. Attackers can leverage UNION-based SQLi to retrieve data from other tables, perform error-based extraction to map the database structure, or execute administrative commands if the database service account has excessive privileges. In some configurations, this access can be escalated to perform unauthorized CRUD operations on inventory data or user account records.\nBecause the vulnerability is triggered via a standard HTTP request, there are no requirements for administrative privileges or prior session authentication. The attack surface is exposed to any network entity capable of reaching the web application. The public availability of exploit code significantly lowers the barrier to entry for attackers, allowing for automated scanning and mass exploitation of vulnerable deployments. The lack of input validation at the application layer remains the primary technical failure, as the software blindly trusts user input and incorporates it into dynamic SQL execution strings."
}