Description
A vulnerability was detected in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /viewprescriptionrecord.php. The manipulation of the argument delid results in sql injection. It is possible to launch the attack remotely. The exploit is now public and may be used.
Published: 2026-08-17
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unsanitized parameter called delid in the viewprescriptionrecord.php page is used in a database query, allowing an attacker to inject arbitrary SQL. The resulting injected code can read, modify or delete prescription records, compromising confidentiality, integrity, and potentially availability of patient data.

Affected Systems

The vulnerability exists in itsourcecode Hospital Management System version 1.0. The affected code is located in the viewprescriptionrecord.php file and the specific function that processes the delid argument is not identified in the advisory. System owners running this version should verify that the application is exposed to the internet and that the delid parameter can be supplied by remote users.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. The EPSS score is not available, so the probability of exploitation is unknown. The vulnerability is not listed in CISA’s Known Exploited Vulnerabilities catalog, and no public exploits were cited, but the attack vector is remote and the vulnerability is public. Consequently, the risk is that an unauthenticated malicious actor could use this flaw until a patch or mitigations are applied.

Generated by OpenCVE AI on August 17, 2026 at 11:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate and sanitize all input received via the delid parameter, ensuring it contains only expected numeric or alphanumeric characters.
  • Rewrite the database query to use parameterized statements or stored procedures instead of concatenating user input.
  • Deploy a web application firewall or input filtering rules to block typical SQL injection payloads against viewprescriptionrecord.php.
  • Regularly monitor application logs for anomalous query activity and check the vendor’s website for patch releases or security advisories.

Generated by OpenCVE AI on August 17, 2026 at 11:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 17 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /viewprescriptionrecord.php. The manipulation of the argument delid results in sql injection. It is possible to launch the attack remotely. The exploit is now public and may be used.
Title itsourcecode Hospital Management System viewprescriptionrecord.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-08-17T15:17:09.304Z

Reserved: 2026-08-16T18:12:40.951Z

Link: CVE-2026-20000

cve-icon Vulnrichment

Updated: 2026-08-17T15:16:06.440Z

cve-icon NVD

Status : Deferred

Published: 2026-08-17T08:16:59.890

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-20000

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T11:15:04Z

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