CVE-2024-51102: SQL Injection
Published May 23, 2025
·Updated
PHPGURUKUL Student Management System using PHP and MySQL v1 was discovered to contain multiple SQL injection vulnerabilities at /studentrecordms/login.php via the username and password parameters.
Affected Software
2 affected components
Phpgurukul Student Management System
Phpgurukul Student Management System=1.0
Event History
May 23, 2025
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·06:15 PM
DescriptionSeverityWeakness
Frequently Asked Questions
1
What is the severity of CVE-2024-51102?
CVE-2024-51102 is considered a critical vulnerability due to its potential for SQL injection attacks.
2
What are the affected versions for CVE-2024-51102?
CVE-2024-51102 affects PHPGURUKUL Student Management System using PHP and MySQL v1.
3
How do I fix CVE-2024-51102?
To fix CVE-2024-51102, implement parameterized queries or use prepared statements to prevent SQL injection.
4
What are the potential impacts of CVE-2024-51102?
Exploitation of CVE-2024-51102 may lead to unauthorized access to sensitive data or complete database compromise.
5
How can I protect my application from CVE-2024-51102?
To protect against CVE-2024-51102, sanitize all user inputs and ensure proper validation for the login parameters.