itsourcecode Student Management System SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability exists in the itsourcecode Student Management System version 1.0, specifically within the enrollment index.php file. The vulnerability arises because the application does not properly sanitize or validate the 'id' parameter in GET requests, allowing attackers to inject malicious SQL code. This exploitation can be done remotely and without authentication.

Impact

Exploitation of this vulnerability allows for unauthorized database access, data manipulation, and potential leakage of sensitive information. It poses a significant risk to the overall security of the system and its data integrity.

Reproduction

To reproduce this vulnerability, send a GET request to the '/ramonsys/enrollment/index.php' file with the 'view' parameter set to 'viewsced' and the 'id' parameter manipulated to include a SQL injection payload. The application will execute the injected SQL code, demonstrating the vulnerability.

Remediation

It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, minimize database user permissions, and conduct regular security audits.

Added: Jan 30, 2026, 6:20 PM
Updated: Jan 30, 2026, 6:20 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
3.1
exploitability
8.7
remediation
0.0
relevance
2.5
threat
6.4
urgency
2.9
incentive
4.2

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