sunnygkp10 / Online-Exam-System-

Online examination system is a PHP app for setup online quiz with so many functionality.
MIT License
135 stars 73 forks source link

Reflected XSS at index page. #7

Open Thil4n opened 5 years ago

Thil4n commented 5 years ago

I found following issues at index page. They may cause to cross site scripting vulnerability.

<?php if(@$_GET['q7']) { echo'<p style="color:red;font-size:15px;">'.@$_GET['q7'];}?>

{echo'<script>alert("'.@$_GET['w'].'");</script>';}