CVE-2025-1955
https://code-projects.org/online-class-and-exam-scheduling-system-in-php-with-source-code/
/Scheduling/scheduling/pages/profile.php
In /Scheduling/scheduling/pages/profile.php There are unrestricted stored cross site scripting attacks and injection attacks in the Online Class and Exam Scheduling System. The controllable parameters are as follows: username. This function will execute the user parameter without restriction into the echo statement. Malicious attackers can exploit this vulnerability to obtain sensitive information from clients
Code analysis
Updating and Querying data from the database and storing it in the <?php echo $row['username'];?>, and the echo username is not filtered, resulting in the execution of XSS statements.
<script>alert(1)</script>
Click this Save button to trigger the cross-site scripting vulnerability.
Result