Description
A security vulnerability has been detected in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /doctorprofile.php. The manipulation of the argument doctorname leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used.
Published: 2026-06-29
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises in the doctorprofile.php file of itsourcecode Hospital Management System version 1.0, where the doctorname argument is concatenated directly into a database query without proper sanitization. This flaw allows a remote attacker to inject arbitrary SQL commands, potentially reading sensitive patient records, modifying or deleting data, and possibly escalating privileges to gain wider control over the application. The CVSS score of 5.3 indicates moderate severity, reflecting the potential impact on confidentiality, integrity, and availability of the system’s data.

Affected Systems

Affected primarily the itsourcecode Hospital Management System product, specifically version 1.0, accessing the doctorprofile.php endpoint via HTTP interfaces.

Risk and Exploitability

The CVSS rating indicates a moderate risk level. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting no confirmed exploitation in the public domain. The attack vector is remote, leveraging a crafted HTTP request to the doctorprofile.php endpoint. No authentication requirement is explicitly stated, implying that unauthenticated exploitation may be possible, though this is inferred from the description. Attackers could use automated scanners to discover and exploit the flaw, leading to data breaches or unauthorized data manipulation.

Generated by OpenCVE AI on June 29, 2026 at 08:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s latest patch or upgrade to a newer release that fixes the SQL injection in doctorprofile.php; if no patch is available, consider disabling or restricting access to the doctorprofile.php endpoint until a fix is released.
  • Modify the code to use prepared statements or parameterized queries for the doctorname input, ensuring that user-supplied data cannot alter the SQL command structure.
  • Restrict access to doctorprofile.php to authenticated users only and enforce least privilege on database operations; consider implementing a web application firewall to block suspicious SQL injection patterns.

Generated by OpenCVE AI on June 29, 2026 at 08:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 30 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 29 Jun 2026 07:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /doctorprofile.php. The manipulation of the argument doctorname leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used.
Title itsourcecode Hospital Management System doctorprofile.php sql injection
First Time appeared Itsourcecode
Itsourcecode hospital Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:hospital_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode hospital Management System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Itsourcecode Hospital Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-30T17:30:01.977Z

Reserved: 2026-06-28T10:08:59.751Z

Link: CVE-2026-13542

cve-icon Vulnrichment

Updated: 2026-06-30T17:29:58.273Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T11:00:05Z

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')