CVE-2025-57254
BaseFortify
Publication date: 2025-09-30
Last updated on: 2025-10-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| karthikg1908 | hospital_management_system | 1.0 |
Helpful Resources
Exploitability
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL injection in the user-login.php and index.php files of Karthikg1908 Hospital Management System (HMS) 1.0. It occurs because the application does not properly sanitize the username and password inputs before using them in SQL queries. This allows remote attackers to inject arbitrary SQL commands, potentially manipulating the database.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access, privilege escalation, account takeover, or exposure of sensitive medical data. Attackers can execute arbitrary SQL queries, compromising the confidentiality, integrity, and availability of the system and its data.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability can negatively impact compliance with standards like GDPR and HIPAA because it risks unauthorized access and exposure of sensitive medical data, which these regulations require to be protected. A breach caused by this vulnerability could lead to violations of data protection and privacy requirements.