itsourcecode University Management System Cross-Site Scripting Vulnerability in admin_single_student_update.php

Vulnerability

A cross-site scripting (XSS) vulnerability has been identified in the itsourcecode University Management System version 1.0. The issue resides in the file admin_single_student_update.php, where the st_name parameter is manipulated to inject malicious script. This vulnerability can be exploited remotely, allowing attackers to execute scripts in the context of the user's browser.

Impact

Exploitation of this vulnerability allows for cross-site scripting, where injected scripts are executed in the context of the user's browser. This could lead to the theft of cookies, session tokens, or other sensitive information, and allow attackers to perform actions on behalf of the user or redirect them to malicious websites.

Reproduction

To reproduce this vulnerability, send a request to the admin_single_student_update.php file with a payload in the st_name parameter that includes script tags. The injected script will be executed in the browser, demonstrating the cross-site scripting vulnerability.

Remediation

To address this vulnerability, implement output encoding for user inputs when displaying them on the web page. Validate and filter input data to reject or escape potentially harmful content, such as script tags. Consider using a Content Security Policy to restrict the execution of scripts. For sensitive cookies, set the HttpOnly and Secure flags. Regular security audits can also help identify and fix such vulnerabilities.

Added: Mar 20, 2026, 7:19 AM
Updated: Mar 20, 2026, 7:19 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
1.7
exploitability
7.5
remediation
0.0
relevance
4.2
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.