itsourcecode College Management System SQL Injection Vulnerability in Class Result Management

Vulnerability

A SQL injection vulnerability exists in the itsourcecode College Management System version 1.0, specifically within the admin/class-result.php file. The issue arises from improper validation and sanitization of the course_code parameter, allowing authenticated users to inject malicious SQL queries. This vulnerability can be exploited remotely, potentially leading to unauthorized database access, data manipulation, and disruption of service.

Impact

Exploitation of this vulnerability allows for SQL injection, where an attacker can manipulate database queries. This could result in unauthorized data access, data leakage, data tampering, and in some cases, executing administrative operations on the database.

Reproduction

To reproduce this vulnerability, log into the application and navigate to the admin/class-result.php page. Once there, send a POST request with the course_code parameter manipulated to include a crafted SQL payload. This can be done using a tool like sqlmap, which automates the process of finding and exploiting SQL injection vulnerabilities.

Remediation

It is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure user input conforms to expected formats. Minimizing database user permissions and conducting regular security audits can also help mitigate such vulnerabilities.

Added: Mar 3, 2026, 10:49 PM
Updated: Mar 3, 2026, 10:49 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
3.1
exploitability
6.6
remediation
0.0
relevance
3.4
threat
6.4
urgency
2.9
incentive
0.0

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