First published: Wed Aug 09 2023(Updated: )
Code-Projects Gym Management System V1.0 allows remote attackers to execute arbitrary SQL commands via the login form, leading to unauthorized access and potential data manipulation. This vulnerability arises due to insufficient validation of user-supplied input in the username and password fields, enabling SQL Injection attacks.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Sherlock Gym Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-37068 is considered a critical vulnerability due to its potential for unauthorized access and data manipulation.
To fix CVE-2023-37068, implement input validation and sanitization measures in the login form to prevent SQL injection.
Exploiting CVE-2023-37068 can lead to unauthorized access to the Gym Management System and the potential manipulation of sensitive data.
CVE-2023-37068 affects the Sherlock Gym Management System version 1.0.
Protecting your application from CVE-2023-37068 involves securing the login mechanisms and using prepared statements or stored procedures for database interactions.