CVE-2025-67146
Published: 12 January 2026
Description
Multiple SQL Injection vulnerabilities exist in AbhishekMali21 GYM-MANAGEMENT-SYSTEM 1.0 via the 'name' parameter in (1) member_search.php, (2) trainer_search.php, and (3) gym_search.php, and via the 'id' parameter in (4) payment_search.php. An unauthenticated remote attacker can exploit these issues to inject malicious…
more
SQL commands, leading to unauthorized data extraction, authentication bypass, or modification of database contents.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by requiring validation of untrusted user inputs such as the 'name' and 'id' parameters in member_search.php, trainer_search.php, gym_search.php, and payment_search.php before database query execution.
Addresses remediation of the specific SQL injection flaws (CWE-89) in the identified PHP files, preventing unauthorized data extraction, authentication bypass, and database modification.
Enables monitoring of system activities to identify SQL injection attempts through anomalous database queries or access patterns from exploitation of the vulnerable parameters.
Security SummaryAI
CVE-2025-67146, published on 2026-01-12, describes multiple SQL injection vulnerabilities (CWE-89) in AbhishekMali21 GYM-MANAGEMENT-SYSTEM version 1.0. The issues affect the 'name' parameter in member_search.php, trainer_search.php, and gym_search.php, as well as the 'id' parameter in payment_search.php, allowing injection of malicious SQL commands into database queries.
These vulnerabilities carry a CVSS v3.1 base score of 9.4 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L). An unauthenticated remote attacker can exploit them over the network with low attack complexity, no privileges, and no user interaction required, achieving high confidentiality and integrity impacts alongside low availability impact. Successful exploitation enables unauthorized data extraction, authentication bypass, or modification of database contents.
Mitigation details are available in the referenced GitHub issue at https://github.com/AbhishekMali21/GYM-MANAGEMENT-SYSTEM/issues/4.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing PHP web application enables exploitation of public-facing applications (T1190) and arbitrary database queries for data extraction (T1213.006).