CVE-2026-90701
Received Received - Intake

SQL Injection in Online Clinic Management System

Vulnerability report for CVE-2026-90701, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: VulDB

Description

A vulnerability was detected in subhajitkhan online-clinic-management-system up to e9ee77a8827a1446220fa07ee693dc4d9a29a578. The affected element is an unknown function of the file listdoctor.php. Performing a manipulation of the argument searchtext results in sql injection. The attack may be initiated remotely. The exploit is now public and may be used. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-14
Last Modified
2026-09-14
Generated
2026-09-14
AI Q&A
2026-09-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
subhajitkhan online-clinic-management-system to e9ee77a8827a1446220fa07ee693dc4d9a29a578 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the online-clinic-management-system. It exists in the listdoctor.php file where the searchtext argument is improperly handled. Attackers can manipulate this input to inject malicious SQL code, potentially accessing sensitive data like admin credentials or patient records.

Detection Guidance

To detect this SQL injection vulnerability, inspect the listdoctor.php file for unsanitized user input in the searchtext parameter. Use tools like SQLmap to test for SQLi by sending crafted POST requests with payloads targeting the searchtext field. Monitor database logs for unusual queries or errors.

Impact Analysis

The impact includes unauthorized access to sensitive data such as administrator credentials, patient information, and doctor details. Attackers could exploit this to steal data, manipulate records, or gain control over the system without authentication.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized data exposure. GDPR mandates strict protection of personal data, while HIPAA requires safeguarding protected health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the listdoctor.php file to use parameterized queries instead of direct SQL concatenation. Restrict SQL queries to directory-specific columns and HTML-encode output fields. Consider temporarily disabling the search functionality if a patch is unavailable.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90701. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart