Code-Projects Student Information System SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability has been identified in Code-Projects Student Information System version 2.0. The issue arises in the index.php file, where the application improperly sanitizes the 'username' parameter before incorporating it into an SQL query. This flaw allows remote attackers to manipulate the input and execute arbitrary SQL commands, potentially leading to unauthorized data access or modification.

Impact

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.

Reproduction

To reproduce this vulnerability, send a POST request to '/index.php' with the 'username' and 'password' fields. The application will process the 'username' input without proper sanitization, allowing for SQL injection. After exploitation, the injected SQL payload can be used to extract or manipulate database information.

Added: Nov 16, 2025, 7:17 AM
Updated: Nov 16, 2025, 7:17 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
5.0
exploitability
8.7
remediation
0.0
relevance
1.1
threat
6.4
urgency
2.9
incentive
5.8

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.