CVE-2026-90694 Details
Description
A vulnerability has been found in SourceCodester Inventory Management System 1.0. Affected is an unknown function of the file /api/customers_handler.php of the component Customer Management Module. Such manipulation of the argument Customer_Name leads to cross site scripting. The attack can be executed remotely. The exploit has been disclosed to the public and may be used.
A stored cross-site scripting vulnerability has been identified in SourceCodester Inventory Management System version 1.0. The issue resides in the Customer Management Module, specifically within the file '/api/customers_handler.php'. The vulnerability is triggered by manipulating the 'Customer_Name' parameter, which is not properly sanitized before being stored in the database. As a result, injected JavaScript is executed in the browsers of users who view the Customer List page, potentially leading to session hijacking and account takeover.
To address this vulnerability, apply proper input validation and output encoding. Use 'htmlspecialchars()' to sanitize user input before rendering it in HTML. Implement server-side validation to reject HTML tags, and consider applying Content Security Policy (CSP) headers to mitigate the impact of any potential script injection.
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 Sep 14, 2026CISA-ADP
Assessed Sep 14, 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://gist.github.com/fhewm98/46580c8919d2144e2e5e7598e54df868 | [email protected] | ExploitRemedy |
| https://vuldb.com/cve/CVE-2026-90694 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/916013 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403227 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403227/cti | [email protected] | AdvisoryPermission Required |
| https://www.sourcecodester.com/ | [email protected] | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SourceCodester InventoryX | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 14, 2026 | New CVE Received | [email protected] |
Volerion