CVE-2026-14773
Deferred Deferred - Pending Action

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-07-05

Last updated on: 2026-07-06

Assigner: VulDB

Description

A vulnerability was found in itsourcecode Hospital Management System 1.0. This affects an unknown function of the file /payment.php. The manipulation of the argument patientid results in sql injection. The attack can be launched remotely. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-05
Last Modified
2026-07-06
Generated
2026-07-26
AI Q&A
2026-07-06
EPSS Evaluated
2026-07-25
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode hospital_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the itsourcecode Hospital Management System 1.0, specifically in the /payment.php file. It involves the manipulation of the patientid argument, which leads to a SQL injection vulnerability. This means an attacker can remotely inject malicious SQL code through the patientid parameter.

Detection Guidance

This SQL injection vulnerability in the 'patientid' parameter of /payment.php can be detected using automated SQL injection testing tools.

One confirmed method is using the sqlmap tool with a command like:

  • python sqlmap.py --random-agent --batch -u "http://<target_ip>:<port>/payment.php?patientid=1" --data "submit=" -p patientid --dbms=mysql

This command tests the 'patientid' parameter for SQL injection vulnerabilities by sending crafted payloads and analyzing responses.

Impact Analysis

The vulnerability allows an attacker to perform SQL injection remotely, which can lead to unauthorized access or modification of the database. This can result in data leakage, data corruption, or disruption of the hospital management system's availability and integrity.

Compliance Impact

The SQL injection vulnerability in the Hospital Management System 1.0 allows attackers with valid credentials to gain unauthorized access to the database, potentially leaking sensitive patient data, tampering with records, or disrupting services.

Such unauthorized access and potential data breaches can lead to non-compliance with common standards and regulations like GDPR and HIPAA, which require the protection of personal and health information against unauthorized access and data breaches.

Therefore, exploitation of this vulnerability could result in violations of data privacy and security requirements mandated by these regulations.

Mitigation Strategies

Immediate mitigation steps include:

  • Use prepared statements with parameter binding to prevent SQL injection.
  • Implement strict input validation and filtering on the 'patientid' parameter.
  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits to detect and fix vulnerabilities early.

Chat Assistant

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

EPSS Chart