Description
A vulnerability has been found in itsourcecode Online Clinic Management System 1.0. This vulnerability affects unknown code of the file success/login.php of the component Admin Login. The manipulation of the argument Username leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
Published: 2026-08-24
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability allows an attacker to inject arbitrary SQL statements by manipulating the Username parameter in the Admin Login component of the Online Clinic Management System. The injection can be executed remotely through the login.php script, potentially allowing the attacker to read, modify, or delete data from the underlying database, compromising confidentiality and integrity. The issue is classified as CWE‑74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE‑89 (SQL Injection).

Affected Systems

The affected product is itsourcecode Online Clinic Management System version 1.0. The vulnerability resides in the file success/login.php of the Admin Login component. No other versions or products are listed as affected.

Risk and Exploitability

The CVSS score is 6.9, indicating a medium to high severity. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog, which suggests it is not a widely exploited vulnerability at present. However, the attack vector is remote, relying on web-based interaction. An attacker can exploit the flaw without authentication by sending a crafted Username value to the login page, which may yield SQL injection. The absence of immediate mitigations increases the risk for systems still running the vulnerable version.

Generated by OpenCVE AI on August 24, 2026 at 12:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to a non‑vulnerable version of the Online Clinic Management System to eliminate the unfiltered Username input.
  • If a patch is not yet available, modify the login.php script to use parameterized queries or stored procedures, and validate or escape input for the Username field.
  • Implement access controls such as IP whitelisting or VPN restrictions for the Admin Login page to limit exposure until a patch can be applied.
  • Deploy a web application firewall with SQL injection filtering rules as an additional protective layer.

Generated by OpenCVE AI on August 24, 2026 at 12:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Online Clinic Management System 1.0. This vulnerability affects unknown code of the file success/login.php of the component Admin Login. The manipulation of the argument Username leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
Title itsourcecode Online Clinic Management System Admin Login login.php sql injection
First Time appeared Itsourcecode
Itsourcecode online Clinic Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:online_clinic_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode online Clinic Management System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode Online Clinic Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T11:48:26.754Z

Reserved: 2026-08-24T05:42:59.174Z

Link: CVE-2026-78246

cve-icon Vulnrichment

Updated: 2026-08-24T11:48:23.721Z

cve-icon NVD

Status : Received

Published: 2026-08-24T12:16:54.523

Modified: 2026-08-24T12:16:54.523

Link: CVE-2026-78246

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T12:30:16Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')