Cyber Resilience

CVE-2025-67147

Critical

Published: 12 January 2026

Published
12 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0034 26.3th percentile
Risk Priority 70 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote exploitation of SQL injection in a public-facing PHP web application enables initial access and auth bypass via T1190.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

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.

prevent

Requires identification, reporting, and timely remediation of the specific SQL injection flaws in Gym-Management-System-PHP 1.0 through patching or software replacement.

preventdetect

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.

References