CVE-2026-5810
Cross-Site Scripting in SourceCodester Sales Inventory /delete.php
Publication date: 2026-04-08
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sourcecodester | sales_and_inventory_system | 1.0 |
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 flaw in the SourceCodester Sales and Inventory System 1.0, specifically in the /delete.php file's GET Parameter Handler. The issue arises from improper handling of the 'ID' argument, which allows an attacker to perform cross-site scripting (XSS) attacks. This means that malicious scripts can be injected and executed remotely through this parameter.
How can this vulnerability impact me? :
The vulnerability can allow remote attackers to inject and execute malicious scripts in the context of the affected application. This can lead to unauthorized actions performed on behalf of legitimate users, session hijacking, or the theft of sensitive information. Since the exploit has been published, attackers may actively use it to compromise systems running the vulnerable software.