CVE-2026-90805 Details
Description
A flaw has been found in subhajitkhan online-clinic-management-system up to e9ee77a8827a1446220fa07ee693dc4d9a29a578. This affects an unknown part of the file doctorlogin.php. Executing a manipulation of the argument doc_mail/doc_pswd can lead to sql injection. The attack can be executed remotely. The exploit has been published and may be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The project was informed of the problem early through an issue report but has not responded yet.
A SQL injection vulnerability has been identified in the doctor login feature of the Subhajitkhan Online Clinic Management System, affecting versions through commit e9ee77a8827a1446220fa07ee693dc4d9a29a578. The issue arises in 'doctorlogin.php', where user input for 'doc_mail' and 'doc_pswd' is not properly sanitized before being used in a SQL query. This flaw allows remote attackers to manipulate the login process, bypass authentication, and gain unauthorized access to doctor-specific information, including patient appointments.
It is recommended to use prepared statements for database queries, store password hashes and verify them with 'password_verify()', regenerate session IDs after login, and use a stable database user ID instead of the email address.
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 14, 2026CISA-ADP
Assessed Sep 15, 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/subhajitkhan/online-clinic-management-system/ | [email protected] | ProductSource CodeVendor |
| https://github.com/subhajitkhan/online-clinic-management-system/issues/3 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-90805 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/920373 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403307 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403307/cti | [email protected] | Content Wall |
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 |
|---|---|
| subhajitkhan online-clinic-management-system | <e9ee77a8827a1446220fa07ee693dc4d9a29a578 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 14, 2026 | New CVE Received | [email protected] |
Volerion