Online-Exam-System 2015 SQL Injection

2020.05.28
Credit: Berk Dusunur
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-89

# Exploit Title: Online-Exam-System 2015 - 'fid' SQL Injection # Exploit Author: Berk Dusunur # Google Dork: N/A # Type: Web App # Date: 2020-05-28 # Vendor Homepage: https://github.com/sunnygkp10/ # Software Link: https://github.com/sunnygkp10/Online-Exam-System-.git # Affected Version: 2015 # Tested on: MacosX # CVE : N/A # PoC Affected code <?php if(@$_GET['fid']) { echo '<br />'; $id=@$_GET['fid']; $result = mysqli_query($con,"SELECT * FROM feedback WHERE id='$id' ") or die('Error'); http://berklocal/dash.php?fid=SQL-INJECTION


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top