CVE-2026-9444: SourceCodester Simple POS and Inventory System GET Parameter deleteproduct.php delete sql injection
A vulnerability was detected in SourceCodester Simple POS and Inventory System 1.0. This issue affects the function delete of the file /admin/deleteproduct.php of the component GET Parameter Handler. The manipulation of the argument ID results in sql injection. The attack may be launched remotely. The exploit is now public and may be used.
CVE-2026-9444 is a SQL injection issue in SourceCodester Simple POS and Inventory System 1.0. An authenticated remote user could manipulate a product deletion request and potentially read, change, or disrupt database data. Public proof-of-concept material exists, but the provided sources do not show known active exploitation.
Executive priority
Prioritize remediation if this POS system stores operational, product, sales, or customer data. The issue is moderate because authentication is required, but public proof-of-concept availability raises urgency for exposed or weakly protected admin portals.
Technical view
The issue affects /admin/deleteproduct.php in the GET parameter handler, specifically the ID argument used by the delete function. The CVE maps to CWE-89 and CWE-74, with CVSS 2.0 score 5.8 and vector AV:N/AC:L/Au:M/C:P/I:P/A:P. Sources identify version 1.0 as affected.
Likely exposure
Exposure is likely limited to organizations running SourceCodester Simple POS and Inventory System 1.0, especially where the admin interface is reachable over a network. The CVSS vector indicates authentication is required, reducing opportunistic exposure but not insider or credential-compromise risk.
Exploitation context
VulDB states the attack can be launched remotely and that public exploit material exists. KEV is false in the provided bundle, and no cited source confirms exploitation in the wild. Treat this as publicly documented proof-of-concept risk, not confirmed active exploitation.
Researcher notes
The provided evidence names SourceCodester Simple POS and Inventory System 1.0 only. No patch version, vendor advisory fix, or confirmed exploitation is included. Avoid expanding scope beyond the named product and endpoint without independent vendor confirmation.
Mitigation direction
Check SourceCodester and VulDB for vendor guidance or updates.
Restrict admin panel access to trusted networks and accounts.
Review custom deployments for safe SQL parameter handling around product deletion.
Back up POS inventory data before making code or configuration changes.
Monitor access logs for unusual requests to /admin/deleteproduct.php.
Validation and detection
Confirm whether SourceCodester Simple POS and Inventory System 1.0 is deployed.
Identify any exposed /admin/deleteproduct.php route in production or staging.
Review server logs for suspicious access to the affected endpoint.
Verify administrative access requires authentication and least privilege.
Inspect local code for unsafe SQL construction using the ID parameter.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-74: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-74 · source CWE mapping
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.