CVE-2026-9414
Cross-Site Scripting in Indian Invoicing System
Publication date: 2026-05-25
Last updated on: 2026-05-25
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sourcecodester | indian_invoicing_system | to 1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a security flaw found in the SourceCodester Indian Invoicing System up to versions 0.x/1.0. It exists in an unknown function within the file /Invoicing/add_order.php, specifically in the Invoice Template Render Database-Backed component. The flaw arises from improper handling of the customer_name argument, which allows an attacker to perform cross-site scripting (XSS) attacks. Such attacks can be launched remotely.
How can this vulnerability impact me? :
The vulnerability allows an attacker to inject malicious scripts via the customer_name parameter, leading to cross-site scripting (XSS). This can result in unauthorized actions performed on behalf of users, theft of session cookies, defacement of the web interface, or redirection to malicious sites. Since the attack can be launched remotely, it poses a risk to users interacting with the invoicing system.