CVE-2026-6005
SQL Injection in Patient Record Management System /hematology_print.php
Publication date: 2026-04-10
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| code-projects | patient_record_management_system | 1.0 |
Helpful Resources
Exploitability
| 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 Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability is an SQL injection in the Patient Record Management System that could potentially allow unauthorized access or manipulation of patient data.
Such unauthorized access or data manipulation could lead to violations of data protection regulations like GDPR or HIPAA, which require the protection of personal and health information.
However, the provided information does not explicitly describe the impact on compliance with these standards.
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Patient Record Management System 1.0 by code-projects, specifically in the file /hematology_print.php. It involves improper handling of the hem_id argument, which can be manipulated to perform an SQL injection attack. This means an attacker can remotely exploit this flaw to execute unauthorized SQL commands on the system's database.
How can this vulnerability impact me? :
The vulnerability allows remote attackers to perform SQL injection, which can lead to unauthorized access, modification, or deletion of sensitive patient data stored in the database. This can compromise the confidentiality, integrity, and availability of the system's data, potentially leading to data breaches or disruption of services.