CVE-2026-2059
7.3SourceCodester · Medical Center Portal Management System
A SQL injection vulnerability exists in the Medical Center Portal Management System 1.0, specifically within the /emp_edit1.php file, allowing remote attackers to manipulate the ID argument.
Executive summary
A critical SQL injection vulnerability in SourceCodester Medical Center Portal Management System 1.0 allows for unauthenticated remote exploitation, posing a significant risk of data compromise.
Vulnerability
The application is susceptible to SQL injection (CWE-89) due to improper sanitization of the ID parameter within the /emp_edit1.php file. The vulnerability is exploitable by unauthenticated remote attackers.
Business impact
Successful exploitation allows an attacker to inject arbitrary SQL commands into the backend database, which may result in unauthorized data access, modification, or deletion. With a CVSS score of 7.3, this high-severity flaw threatens the confidentiality and integrity of sensitive patient or administrative information stored within the portal.
Remediation
Immediate Action: Since no official patch is currently available, administrators should immediately restrict access to the vulnerable /emp_edit1.php file or take the system offline until a secure version is released.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax, such as UNION, SELECT, or OR 1=1, targeted at the /emp_edit1.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns to provide a virtual patch until the vendor provides a formal update.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced by the vulnerability record.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of an official vendor patch, this vulnerability presents an immediate risk to any environment hosting the Medical Center Portal Management System. Security teams must prioritize identifying instances of this software and implementing the recommended compensating controls immediately to prevent unauthorized database access.
More SourceCodester CVEs
Sources
Originally found and disclosed by ChenFH (VulDB User), per the CVE Program record.
- VDB-344619 | SourceCodester Medical Center Portal Management System emp_edit1.php sql injection Vulnerability database entry
- VDB-344619 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #744261 | SourceCodester Medical Center Portal Management System 1.0 SQL Injection Third-party advisory
- Exploit / PoC
- sourcecodester.com