CVE-2025-70152: SQL Injection
code-projects Community Project Scholars Tracking System 1.0 is vulnerable to SQL Injection in the admin user management endpoints /admin/save_user.php and /admin/update_user.php. These endpoints lack authentication checks and directly concatenate user-supplied POST parameters (firstname, lastname, username, password, user_id) into SQL queries without validation or parameterization.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-70152?
CVE-2025-70152 is considered a critical vulnerability due to the potential for SQL Injection attacks that can lead to unauthorized data access.
How do I fix CVE-2025-70152?
To fix CVE-2025-70152, implement authentication checks for the admin user management endpoints and use prepared statements for SQL queries.
What are the affected components of CVE-2025-70152?
CVE-2025-70152 affects the user management endpoints /admin/save_user.php and /admin/update_user.php in the Community Project Scholars Tracking System.
What risks are associated with CVE-2025-70152?
Risks associated with CVE-2025-70152 include the potential for data leakage, account takeover, and database manipulation due to SQL Injection.
Is CVE-2025-70152 easy to exploit?
Yes, CVE-2025-70152 is easy to exploit due to the lack of authentication and direct use of user-inputted data in SQL queries.