CampCodes Student Grading System
cpe:2.3:a:campcodes:student_grading_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in Campcodes Student Grading System version 1.0. The issue resides in the 'view_students.php' file, where the 'id' parameter is improperly sanitized, allowing remote attackers to manipulate SQL queries and potentially access or modify database information.
Exploitation of this vulnerability allows for SQL injection, where an attacker can interfere with the application's database queries. This could lead to unauthorized data access, data manipulation, or in some cases, executing administrative operations on the database.
To reproduce this vulnerability, send a POST request to 'view_students.php' with an 'id' parameter that includes a crafted SQL payload. The injection point is the 'id' parameter, which is used in a SQL query without proper validation or escaping. After the injection, the response will include the SQL injection payload in the SQL query response.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.