CVE-2026-94033 Details
Description
A vulnerability has been found in SourceCodester Drug Recommendation System 1.0. This vulnerability affects unknown code of the file /drug_recommender/Admin/add_user of the component User Management. Such manipulation of the argument txtname/txtemail/txtpassword leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
A reflected cross-site scripting vulnerability has been identified in SourceCodester Drug Recommendation System version 1.0. The issue resides in the User Management component, specifically within the '/drug_recommender/Admin/add_user' file. The vulnerability is triggered by manipulating the 'txtname', 'txtemail', and 'txtpassword' parameters, allowing for the injection of malicious scripts. This flaw can be exploited remotely, with the injected scripts executing in the context of the administrator's browser.
It is recommended to apply context-aware output encoding before reflecting user input into HTML. In PHP, this can be done by using the 'htmlspecialchars' function with the appropriate parameters. Additionally, server-side input validation should be implemented to allow only expected characters. Finally, session cookies should be configured with the HttpOnly, Secure, and SameSite flags.
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 20, 2026CISA-ADP
Assessed Sep 21, 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://github.com/KaranParelkar/Drug_recommendation_system/blob/main/xss/add_user/Readme.md | [email protected] | ExploitTechnical Description |
| https://vuldb.com/cve/CVE-2026-94033 | [email protected] | Permission Required |
| https://vuldb.com/submit/946133 | [email protected] | Permission Required |
| https://vuldb.com/vuln/407961 | [email protected] | Permission Required |
| https://vuldb.com/vuln/407961/cti | [email protected] | AdvisoryContent Wall |
| 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 Drug Recommendation System | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 21, 2026 | CVE Modified | CISA-ADP |
| Sep 20, 2026 | New CVE Received | [email protected] |
Volerion