CVE-2026-2057
Published: 06 February 2026
Summary
CVE-2026-2057 is a medium-severity Injection (CWE-74) vulnerability in Bontrofftech Medical Center Portal Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-2057 is a SQL injection vulnerability (CWE-74, CWE-89) in the SourceCodester Medical Center Portal Management System version 1.0. It affects an unknown function within the /login.php file, where manipulation of the User argument enables SQL injection. Published on 2026-02-06, the issue carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
The vulnerability allows remote exploitation without authentication or user interaction. Attackers can manipulate the User argument in login.php to inject malicious SQL payloads, potentially achieving limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories provide further details via references including https://github.com/Roger-Adventures/CVE/issues/1, https://vuldb.com/?ctiid.344617, https://vuldb.com/?id.344617, https://vuldb.com/?submit.744233, and https://www.sourcecodester.com/. The exploit is public and may be used in attacks.
Security practitioners should note that the public exploit availability increases the risk of immediate exploitation against exposed instances of this system.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5660
Vulnerability details
A vulnerability was detected in SourceCodester Medical Center Portal Management System 1.0. This affects an unknown function of the file /login.php. The manipulation of the argument User results in sql injection. The attack can be executed remotely. The exploit is…
more
now public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct SQL injection in unauthenticated web login endpoint (/login.php) enables remote exploitation of a public-facing application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of the User argument in login.php to reject malicious SQL syntax before it reaches the database.
Mandates prompt remediation of the known SQL injection flaw in /login.php once the public exploit is available.
Enables monitoring of login requests and database queries to identify SQL injection attempts against the exposed endpoint.