Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Exploit Title: Merchandise Online Store System - Stored XSS
# Exploit Author: Pratik Shetty
# Vendor Name: oretnom23
# Vendor Homepage: https://www.sourcecodester.com/php/14887/merchandise-online-store-php-free-source-code.html
# Software Link: https://www.sourcecodester.com/php/14887/merchandise-online-store-php-free-source-code.html
# Version: v1.0
# Tested on: Parrot GNU/Linux 4.10, Apache
# CVE: CVE-2022-42236
Description:-
A Srored XSS issue in Merchandise Online Store System v.1.0 allows to inject Arbitrary JavaScript in edit account form.
`
Payload used:-
<script>confirm (document.cookie)</script>
`
Parameter:-
"Firstname": <script>confirm (document.cookie)</script>
`
Steps to reproduce:-
1. First login into any user account
2. Go to http://localhost/vloggers_merch/?p=my_account
2. In that go to "Manage Account" and where you can put your "Firstname", edit that and put your payload.
3. Now fill the other details and save it.
4. You can see our xss payload was triggered.