CVE-2026-19894
Deferred Deferred - Pending Action

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-08-15

Last updated on: 2026-08-19

Assigner: VulDB

Description

A security flaw has been discovered in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /viewmedicine.php. Performing a manipulation of the argument delid results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-19
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
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-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 Hospital Management System 1.0. It exists in the /viewmedicine.php file where the delid argument is not properly sanitized. An attacker can manipulate this input to execute malicious SQL commands remotely. The exploit has been publicly disclosed, increasing the risk of attacks.

Detection Guidance

Detect SQL injection in /viewmedicine.php by testing the delid parameter with payloads like ' OR 1=1 -- or ' OR '1'='1. Use tools like sqlmap with: sqlmap -u "http://target/viewmedicine.php?delid=1" --batch. Monitor web server logs for unusual queries or errors.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. This could lead to unauthorized access to sensitive data, such as patient records or medical information. Attackers might also manipulate or delete data, disrupt system operations, or gain administrative access.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized data access risks. GDPR mandates strict protection of personal data, while HIPAA requires safeguards for protected health information. A successful exploit could result in data breaches, leading to legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the application by updating to the latest version or applying a vendor fix. Sanitize user inputs by validating delid as an integer. Use prepared statements in PHP for database queries. Restrict database user permissions to limit damage from SQL injection.

Chat Assistant

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

EPSS Chart