CVE-2026-9446 Details
Description
A vulnerability has been found in SourceCodester Simple POS and Inventory System 1.0. The affected element is an unknown function of the file /admin/edit_customer.php. Such manipulation of the argument ID leads to sql injection. The attack can be executed remotely. The exploit has been disclosed to the public and may be used.
A vulnerability allowing SQL injection has been identified in SourceCodester Simple POS and Inventory System version 1.0. The issue arises in the customer and supplier edit functionalities within the admin panel, specifically in the 'edit_customer.php' and 'edit_supplier.php' files'. The vulnerability is exploited by manipulating the 'id' GET parameter and associated POST parameters, which are directly concatenated into SQL UPDATE queries without proper sanitization. This flaw allows authenticated users to modify database records, including administrative accounts.
Users are advised to implement ownership checks to ensure that users can only update their own records. Additionally, all raw SQL queries should be replaced with parameterized statements to prevent SQL injection. Password hashing should be strengthened by using the 'password_hash()' function with the BCRYPT algorithm, and input validation should be improved by strictly validating and sanitizing all user-supplied data before processing.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 25, 2026CISA-ADP
Assessed May 28, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://vuldb.com/submit/813613 | CISA-ADP | Permission Required |
| https://gist.github.com/c4ttr4ck/599151a2b90c1cd620933c992873c67a | [email protected] | ExploitTechnical Description |
| https://vuldb.com/submit/813613 | [email protected] | Permission Required |
| https://vuldb.com/vuln/365427 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/365427/cti | [email protected] | AdvisoryPermission Required |
| https://www.sourcecodester.com/ | [email protected] | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SourceCodester Simple POS and Inventory System | 1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 28, 2026 | CVE Modified | CISA-ADP |
| May 25, 2026 | New CVE Received | [email protected] |
Volerion