Impact
The vulnerability is an unescaped input injection in the patientappointment.php file that allows attackers to supply a specially crafted value for the patiente parameter. Because the application concatenates this value directly into SQL statements, an attacker can inject arbitrary SQL code, potentially compromising the confidentiality, integrity, or availability of the underlying database. The weakness is classified as CWE-74 and CWE-89.
Affected Systems
Itsourcecode Hospital Management System version 1.0. The flaw resides in the patientappointment.php file.
Risk and Exploitability
The CVSS base score of 5.3 indicates moderate severity. An EPSS score of < 1% is available, and the vulnerability is not listed in the CISA KEV catalogue. The attack vector is remote: an attacker only needs to send a crafted HTTP request containing the patiente parameter to the vulnerable endpoint. The description confirms that the flaw allows arbitrary SQL execution, thus exposing the database to potential data loss or compromise. The overall risk for a system running this version is moderate to high.
OpenCVE Enrichment