CVE-2025-14661

7.3

itsourcecode · Student Management System

A SQL injection vulnerability exists in the itsourcecode Student Management System version 1.0, specifically within the /advisers.php file, allowing unauthenticated attackers to manipulate database queries.

Executive summary

An unauthenticated SQL injection vulnerability in the itsourcecode Student Management System version 1.0 poses a severe risk of unauthorized database access and potential system compromise.

Vulnerability

The application is vulnerable to SQL injection via the 'sy' parameter in the /advisers.php file. The vulnerability is accessible to unauthenticated remote attackers because the application fails to properly sanitize user input before incorporating it into database queries.

Business impact

Successful exploitation of this vulnerability allows an attacker to execute arbitrary SQL commands against the underlying database. This could lead to unauthorized access to sensitive student or administrative data, potential data modification or deletion, and in some configurations, full system compromise. With a CVSS score of 7.3, this issue represents a high-severity risk to confidentiality, integrity, and availability that requires immediate attention.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the application or disable the affected /advisers.php file if it is not business-critical.

Proactive Monitoring: Monitor web server access logs for suspicious patterns, specifically those containing SQL syntax or unusual characters in the 'sy' GET parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection payloads targeting the application.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the researcher's technical write-up on GitHub.

Analyst recommendation

Given the availability of public proof-of-concept code and the ease of remote exploitation, this vulnerability should be treated with high priority. Organizations using the itsourcecode Student Management System must implement the suggested compensating controls immediately, as a vendor patch is not currently available. Continuous monitoring for unauthorized database activity is essential until a formal fix can be applied.

More itsourcecode CVEs

Sources

Originally found and disclosed by Xie Hao (VulDB User), per the CVE Program record.