CVE-2026-94015 Details
Description
A vulnerability was identified in SourceCodester Drug Recommendation System 1.0. This affects an unknown function of the file /drug_recommender/Admin/edit_user.php. Such manipulation of the argument ID leads to sql injection. The attack may be launched remotely. The exploit is publicly available and might be used.
A critical SQL injection vulnerability has been identified in SourceCodester's Drug Recommendation System version 1.0. The issue resides in the '/drug_recommender/Admin/edit_user.php' file, where user input from the 'id' parameter is directly concatenated into an SQL query without proper sanitization. This vulnerability allows remote attackers to execute arbitrary SQL commands, potentially leading to unauthorized access to sensitive information, including user credentials and administrative accounts.
Developers are advised to replace dynamic SQL with prepared statements, use parameterized queries, and validate and sanitize all user input.
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 22, 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/sqli/edit_user/Readme.md | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-94015 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/944860 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/407955 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/407955/cti | [email protected] | AdvisoryPermission Required |
| https://www.sourcecodester.com/ | [email protected] | ProductVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SourceCodester Drug Recommendation System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 20, 2026 | New CVE Received | [email protected] |
Volerion