header-logo
Suggest Exploit
vendor:
Savsoft Quiz V5
by:
Dipak Panchal(th3.d1p4k)
7.8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Savsoft Quiz V5
Affected Version From: 5
Affected Version To: 5
Patch Exists: YES
Related CWE: CVE-2020-12345
CPE: a:savsoft:savsoft_quiz_v5
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Windows 10
2020

Savsoft Quiz 5 – ‘Skype ID’ Stored XSS

This vulnerability can results attacker to inject the XSS payload in User Registration section and each time admin visits the manage user section from admin panel, and home page too. XSS triggers and attacker can able to steal the cookie according to the crafted payload.

Mitigation:

The vendor has released a patch to address this vulnerability.
Source

Exploit-DB raw data:

# Exploit Title: Savsoft Quiz 5 - 'Skype ID' Stored XSS
# Exploit Author: Dipak Panchal(th3.d1p4k)
# Vendor Homepage: https://savsoftquiz.com
# Software Link: https://github.com/savsofts/savsoftquiz_v5
# Version: 5
# Tested on Windows 10

Attack Vector:
This vulnerability can results attacker to inject the XSS payload in User
Registration section and each time admin visits the manage user section
from admin panel, and home page too. XSS triggers and attacker can able to
steal the cookie according to the crafted payload.

Steps to reproduce:
1. Create new account and verified it.

2. Navigate to Edit Profile:
-> http://localhost/savsoftquiz/index.php/user/edit_user/123

3. Put the below Payload in Skype ID field. and submit it.
Payload: abcd<script>alert("XSS")</script>

4. You will get XSS popup.