| Title | code-projects POS Pharmacy System 1.0 Cross Site Scripting |
|---|
| Description | There is a stored Cross-Site Scripting (XSS) vulnerability in the products.php page. This page retrieves product information from the database (including fields such as product_code, gen_name, product_name, and supplier) and directly outputs it into the HTML table using echo without any HTML special character escaping.Attackers can exploit the product addition/editing functions to inject malicious JavaScript code into the aforementioned fields. When other users (including administrators) access the products.php page, the injected malicious scripts will be parsed and executed by the browser, leading to security risks such as session hijacking, sensitive information theft, phishing attacks, or permission abuse. |
|---|
| Source | ⚠️ https://github.com/chen2496088236/CVE/issues/4 |
|---|
| User | 111ctx (UID 89466) |
|---|
| Submission | 08/27/2025 11:43 (7 months ago) |
|---|
| Moderation | 09/03/2025 13:11 (7 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 322322 [code-projects POS Pharmacy System 1.0 /main/products.php product_code/gen_name/product_name/supplier cross site scripting] |
|---|
| Points | 20 |
|---|