CVE-2025-67147
Published: 12 January 2026
Summary
CVE-2025-67147 is a critical-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-67147 is a set of multiple SQL injection vulnerabilities (CWE-89) affecting amansuryawanshi Gym-Management-System-PHP version 1.0. The flaws exist via the 'name', 'email', and 'comment' parameters in submit_contact.php; the 'username' and 'pass_key' parameters in secure_login.php; and the 'login_id', 'pwfield', and 'login_key' parameters in change_s_pwd.php. Published on 2026-01-12, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity with high confidentiality, integrity, and availability impacts.
Unauthenticated or authenticated attackers can exploit these vulnerabilities remotely over the network with low complexity and no user interaction required. Successful exploitation allows bypassing authentication mechanisms, executing arbitrary SQL commands, modifying or deleting database records, and escalating privileges to administrator level.
A GitHub issue at https://github.com/amansuryawanshi/Gym-Management-System-PHP/issues/3 serves as the primary reference for this CVE, though specific details on patches or mitigations are not detailed in available information. Security practitioners should review the repository for updates and consider input sanitization or upgrading to a patched version if available.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1915
Vulnerability details
Multiple SQL Injection vulnerabilities exist in amansuryawanshi Gym-Management-System-PHP 1.0 via the 'name', 'email', and 'comment' parameters in (1) submit_contact.php, the 'username' and 'pass_key' parameters in (2) secure_login.php, and the 'login_id', 'pwfield', and 'login_key' parameters in (3) change_s_pwd.php. An unauthenticated or…
more
authenticated attacker can exploit these issues to bypass authentication, execute arbitrary SQL commands, modify database records, delete data, or escalate privileges to administrator level.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of SQL injection in a public-facing PHP web application enables initial access and auth bypass via T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by validating and sanitizing untrusted inputs like 'name', 'email', 'comment', 'username', 'pass_key', 'login_id', 'pwfield', and 'login_key' before use in SQL queries.
Requires identification, reporting, and timely remediation of the specific SQL injection flaws in Gym-Management-System-PHP 1.0 through patching or software replacement.
Deploys web application firewalls or boundary protections to inspect and block SQL injection payloads targeting vulnerable endpoints like submit_contact.php, secure_login.php, and change_s_pwd.php.